> 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/huan-ying.md).

# 欢迎

## **欢迎来到 Convai 官方文档**

这是您用于在各种环境和平台上构建、自定义并部署智能交互式 AI 角色的平台。

无论您是 **开发者**, **设计师**，还是 **创作者**，本文档都将引导您完成从首次登录到使用 Convai 强大的工具和集成构建完全沉浸式体验的每一步。

<figure><img src="/files/8a3ec23bbf4fabd46c5cdb50657e9ea6e6343b75" alt=""><figcaption></figcaption></figure>

***

## 您将在这里找到什么

我们的文档分为几个部分，方便您轻松找到所需内容：

### 1. Convai 游乐场

学习直接在 Convai 游乐场中创建、自定义和测试您的 AI 角色。

* [**开始使用**](/api-docs/zh/convai-playground/get-started.md) – 导航仪表板、创建您的第一个角色以及测试交互的基础知识。
* [**角色自定义**](/api-docs/zh/convai-playground/character-customization.md) – 深入了解用于定义角色外观、声音、知识、特质等的工具。

### 2. 无代码体验

无需编写任何代码即可创建交互式 AI 体验。

* [**Avatar Studio 体验**](/api-docs/zh/wu-dai-ma-ti-yan/avatar-studio-experiences.md) – 在易于使用的无代码编辑器中创建并自定义角色的视觉形象，包括外观、服装、配饰、环境、动画、光照、镜头角度等。
* [**Convai Sim 体验**](/api-docs/zh/wu-dai-ma-ti-yan/convai-sim-experiences.md) – 构建交互式的大规模仿真环境，让您的 AI 角色参与逼真的场景、在空间中导航并与物体交互。
* [**Convai XR 动作捕捉应用**](/api-docs/zh/wu-dai-ma-ti-yan/convai-xr-animation-capture-app.md) – 使用您的 XR 设备捕捉高保真动作数据，并将逼真的动画应用到您的头像上，以实现更沉浸、更逼真的表现。

### 3. 插件与集成

将您的角色扩展到您的应用和游戏中。

* [Unity](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unity-sdk.md), [Unreal Engine](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin.md)，和 [Web 插件](/api-docs/zh/cha-jian-yu-ji-cheng/web-plugins.md).
* [模组框架](/api-docs/zh/cha-jian-yu-ji-cheng/modding-framework.md) 和 [其他集成](/api-docs/zh/cha-jian-yu-ji-cheng/other-integrations.md) 选项。
* [Convai Pixel Streaming 嵌入](/api-docs/zh/cha-jian-yu-ji-cheng/convai-pixel-streaming-embed.md) 功能。

### 4. API 参考

深入的 [API 文档](/api-docs/zh/api-can-kao/core-api-reference.md) 用于高级自定义和集成。

***

## 开始之前

要开始使用 Convai 构建，您只需要：

* 一个 **Convai 账户** – [在此注册](https://www.convai.com/) 如果您还没有账户。

***

## 获取帮助

* 如果您找不到所需内容，请使用文档顶部的搜索栏快速定位相关主题。
* 如需灵感，请查看 **示例角色** 位于您的 [仪表板](/api-docs/zh/convai-playground/get-started/dashboard-overview.md#main-dashboard-view).
* 如果您需要进一步帮助，请访问 [**Convai 开发者论坛**](https://forum.convai.com/) 与社区联系并获得 Convai 团队的支持。


---

# 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/huan-ying.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.
