> 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/phone-and-voice/test-your-voicebot.md).

# Teste seu voicebot

Para testar seu bot, adicione um canal de Voz e vá para a aba Números de teste.

<figure><img src="/files/1b717fc05850b8fe35c92ba057cbe19434c04825" alt=""><figcaption></figcaption></figure>

Escolha um número e configure o número de telefone a partir do qual você o testará para poder fazer a conexão.

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

Você só pode fazer chamadas de teste para os números do bot a partir de números de origem cadastrados nele.

Se você pretende testar vários bots com o mesmo número de origem, precisará remover a configuração desse número como testador de um bot e adicioná-lo ao outro.

{% hint style="danger" %}
A opção de testar seu bot de voz pelo emulador foi descontinuada:
{% endhint %}

<figure><img src="/files/68c7a48ac1d78bfda4eab7c0876727567bbd173c" alt="" width="375"><figcaption><p>Selecione Voz no Emulador.</p></figcaption></figure>


---

# 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/phone-and-voice/test-your-voicebot.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.
