# Recursos especiais

- [Programação em Python](https://docs.mavibot.ai/doc/pt/recursos-especiais/programacao-em-python.md): O construtor oferece suporte à execução de código-fonte Python, permitindo criar bots com qualquer lógica de que você precise. Este artigo explica como conectar o código-fonte ao seu bot.
- [QR code e código de barras: geração e reconhecimento](https://docs.mavibot.ai/doc/pt/recursos-especiais/qr-code-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ê encontra instruções detalhadas de como coletar endereços de e-mail com a ajuda de um chatbot no Mavibot.ai e enviar uma proposta comercial com o script do Google Sheets.
- [Envio de solicitações para mensageiros e e-mail](https://docs.mavibot.ai/doc/pt/recursos-especiais/envio-de-solicitacoes-para-mensageiros-e-e-mail.md): Envio de notificações/solicitações no WhatsApp, Telegram, Viber, e-mail.
- [Trabalhando com cupons promocionais](https://docs.mavibot.ai/doc/pt/recursos-especiais/trabalhando-com-cupons-promocionais.md): O bot permite não apenas fornecer cupons promocionais aos clientes, mas também verificar sua validade e controlar seu uso único


---

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