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