> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/voice/send-bot-response-as-audio.md).

# Send bot response as audio

<figure><img src="/files/0U8URajaYMBS3YCMPDJl" alt="" width="375"><figcaption><p>Send bot response as audio.</p></figcaption></figure>

{% hint style="warning" %}
The **Send as audio** feature is currently feature flagged. If you want it to be enabled in your bot, please [get in touch with us](/support/get-in-touch.md).
{% endhint %}

To send a bot response as audio:

{% stepper %}
{% step %}
From your [**Builder**](/navigation/bot-builder.md), open a block with a text step in it.
{% endstep %}

{% step %}
Write text inside the text field.
{% endstep %}

{% step %}
Click on the toggle icon at the bottom of the text field.

<img src="/files/YwBZWfTyPQCqcT6oqPkJ" alt="" data-size="original">
{% endstep %}

{% step %}
**Toggle** on Send as audio response.
{% endstep %}

{% step %}
**Save** your block.
{% endstep %}
{% endstepper %}

Your bot will now answer as a voice note:

<figure><img src="/files/INaZd9lbtmjp4JNemXpB" alt="" width="375"><figcaption><p>The bot answers as a voice note.</p></figcaption></figure>

{% hint style="info" %}
To change your voice settings, go to your **Settings**, then under **Voice**, and [choose a voice for your bot](/voice/phone-and-voice.md#choose-a-voice-for-your-bot).
{% endhint %}


---

# 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:

```
GET https://docs.chatlayer.ai/voice/send-bot-response-as-audio.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.
