> 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. **Memory**\
   查看角色过往的对话，或启用长期记忆以实现跨会话回忆。\
   继续： [*Memory*](/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)
12. **发布**\
    与他人分享您的角色，或将其嵌入到您的网站中。\
    继续： [*发布*](/api-docs/zh/convai-playground/character-customization/publish.md)

***

## 最佳实践

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

***

## 下一步

从……开始 **角色描述** 以在转向外观、语音和高级行为之前，确立您的 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.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.
