> For the complete documentation index, see [llms.txt](https://docs.vocu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vocu.ai/zh/voices.md).

# 语音克隆&角色管理

- [概览](https://docs.vocu.ai/zh/voices/overview.md): 您可以在此了解关于如何创建角色并进行语音克隆的更多信息，并获得各种使用提示
- [瞬时克隆](https://docs.vocu.ai/zh/voices/create.md): 在这里了解如何添加一个角色并为其指定一个语音样本来进行瞬时克隆
- [专业克隆](https://docs.vocu.ai/zh/voices/pro-clone.md): 在这里了解如何进行专业克隆，来获得无以伦比的声音生成效果
- [管理角色](https://docs.vocu.ai/zh/voices/manage.md): 了解您可以如何管理您已经创建的角色
- [注意事项](https://docs.vocu.ai/zh/voices/tips.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, and the optional `goal` query parameter:

```
GET https://docs.vocu.ai/zh/voices.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.
