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

# Text-to-Speech

- [Configure your Project](https://docs.bottalk.io/docs/text-to-speech/configure-your-project.md): A text-to-speech project is the central piece of BotTalk Audio CMS.
- [Organization Access Settings](https://docs.bottalk.io/docs/text-to-speech/configure-your-project/organization-access-settings.md): Add your project to an Organization
- [Voice Selection](https://docs.bottalk.io/docs/text-to-speech/configure-your-project/voice-selection.md): Change the language and voice of your project
- [Parser Settings](https://docs.bottalk.io/docs/text-to-speech/configure-your-project/parser-settings.md): Parse your articles automatically. Set up specific rules for how BotTalk should parse your articles.
- [Extractor Rules](https://docs.bottalk.io/docs/text-to-speech/configure-your-project/extractor-rules.md): Add specific rules to control how BotTalk will extract text from your articles.
- [Integrate Web Player](https://docs.bottalk.io/docs/text-to-speech/integrate-web-player.md)
- [Create a Web Player](https://docs.bottalk.io/docs/text-to-speech/integrate-web-player/create-a-web-player.md)
- [Configure your Web Player](https://docs.bottalk.io/docs/text-to-speech/integrate-web-player/configure-your-web-player.md): Configure a player's look and feel
- [Integrate Web Player into your website](https://docs.bottalk.io/docs/text-to-speech/integrate-web-player/integrate-web-player-into-your-website.md)
- [Automation Rules](https://docs.bottalk.io/docs/text-to-speech/automation-rules.md): Define unique rules to select, which content should be audified
- [Audio Chunks Strategy](https://docs.bottalk.io/docs/text-to-speech/automation-rules/audio-chunks-strategy.md)
- [Multiple Voice Selection](https://docs.bottalk.io/docs/text-to-speech/automation-rules/multiple-voice-selection.md): A feature that lets you select multiple voices and have each article read in a randomly chosen voice from that set.
- [Create Custom Rule](https://docs.bottalk.io/docs/text-to-speech/automation-rules/create-custom-rule.md): Individualize your content selection
- [Analytics](https://docs.bottalk.io/docs/text-to-speech/analytics.md): See how listeners are engaging with your audio content.
- [Reporting](https://docs.bottalk.io/docs/text-to-speech/reporting.md): Stay up to date about your performance


---

# 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.bottalk.io/docs/text-to-speech.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.
