> 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.md).

# 角色自定义

## 介绍

该 **角色自定义** Convai Playground 中的“角色自定义”部分是你将一个基础 AI 角色转变为一个完整人格的地方。在这里，你将定义角色的外观、说话方式、思维、记忆和回应方式，确保为用户带来独特而沉浸式的体验。本部分中的每个页面都专注于某个特定的自定义区域，让你可以逐步操作，或随时回到任何方面进行修改。

***

## 核心自定义区域

1. **角色描述**\
   定义你角色的背景故事、个性和说话风格——其身份的基础。\
   继续到： [*角色描述*](/api-docs/zh/convai-playground/character-customization/character-description.md)
2. **头像部分**\
   打开 **Avatar Studio** 来设计你角色的视觉外观并配置其 **Avatar Studio 体验**，包括环境、动画、服装、光照、摄像机角度等。\
   继续到： [*头像部分*](/api-docs/zh/convai-playground/character-customization/avatar-section.md)
3. **语言与语音**\
   配置角色用于交流的语言、声音和语气。\
   继续到： [*语言与语音*](/api-docs/zh/convai-playground/character-customization/language-and-speech.md)
4. **知识库**\
   为你的角色提供信息和参考材料，以回答问题并保持上下文。\
   继续到： [*知识库*](/api-docs/zh/convai-playground/character-customization/knowledge-bank.md)
5. **个性特征**\
   调整行为滑块，以塑造角色的举止、自信、共情以及其他互动风格。\
   继续到： [*个性特征*](/api-docs/zh/convai-playground/character-customization/knowledge-bank.md)
6. **核心 AI 设置**\
   微调高级 AI 参数，以影响决策、创造力和响应能力。\
   继续到： [*核心 AI 设置*](/api-docs/zh/convai-playground/character-customization/core-ai-settings.md)
7. **护栏**\
   限制并引导角色的 AI 行为，定义对话在伦理和话题上的边界。\
   继续到： [*护栏*](/api-docs/zh/convai-playground/character-customization/guardrails.md)
8. **心境**\
   定义临时或情境性的心态，以影响你的角色在特定上下文中的反应。\
   继续到： [*心境*](/api-docs/zh/convai-playground/character-customization/state-of-mind.md)
9. **记忆**\
   查看角色过往的对话，或启用长期记忆以便跨会话回忆。\
   继续到： [*记忆*](/api-docs/zh/convai-playground/character-customization/memory.md)
10. **叙事设计**\
    创建结构化叙事或引导式交互流程供你的角色遵循。\
    继续到： [*叙事设计*](/api-docs/zh/convai-playground/character-customization/narrative-design.md)
11. **外部 API**\
    将你的角色连接到外部系统或 API，以获取实时数据或执行操作。\
    继续到： [*外部 API*](/api-docs/zh/convai-playground/character-customization/external-api.md) · [*限制*](/api-docs/zh/convai-playground/character-customization/external-api/external-api-limitations.md)
12. **发布**\
    与他人分享你的角色，或将其嵌入到你的网站中。\
    继续到： [*发布*](/api-docs/zh/convai-playground/character-customization/publish.md)

***

## 最佳实践

* 先从核心身份设置（角色描述、语言与语音）开始，再进行高级自定义。
* 使用 **更新** 以频繁保存进度并避免丢失更改。
* 定期测试你的角色，确保每项自定义更改都达到预期效果。

***

## 下一步

从 **角色描述** 开始，以便在进入外观、语音和高级行为之前，先确立你的 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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/zh/convai-playground/character-customization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
