> 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/creating-a-new-character.md).

# 创建新角色

## 介绍

Convai Playground 让你能够设计具有独特个性、声音和视觉外观的 AI 角色。本指南将带你完成创建新角色的全过程，从初始设置到头像、语音和语言的自定义。

## 分步指南

### 1. 访问创建工具

* 从你的 **仪表板**，点击 **创建新角色** 在右上角。

<figure><img src="/files/8451aef7db76fb70689fd415f8698207fa704df2" alt=""><figcaption></figcaption></figure>

* 一个新的角色创建界面将会打开。
* 在左侧菜单中，只有 **角色描述**, **头像**，以及 **语言与语音** 会在最初处于可用状态。其他部分将在角色创建后解锁。

<figure><img src="/files/6f5f9120f48f2cc01661cd3b28132a4418657753" alt=""><figcaption></figcaption></figure>

***

### 2. 角色描述

* **角色名称** – 输入你的角色名称（你之后可以编辑）。
* **核心描述** – 写一段简短背景，涵盖角色的故事、个性细节和独特特征。
  * 或者，点击 **魔杖图标** 为 **使用 AI 生成角色背景故事**.
* **说话风格** *（可选）* – 定义你的角色说话的方式，包括语气和习惯表达。也可以为你的 **示例对话** 提供一些给你的 AI 角色。
* **可见性设置** – 选择谁可以与你的角色互动：
  * **公开** – x.convai.com 上的任何人都可访问 `x.convai.com`.
  * **未列出** *（默认）* – 仅可通过直接链接访问。
  * **私有** – 仅限你和受邀请的用户。

<figure><img src="/files/22d342f9884128a13c815f61e91bf587d646d9b0" alt=""><figcaption></figcaption></figure>

***

### 3. 头像自定义

* 点击 **头像** 左侧菜单中的选项卡。
* 选择 **配置头像** 以自定义你角色的视觉外观。
* 按照 [**头像工作室文档**](/api-docs/zh/wu-dai-ma-ti-yan/avatar-studio-experiences.md) 中的步骤，了解如何调整面部特征、服装和其他设计元素。
* 点击 **完成后保存更改** 。

<figure><img src="/files/733aad65d0ff40e984d7eddfc7245f333564f5b3" alt=""><figcaption></figcaption></figure>

***

### 4. 语音和语言设置

* 点击 **语音与语言** 选项卡。
* 在 **语言**中，选择你的角色可以使用的一种或多种语言。
* 在 **语音**中，从为你所选语言筛选出的语音选项中选择

<figure><img src="/files/73f8a8467e52ee17789ef3650e41be8c0cb8f27b" alt=""><figcaption></figcaption></figure>

***

### 5. 完成角色创建

* 在配置好所有所需设置后，点击 **创建角色** 在右上角。
* 如果你跳过自定义，系统会自动分配一个 **随机头像** 和 **语音** 。
* 如果你没有选择任何语言， **英语** 将默认选择。
* 你之后可以更新任何属性，因此不必立即确定所有决定。

***

## 创建后

当角色创建完成后，左侧菜单中的所有部分都可用于更深入的自定义：

* 角色描述（包含 **说话风格** 和 **个性特征**)
* 头像
* 语言与语音
* 知识库
* 核心 AI 设置
* 护栏
* 心态
* 具身动作（*即将登陆新版 Playground。可在* [*旧版 Playground*](https://playground.convai.com/pipeline/dashboard))
* 叙事设计（*即将登陆新版 Playground。可在* [*旧版 Playground*](https://playground.convai.com/pipeline/dashboard))
* 外部 API（*即将登陆新版 Playground。可在* [*旧版 Playground*](https://playground.convai.com/pipeline/dashboard))
* 发布
* 记忆
* 思维视图

这些功能中的每一项都能帮助你增强并完善角色，使互动更加自然、智能且引人入胜。这些内容在单独的文档中有介绍。

<figure><img src="/files/eac1a918df7b6246ae392987a62b67d4826ecd5a" alt=""><figcaption></figcaption></figure>

***

## 结论

Convai Playground 中的角色创建流程旨在提供灵活性——你可以在几分钟内创建一个角色，也可以花时间打磨每个细节。无论你是从默认设置开始，还是完全自定义头像、语音和描述。


---

# 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/creating-a-new-character.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.
