> 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/recursos-especiais.md).

# Recursos especiais

- [Programação em Python](https://docs.mavibot.ai/doc/pt/recursos-especiais/programacao-em-python.md): O construtor suporta a execução de código-fonte Python, permitindo que você crie bots com qualquer lógica de que precise. Este artigo explica como conectar o código-fonte ao seu bot.
- [Código QR e código de barras: geração e reconhecimento](https://docs.mavibot.ai/doc/pt/recursos-especiais/codigo-qr-e-codigo-de-barras-geracao-e-reconhecimento.md)
- [Como usar o Google Sheets para envios](https://docs.mavibot.ai/doc/pt/recursos-especiais/como-usar-o-google-sheets-para-envios.md): Aqui você pode encontrar instruções detalhadas sobre como coletar endereços de e-mail com a ajuda de um chatbot em Mavibot.ai e enviar uma oferta comercial com o script do Google Sheets.
- [Enviando solicitações para mensageiros e e-mail](https://docs.mavibot.ai/doc/pt/recursos-especiais/enviando-solicitacoes-para-mensageiros-e-e-mail.md): Envio de notificações/solicitações no WhatsApp, Telegram, Viber, e-mail.
- [Trabalhando com códigos promocionais](https://docs.mavibot.ai/doc/pt/recursos-especiais/trabalhando-com-codigos-promocionais.md): O bot permite não apenas fornecer códigos promocionais aos clientes, mas também verificar sua validade e controlar seu uso único


---

# 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/recursos-especiais.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.
