# Enviar resposta do bot como áudio

<figure><img src="/files/badc93a1d6650fef057de1912a649c32be00c95d" alt="" width="375"><figcaption><p>Enviar resposta do bot como áudio.</p></figcaption></figure>

{% hint style="warning" %}
O **Enviar como áudio** recurso atualmente está com flag de recurso. Se você quiser que ele seja habilitado no seu bot, por favor [entre em contato conosco](/chatlayer-documentation-pt-br/support/get-in-touch.md).
{% endhint %}

Para enviar uma resposta do bot como áudio:

{% stepper %}
{% step %}
Do seu [**Construtor**](/chatlayer-documentation-pt-br/navegacao/bot-builder.md), abra um bloco com um passo de texto dentro.
{% endstep %}

{% step %}
Escreva o texto no campo de texto.
{% endstep %}

{% step %}
Clique no ícone de alternância na parte inferior do campo de texto.

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

{% step %}
**Alternar** em Enviar como resposta de áudio.
{% endstep %}

{% step %}
**Salvar** seu bloco.
{% endstep %}
{% endstepper %}

Seu bot agora responderá como uma nota de voz:

<figure><img src="/files/cd0a7ece1e92dfdfb9fd818ec65e11f8c582d68a" alt="" width="375"><figcaption><p>O bot responde como uma nota de voz.</p></figcaption></figure>

{% hint style="info" %}
Para alterar suas configurações de voz, vá para o seu **Configurações**, então em **Voz**, e [escolha uma voz para o seu bot](/chatlayer-documentation-pt-br/voz/phone-and-voice.md#choose-a-voice-for-your-bot).
{% endhint %}


---

# 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.chatlayer.ai/chatlayer-documentation-pt-br/voz/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.
