# Speech Synthesis

- [Overview](https://docs.vocu.ai/generate/overview.md): You can find more information about using the speech synthesis function here, including some tips that can bring better results.
- [Project Management](https://docs.vocu.ai/generate/projects.md): Learn about the project management function for convenient voice production
- [Text Content Editing](https://docs.vocu.ai/generate/text-edit.md): Learn here how to edit the text content you want to generate
- [Generation Configuration](https://docs.vocu.ai/generate/config.md): Learn here which options you can adjust to affect generation results
- [Task Queue](https://docs.vocu.ai/generate/queue.md): Learn here how you can manage all current or historical tasks
- [Task Details](https://docs.vocu.ai/generate/task-detail.md): Learn what operations you can perform in the task details list


---

# Agent Instructions: 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.vocu.ai/generate.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.
