> 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/character-customization/character-description.md).

# 角色描述

## 简介

该 **角色描述** 此页面用于定义您的 AI 角色的个性、背景故事和沟通风格。Convai Playground 中的每个角色都有自己专用的角色描述页面，确保其拥有独特身份，并可随时间不断优化。

<figure><img src="/files/91504bc960363ff562466591a2d354b3f936c1a4" alt=""><figcaption></figcaption></figure>

***

## 访问角色描述页面

您可以通过点击任意 **角色卡片** 在您的 **仪表板**。这将打开角色资料，您可以在其中编辑和管理其核心属性。

## 主要功能和部分

### 1. 角色名称和 ID

<figure><img src="/files/82d6786d9764ccc746fe12ba5231a7233bc266d5" alt=""><figcaption></figcaption></figure>

* **角色名称** – 可编辑字段，用于设置角色的显示名称。
* **角色 ID** – 角色的唯一标识符，对于在以下场景中使用它至关重要 **Convai SDK** 和 API 集成。
* 您可以复制该 ID 在应用程序中使用。

{% hint style="success" %}
**支持提示**: 如果您在向支持团队报告与角色相关的问题时需要帮助，请提供此 ID。
{% endhint %}

***

### 2. 核心描述 / 说话风格 / 具身形象

**核心描述**

* 添加有关角色故事、性格特征、独特外观以及任何行为准则的详细信息。
* 字数限制： **1000 个词**.

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

**说话风格**

* **描述角色如何说话** – 概述角色的语气、语速、正式程度和说话模式。包括他们常用的独特表达或短语。
* **示例对话** – 提供展示角色典型说话风格的示例句子，包括强化其个性的标志性短语。

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

**Embodiment**

* 目前正在开发中，很快将可用。

***

## 示例

作为灵感，请浏览 **示例角色** 在仪表板中。这些示例展示了不同角色的核心描述和说话风格是如何构建的。

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

***

## 结论

角色描述页面是您的 AI 角色身份的基础。通过清晰定义其个性、声音和独特特征，您可以确保互动始终如一且引人入胜。


---

# 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/character-customization/character-description.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.
