# Değişkenler ve işlevler

- [Değişkenler](https://docs.mavibot.ai/doc/tr/chatbot/functions/degiskenler.md)
- [Hesap makinesi](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi.md)
- [Matematiksel işlevler](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/math.md)
- [Bağlantılarla çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/links.md)
- [MaviBot tablolarıyla çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/tables.md)
- [İfadelerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/expressions.md)
- [Dizelerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/strings.md)
- [Tarih ve saatle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/date.md)
- [Müşteriler ve CRM ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/crm.md)
- [Listelerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/lists.md)
- [MaviBot etiketleriyle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/tags.md)
- [Mesajlaşma uygulamalarında çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/messengers.md)
- [Çalışanlarla çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/employees.md)
- [Google Sheets ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/sheets.md)
- [E-posta ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/email.md)
- [Koşullu IF ifadesi](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/conditional.md)
- [Değişkenlerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/variables.md)
- [Oyunlaştırma yöntemleri](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/gamification.md)
- [Diziler ve sözlüklerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesap-makinesi/arrays.md)
- [Hesap makinesinde işlevler (API)](https://docs.mavibot.ai/doc/tr/chatbot/functions/api.md)
- [Düzenli ifadeler](https://docs.mavibot.ai/doc/tr/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/tr/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.
