> 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/browse-samples-and-content.md).

# 浏览示例和内容

Convai Editor 窗口中的 Samples 区域是为未来的示例项目和模板预留的。在当前插件版本中， **Samples** 的标题下拉菜单显示 **即将推出** 消息，而 Samples 页面并不是完整的示例下载或启动器工作流。

### 前提条件

* 已安装并启用 Convai Unreal Engine 插件。
* Convai Editor 窗口可通过以下方式打开： **Window > Convai > Open Convai Editor** 或 **Convai Editor** 工具栏按钮。

### 当前行为

当前 UI 包含由编辑器窗口使用的静态示例卡片。卡片数据包括以下示例名称： **Neural Nexus Game**, **Classroom Demo**, **Train Station Demo**, **Fire Station Demo**, **Space Demo**，以及 **Forest Demo**.

{% hint style="info" %}
当前的 Samples 页面在选择卡片时不会打开关卡、Blueprints 或可下载项目。预计未来的插件更新会在此区域添加示例项目和模板。
{% endhint %}

### 当前应使用什么

在今天构建或测试场景时，请使用入门指南。当前的 Samples 页面不提供完整的演示关卡或示例启动器工作流。

对于第一个可工作的场景路径，请参见 [添加你的第一个 Convai 角色](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/getting-started/add-your-first-convai-character.md)。关于该路径所使用的核心 Actor 和 Component 设置，请参见 [场景组件参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/getting-started/scene-components-reference.md).

### 未来的示例内容

当 Convai 在 Convai Editor 窗口中添加示例项目时，此页面将列出确切的示例名称、每个示例展示的内容，以及打开或导入它们的步骤。在此之前，请不要依赖 Samples 区域作为生产项目的设置路径或支持复现步骤。

### 下一步

{% content-ref url="/pages/47cd8b5064f2e1f1738f08d50b1097ad47ed212c" %}
[添加你的第一个 Convai 角色](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/getting-started/add-your-first-convai-character.md)
{% endcontent-ref %}

{% content-ref url="/pages/98b41781157f6eec98a195dad1b57f66765cf380" %}
[场景组件参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/getting-started/scene-components-reference.md)
{% endcontent-ref %}


---

# 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/browse-samples-and-content.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.
