# Variables and functions

- [Variables](https://docs.mavibot.ai/chatbot/functions/variables.md)
- [Calculator](https://docs.mavibot.ai/chatbot/functions/calculator.md)
- [Math functions](https://docs.mavibot.ai/chatbot/functions/calculator/math.md)
- [Working with links](https://docs.mavibot.ai/chatbot/functions/calculator/links.md)
- [Working with MaviBot tables](https://docs.mavibot.ai/chatbot/functions/calculator/tables.md)
- [Working with expressions](https://docs.mavibot.ai/chatbot/functions/calculator/expressions.md)
- [Working with strings](https://docs.mavibot.ai/chatbot/functions/calculator/strings.md)
- [Working with dates and time](https://docs.mavibot.ai/chatbot/functions/calculator/date.md)
- [Working with cutomers and CRM](https://docs.mavibot.ai/chatbot/functions/calculator/crm.md)
- [Working with lists](https://docs.mavibot.ai/chatbot/functions/calculator/lists.md)
- [Working with MaviBot tags](https://docs.mavibot.ai/chatbot/functions/calculator/tags.md)
- [Working in messengers](https://docs.mavibot.ai/chatbot/functions/calculator/messengers.md)
- [Working with employees](https://docs.mavibot.ai/chatbot/functions/calculator/employees.md)
- [Working with Google Sheets](https://docs.mavibot.ai/chatbot/functions/calculator/sheets.md)
- [Working with email](https://docs.mavibot.ai/chatbot/functions/calculator/email.md)
- [Conditional IF statement](https://docs.mavibot.ai/chatbot/functions/calculator/conditional.md)
- [Working with variables](https://docs.mavibot.ai/chatbot/functions/calculator/variables.md)
- [Gamification methods](https://docs.mavibot.ai/chatbot/functions/calculator/gamification.md)
- [Working with arrays and dictionaries](https://docs.mavibot.ai/chatbot/functions/calculator/arrays.md)
- [Functions (API) in the calculator](https://docs.mavibot.ai/chatbot/functions/api.md)
- [Regular expressions](https://docs.mavibot.ai/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/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.
