> 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/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/editor-window.md).

# Convai 编辑器窗口

Convai 编辑器窗口是一个浮动的 Unreal Editor 窗口，用于账户连接、方案与使用情况查看、更新检查、支持链接以及诊断日志导出。安装 Convai Unreal Engine 插件后使用它，可在不离开编辑器的情况下将项目连接到 Convai 并收集支持信息。

{% hint style="info" %}
Convai 编辑器窗口需要 Unreal Engine 5.2 或更高版本。在较早的 Unreal Engine 5 版本中，编辑器模块会加载，但不会显示完整的窗口界面。
{% endhint %}

### 如何打开窗口

有两个入口可用：

* 选择 **窗口 > Convai > 打开 Convai 编辑器** 从 Unreal Editor 菜单栏。
* 单击 **Convai 编辑器** 在 Level Editor 工具栏中。

窗口会以独立的浮动窗口形式打开。如果欢迎流程尚未完成，插件会先显示 **欢迎使用 Convai** 屏幕。

### 窗口部分

标题栏包含路由页面、悬停菜单和窗口控制。

| 章节     | 显示内容                                                 |
| ------ | ---------------------------------------------------- |
| **主页** | 仪表板、配置、Convai 体验、公告、更新日志、最新 YouTube 内容，以及当前关卡中检测到的角色 |
| **示例** | 当前显示一个悬停菜单 **即将推出** 面向示例项目和模板的消息                     |
| **功能** | 当前显示一个悬停菜单 **即将推出** 功能快捷方式消息                         |
| **账号** | 方案信息、配额续期以及各功能的使用量条                                  |
| **支持** | 文档、YouTube 教程和 Convai 开发者论坛卡片                        |

右上角的账户控件会显示你账户名称中的两个字母，并打开一个账户菜单，其中包含 **退出登录**。设置图标会打开 **导出日志** 是位于 **检查更新**.

### 连接项目

欢迎屏幕从 **连接 Convai 账号**开始。登录流程会打开一个 Convai 身份验证窗口，并在验证完成后存储 API 密钥。需要切换 Convai 账户时，请使用账户菜单退出并重新登录。

请参见 [登录并管理你的账户](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/editor-window/sign-in-and-manage-your-account.md) 查看完整设置流程。

### 更新与支持工具

当你需要检查是否有较新的插件版本可用，或收集诊断信息以便支持时，请使用设置菜单。

| 工具               | 在哪里找到它    | 在以下情况下使用它                                    |
| ---------------- | --------- | -------------------------------------------- |
| **检查更新**         | 设置图标      | 你想将已安装的插件版本与最新的 GitHub 发布版本进行比较              |
| **导出日志**         | 设置图标      | 你需要将 Unreal Engine 日志、崩溃报告、配置文件和诊断信息附加到支持请求中 |
| **Convai 开发者论坛** | **支持** 部分 | 你想与 Convai 支持团队或开发者社区分享一个可复现的问题以及导出的日志包      |

### 相关页面

<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>登录并管理你的账户</strong><br>完成欢迎流程，退出登录以切换账户，并查看你的方案和使用配额。</td><td><a href="/pages/c37da645d6c4d8ad630a1978e56024b32d84eaf9">/pages/c37da645d6c4d8ad630a1978e56024b32d84eaf9</a></td></tr><tr><td><strong>浏览示例和内容</strong><br>查看当前的 Samples 区域，并了解未来插件更新中将添加哪些内容。</td><td><a href="/pages/510a0da18e9eb8892cbee08047525795b57725aa">/pages/510a0da18e9eb8892cbee08047525795b57725aa</a></td></tr><tr><td><strong>导出诊断日志</strong><br>将引擎日志和诊断信息打包到本地归档中，以便用于支持请求。</td><td><a href="/pages/79fd9d6c59b3b63b7cf2862389b38dcf2a4493be">/pages/79fd9d6c59b3b63b7cf2862389b38dcf2a4493be</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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/editor-window.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
