> 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/generate/overview.md).

# 概览

在您添加或创建了一些新的角色以后，您就可以开始使用它们来生成一些语音了！要进行**文本转语音(TTS)**，请转到[配音工作室](https://app.vocu.ai/generate)页面，并在其中添加或编辑您需要的文本，为段落分配角色（发音人），随后点击**生成配置**选项卡中的**开始生成**按钮就大功告成了！

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

很简单，不是吗？但是，有以下几点可能需要您注意一下：

* 由于AI模型的特性，每次生成的结果都略有不同。您可以多尝试几次，以获得理想或更具创意的效果。
* **生成参数**对于最终生成的效果会有很大影响，目前我们基于多方测试和优化，设置了不同的预设模板，分别对应不同的优化方向，您可以通过调整预设来选择不同的生成参数，以找到对于您来说最合适的效果。
* 不同版本的模型可能存在一些缺点和局限性，我们建议您参阅[**模型列表**](/zh/introduction/models.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/generate/overview.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.
