# Text-to-speech

Reader Mode makes reading easier, especially for those with attention issues. Adding a text-to-speech feature to Reader Mode can take this to the next level by allowing users to listen to the text instead of reading it.

### Use Reader Mode's Text-to-speech directly on any website

* Select any text that you want to listen to
* On the highlighter tooltip that appear, click play button\
  ![](/files/CIPyxkSkjjUZIdNhSwEw)

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

### Use Reader Mode's Text-to-speech on distraction-free reader

* On [Reader Mode Toolbar](/using-reader-mode/reader-mode/reader-mode-toolbar.md) inside reader, click on `Listen` icon
* The text-to-speech should start right away
* Click on `Voice options` menu on the top right to change the voice type, rate and pitch

<figure><img src="/files/6MP3Ni5MGo5sW75x8Bay" alt=""><figcaption></figcaption></figure>


---

# 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://help.readermode.io/using-reader-mode/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.
