> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/pt/chatbot/builder.md).

# Construtor de chatbot

- [Como criar um chatbot](https://docs.mavibot.ai/doc/pt/chatbot/builder/funnel.md): Novo no MaviBot? Comece com nosso guia.
- [Configurações do bloco de mensagem](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting.md)
- [O bloco "Editor"](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/message.md)
- [Como editar um bloco](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/edit.md)
- [Menu de comandos adicionais](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/menu.md)
- [Gatilho](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/trigger.md)
- [Gatilho e tipo de correspondência](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/trigger/type.md)
- [Blocos e tipos](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/types.md)
- [Como trabalhar com um temporizador](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/types/timer.md)
- [Exemplo de validação de dados](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/types/data.md)
- [Mensagem](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/messages.md)
- [Solicitação da API](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/api.md)
- [Ações](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/acoes.md)
- [Análises](https://docs.mavibot.ai/doc/pt/chatbot/builder/setting/analises.md)
- [Conexões](https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes.md)
- [Conexão com um temporizador (por enquanto, vamos pular os temporizadores, Andrey disse que eles estão desativados no MAVI)](https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes/conexao-com-um-temporizador-por-enquanto-vamos-pular-os-temporizadores-andrey-disse-que-eles-estao-d.md)
- [Conexão com um gatilho](https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes/trigger.md)
- [Conexão com uma coleta de dados](https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes/data.md)
- [Conexão com um botão](https://docs.mavibot.ai/doc/pt/chatbot/builder/conexoes/buttons.md)
- [Ações rápidas](https://docs.mavibot.ai/doc/pt/chatbot/builder/actions.md)
- [Botões](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes.md)
- [Como criar um botão](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/create.md)
- [Botões com link](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/botoes-com-link.md)
- [Botão de pagamento](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/botao-de-pagamento.md)
- [Solicitar número de telefone](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/phone.md)
- [Botão de solicitação de geolocalização](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/botao-de-solicitacao-de-geolocalizacao.md): para Telegram e Viber
- [Botão de compartilhamento](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/botao-de-compartilhamento.md)
- [Botão do Web App](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/webapp.md)
- [Como substituir os botões do WhatsApp](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/whatsapp.md)
- [Botão de um bloco ou gatilho de conexão](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/trigger.md)
- [Limites dos botões](https://docs.mavibot.ai/doc/pt/chatbot/builder/botoes/limits.md)
- [Trabalhando com anexos e links](https://docs.mavibot.ai/doc/pt/chatbot/builder/attachments.md): Neste artigo, explicaremos como enviar anexos no chatbot.
- [Aba de anexos](https://docs.mavibot.ai/doc/pt/chatbot/builder/attachments/tab.md)
- [Rastreamento de cliques em links](https://docs.mavibot.ai/doc/pt/chatbot/builder/attachments/links.md)
- [Botão com rastreamento de cliques](https://docs.mavibot.ai/doc/pt/chatbot/builder/attachments/tracking.md)
- [Como receber imagens e arquivos de um usuário](https://docs.mavibot.ai/doc/pt/chatbot/builder/attachments/images.md)
- [Formatação de mensagens no Telegram](https://docs.mavibot.ai/doc/pt/chatbot/builder/telegram_messages.md)
- [Respostas aleatórias no bot](https://docs.mavibot.ai/doc/pt/chatbot/builder/responses.md): O bot pode enviar uma resposta aleatória, uma parte aleatória da resposta, um número aleatório ou seguir um fluxo aleatório.
- [Backup e restauração](https://docs.mavibot.ai/doc/pt/chatbot/builder/backup.md): Como criar um backup do projeto e restaurar um projeto.


---

# 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.mavibot.ai/doc/pt/chatbot/builder.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.
