# Page Not Found

The URL `bot-builder/dicas/enviar-o-usuario-para-um-fluxo-especifico-caso-ele-responda-2-ou-mais-vezes-errado.` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Enviar o usuário para um fluxo específico caso ele responda 2 ou mais vezes errado.](https://help.cosmobots.io/help/outros/dicas/enviar-o-usuario-para-um-fluxo-especifico-caso-ele-responda-2-ou-mais-vezes-errado..md)
- [Como acessar e exportar os Dados coletados pelo Bot?](https://help.cosmobots.io/help/bot-builder/dados/como-acessar-e-exportar-os-dados-coletados-pelo-bot.md)
- [Criando meu primeiro BOT](https://help.cosmobots.io/help/bot-builder/criar-o-bot/criando-meu-primeiro-cosmobots.md)
- [Dialog - Validar mensagens do tipo imagem em Filtro.](https://help.cosmobots.io/help/outros/dicas/dialog-validar-mensagens-do-tipo-imagem-em-filtro..md)
- [Como posso adquirir o selo de verificação para o meu WhatsApp?](https://help.cosmobots.io/help/bot-builder/canais/whatsapp1/como-posso-adquirir-o-selo-de-verificacao-para-o-meu-whatsapp.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.cosmobots.io/help/outros/dicas/enviar-o-usuario-para-um-fluxo-especifico-caso-ele-responda-2-ou-mais-vezes-errado..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.

### Option 2 — Browse the documentation index

Full index: https://help.cosmobots.io/help/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.cosmobots.io/help/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/help/outros/dicas/enviar-o-usuario-para-um-fluxo-especifico-caso-ele-responda-2-ou-mais-vezes-errado..md`).

You may also use `Accept: text/markdown` header for content negotiation.
