> 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/faq/questions.md).

# Como...

- [fazer um chatbot simples](https://docs.mavibot.ai/doc/pt/faq/questions/chatbot.md): Um tutorial passo a passo para um chatbot simples com uma série simples de textos.
- [...Transferir rótulos UTM](https://docs.mavibot.ai/doc/pt/faq/questions/...transferir-rotulos-utm.md): Como fazer o chatbot e os rótulos funcionarem em harmonia
- [...Criar um programa de indicação](https://docs.mavibot.ai/doc/pt/faq/questions/refferal.md)
- [...Criar conteúdo temporariamente disponível](https://docs.mavibot.ai/doc/pt/faq/questions/content.md): Muitas vezes há o objetivo de limitar o acesso ao conteúdo por um período definido. Este artigo vai mostrar exatamente como fazer isso.
- [...Conectar contadores de análise e configurar conversões por meio do GTM](https://docs.mavibot.ai/doc/pt/faq/questions/gtm.md)
- [...Mover clientes para outro bloco](https://docs.mavibot.ai/doc/pt/faq/questions/customers.md): Pode ser necessário iniciar o bot para vários clientes simultaneamente
- [...Criar imagens personalizadas](https://docs.mavibot.ai/doc/pt/faq/questions/images.md): Você pode colocar seu próprio texto nas imagens
- [...Criar um menu no Telegram](https://docs.mavibot.ai/doc/pt/faq/questions/menu.md)
- [...Conectar Telegram-pay](https://docs.mavibot.ai/doc/pt/faq/questions/payment.md): Um tutorial passo a passo sobre como criar uma mensagem fixada com um botão "Pagar"


---

# 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/faq/questions.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.
