> 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/chatlayer-documentation-pt-br/voz/send-bot-response-as-audio.md).

# 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" %}
A **Enviar como áudio** O recurso está atualmente atrás de uma feature flag. 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 uma etapa de texto nele.
{% endstep %}

{% step %}
Escreva o texto dentro do 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 mensagem de voz:

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

{% hint style="info" %}
Para alterar suas configurações de voz, vá para o seu **Configurações**, depois em **Voice** 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
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.chatlayer.ai/chatlayer-documentation-pt-br/voz/send-bot-response-as-audio.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.
