> For the complete documentation index, see [llms.txt](https://ajuda.botconversa.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.botconversa.com.br/comece-por-aqui-aulas-sequenciais/primeiros-passos-botconversa-api-oficial/aula-9-como-testar-e-ativar-os-fluxos-no-botconversa.md).

# AULA 9 - Como Testar e Ativar os Fluxos no BotConversa

#### Neste vídeo você aprenderá como testar um fluxo do BotConversa

{% embed url="<https://youtu.be/-y7GainqOTY>" %}

#### **Como Testar Um Fluxo no Bot Conversa**

Neste tutorial, você aprenderá como testar um fluxo criado no Bot Conversa:

1. **Introdução: Antes de disponibilizar um fluxo para o público, é crucial testá-lo para garantir seu funcionamento correto.**
2. **Formas de Testar o Fluxo:**

* Existem duas maneiras principais de testar um fluxo no Bot Conversa.
* A primeira envolve o uso da seção "audiência".

3. **Criando um Novo Contato:**

* Se o seu contato ainda não estiver registrado, vá até "audiência" e selecione "criar novo contato".
* O telefone usado no Bot Conversa deve receber mensagens de outro WhatsApp para testes.
* Portanto, registre um número diferente do conectado ao Bot Conversa.
* Por exemplo, registre "Luiz Silva" e insira um número alternativo.

4. **Testando o Fluxo com o Novo Contato:**

* Após criar o contato, ele aparecerá na lista de contatos.
* Selecione o contato criado e teste o fluxo desejado.

Seguindo essas etapas, você pode verificar e garantir que seu fluxo funcione conforme o esperado antes de disponibilizá-lo para os usuários.


---

# 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://ajuda.botconversa.com.br/comece-por-aqui-aulas-sequenciais/primeiros-passos-botconversa-api-oficial/aula-9-como-testar-e-ativar-os-fluxos-no-botconversa.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.
