> 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/tr/chatbot/functions.md).

# Değişkenler ve işlevler

- [Değişkenler](https://docs.mavibot.ai/doc/tr/chatbot/functions/degiskenler.md)
- [Hesaplayıcı](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici.md)
- [Matematik işlevleri](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/math.md)
- [Bağlantılarla çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/links.md)
- [MaviBot tablolarıyla çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/tables.md)
- [İfadelerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/expressions.md)
- [Metinlerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/strings.md)
- [Tarih ve saat ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/date.md)
- [Müşteriler ve CRM ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/crm.md)
- [Listelerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/lists.md)
- [MaviBot etiketleriyle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/tags.md)
- [Mesajlaşma uygulamalarında çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/messengers.md)
- [Çalışanlarla çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/employees.md)
- [Google E-Tablolar ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/sheets.md)
- [E-posta ile çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/email.md)
- [Koşullu IF ifadesi](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/conditional.md)
- [Değişkenlerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/variables.md)
- [Oyunlaştırma yöntemleri](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/gamification.md)
- [Diziler ve sözlüklerle çalışma](https://docs.mavibot.ai/doc/tr/chatbot/functions/hesaplayici/arrays.md)
- [Hesaplayıcıdaki 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
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:

```
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.
