> 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/automation-rules/multiple-voice-selection.md).

# Multiple Voice Selection

Enable this feature so articles are read with a random voice from the voices you pick:

1. Open Automation Rules\
   Go to your dashboard → Automation Rules.
2. Add a Custom Rule\
   Click Add Rule (create a Custom Rule).
3. Set the Condition\
   Choose Condition: “Always.”
4. Choose the Action\
   Add the action “Read in another Voice.”
5. Select Multiple Voices\
   In the voice list, select multiple voices you want to rotate through. Save.

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

### How it works

* **One-time randomization per article:**\
  On the article’s first audification, BotTalk randomly picks **one** voice from your selected set for that article.
* **Sticky voice per article:**\
  BotTalk **remembers** the chosen voice for that article. If the article text is updated later, it will **stay in the same voice**—no re-randomization—so the listening experience remains consistent.
* **When does randomization happen again?**\
  Only if you clear the article’s audio/voice assignment (e.g., by reprocessing after removing the prior selection) or the rule/selection changes in a way that invalidates the stored voice.

{% hint style="info" %}
If only one voice is selected, that single voice is always used (no rotation).
{% endhint %}

* You can update the voice list anytime; changes apply to **new** articles (or to existing ones only after clearing their stored voice).
* Check your rule order to ensure no other rule overrides **Read in another Voice**.

<br>


---

# 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/automation-rules/multiple-voice-selection.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.
