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

# 概覽

在您新增或建立了一些新角色以後，就可以開始用它們來生成語音了！要進行**文字轉語音（TTS）**，請前往[配音工作室](https://app.vocu.ai/generate)頁面，在當中新增或編輯所需文字，為段落分配角色（發音人），然後按一下**生成設定**分頁中的**開始生成**按鈕，便完成了！

<figure><img src="/files/8DPTFfQIPGdsSVMkQdGA" alt=""><figcaption></figcaption></figure>

很簡單，不是嗎？不過，有幾點可能需要您留意：

* 由於 AI 模型的特性，每次生成的結果都會略有不同。您可以多嘗試幾次，以取得理想或更具創意的效果。
* **生成參數**對最終生成效果影響很大。目前我們基於多方測試與優化，設定了不同的預設範本，分別對應不同的優化方向。您可以透過調整預設來選擇不同的生成參數，找出最適合您的效果。
* 不同版本的模型可能存在一些缺點與限制，我們建議您參閲[**模型列表**](/zh-hk/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-hk/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.
