> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/editor-window.md).

# The Convai editor window

The Convai editor window is a floating Unreal Editor window for account connection, plan and usage review, update checks, support links, and diagnostic log export. Use it after installing the Convai Unreal Engine plugin to connect the project to Convai and collect support information without leaving the editor.

{% hint style="info" %}
The Convai editor window requires Unreal Engine 5.2 or later. On earlier Unreal Engine 5 versions, the editor module loads without the full window UI.
{% endhint %}

### How to open the window

Two entry points are available:

* Select **Window > Convai > Open Convai Editor** from the Unreal Editor menu bar.
* Click **Convai Editor** in the Level Editor toolbar.

The window opens as a standalone floating window. If the welcome flow has not been completed, the plugin shows the **Welcome to Convai** screen first.

### Window sections

The header contains routed pages, hover menus, and window controls.

| Section      | What it shows                                                                                                                                  |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Home**     | Dashboard, configurations, Convai Experiences, announcements, changelogs, latest YouTube content, and characters detected in the current level |
| **Samples**  | Hover menu that currently shows a **Coming Soon** message for sample projects and templates                                                    |
| **Features** | Hover menu that currently shows a **Coming Soon** message for feature shortcuts                                                                |
| **Account**  | Plan information, quota renewal, and per-feature usage bars                                                                                    |
| **Support**  | Documentation, YouTube Tutorials, and Convai Developer Forum cards                                                                             |

The account control in the top-right corner shows two letters from your account name and opens an account menu with **Sign out**. The settings icon opens **Export Logs** and **Check for Updates**.

### Connect the project

The welcome screen starts with **Connect Convai Account**. The login flow opens a Convai authentication window and stores the API key after authentication completes. Use the account menu to sign out and sign in again when you need to switch Convai accounts.

See [Sign in and manage your account](/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/editor-window/sign-in-and-manage-your-account.md) for the full setup path.

### Update and support tools

Use the settings menu when you need to check whether a newer plugin release is available or collect diagnostics for support.

| Tool                       | Where to find it    | Use it when                                                                                                        |
| -------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Check for Updates**      | Settings icon       | You want to compare the installed plugin version with the latest GitHub release                                    |
| **Export Logs**            | Settings icon       | You need to attach Unreal Engine logs, crash reports, config files, and diagnostics to a support request           |
| **Convai Developer Forum** | **Support** section | You want to share a reproducible issue and the exported log package with Convai support or the developer community |

### Related pages

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Sign in and manage your account</strong><br>Complete the welcome flow, sign out to switch accounts, and review your plan and usage quotas.</td><td><a href="/pages/4loiR0UybR6vGeWAAZWs">/pages/4loiR0UybR6vGeWAAZWs</a></td></tr><tr><td><strong>Browse samples and content</strong><br>Check the current Samples area and understand what will be added in future plugin updates.</td><td><a href="/pages/VFZLJxq2P7nVfIJDWiVU">/pages/VFZLJxq2P7nVfIJDWiVU</a></td></tr><tr><td><strong>Export diagnostic logs</strong><br>Package engine logs and diagnostics into a local archive for support requests.</td><td><a href="/pages/r1y21YG8W9pILVbbKTX7">/pages/r1y21YG8W9pILVbbKTX7</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/editor-window.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
