> 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/convai-playground/get-started.md).

# 开始使用

## 简介

## 欢迎来到 Convai Playground！

您用于创建、自定义和测试 AI 驱动角色的工作区。本页面概述了核心工具和工作流程，帮助您快速提升效率。下面的每个部分都链接到一个专门页面，您可以在其中深入了解。

## 先决条件

* 一个 Convai 账户。

## 核心概念

* **角色** – 您创建并自定义的 AI 角色形象，具有独特的人格特征、语言、知识和行为设置。
* **Avatar Studio** – 一个无需代码的编辑器，您可以在其中设计角色的视觉外观并配置其 **Avatar Studio 体验**，包括环境、动画、交互设置等。

## 快速入门流程

* **仪表板概览**\
  了解界面布局，查看您最近的角色和体验，并了解在哪里创建新角色或 Convai 模拟体验。\
  继续查看： [*仪表板概览*](/api-docs/zh/convai-playground/get-started/dashboard-overview.md)
* **创建新角色**\
  通过为其命名、定义描述、选择语言和声音，以及设置个性，开始构建您的 AI 角色。\
  继续查看： [*创建新角色*](/api-docs/zh/convai-playground/get-started/creating-a-new-character.md)
* **测试角色**\
  使用 **聊天框** 进行文本和语音交互，或通过 **视频通话** 获得更沉浸式的体验。\
  继续查看： [*测试角色*](/api-docs/zh/convai-playground/get-started/testing-a-character.md)
* **全局角色控制**\
  了解在所有角色页面都可用的工具，例如版本管理、更新和角色设置。\
  继续查看： [*全局角色控制*](/api-docs/zh/convai-playground/get-started/global-character-controls.md)
* **角色版本管理**\
  保存并在角色的不同版本之间切换，以便安全地进行实验和迭代。\
  继续查看： [*角色版本管理*](/api-docs/zh/convai-playground/get-started/character-versioning.md)


---

# 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/convai-playground/get-started.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.
