# 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 etiquetas UTM](https://docs.mavibot.ai/doc/pt/faq/questions/...transferir-etiquetas-utm.md): Como fazer o chatbot e as etiquetas conviverem entre si
- [...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 determinado tempo. Este artigo 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): Você pode precisar 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 o 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: 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:

```
GET https://docs.mavibot.ai/doc/pt/faq/questions.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.

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.
