# Variáveis e funções

- [Variáveis](https://docs.mavibot.ai/doc/pt/chatbot/functions/variaveis.md)
- [Calculadora](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora.md)
- [Funções matemáticas](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/math.md)
- [Trabalhando com links](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/links.md)
- [Trabalhando com tabelas do MaviBot](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/tables.md)
- [Trabalhando com expressões](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/expressions.md)
- [Trabalhando com strings](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/strings.md)
- [Trabalhando com datas e horários](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/date.md)
- [Trabalhando com clientes e CRM](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/crm.md)
- [Trabalhando com listas](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/lists.md)
- [Trabalhando com tags do MaviBot](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/tags.md)
- [Trabalhando em mensageiros](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/messengers.md)
- [Trabalhando com funcionários](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/employees.md)
- [Trabalhando com o Google Sheets](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/sheets.md)
- [Trabalhando com e-mail](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/email.md)
- [Instrução condicional IF](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/conditional.md)
- [Trabalhando com variáveis](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/variables.md)
- [Métodos de gamificação](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/gamification.md)
- [Trabalhando com arrays e dicionários](https://docs.mavibot.ai/doc/pt/chatbot/functions/calculadora/arrays.md)
- [Funções (API) na calculadora](https://docs.mavibot.ai/doc/pt/chatbot/functions/api.md)
- [Expressões regulares](https://docs.mavibot.ai/doc/pt/chatbot/functions/regex.md)


---

# 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/chatbot/functions.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.
