# Özel özellikler

- [Python programlama](https://docs.mavibot.ai/doc/tr/ozel-ozellikler/python-programlama.md): Oluşturucu, Python kaynak kodunun çalıştırılmasını destekler; böylece ihtiyacınız olan herhangi bir mantıkla botlar oluşturabilirsiniz. Bu makale, kaynak kodunu botunuza nasıl bağlayacağınızı açıklar.
- [QR kod ve barkod: oluşturma ve tanıma](https://docs.mavibot.ai/doc/tr/ozel-ozellikler/qr-kod-ve-barkod-olusturma-ve-tanima.md)
- [Gönderimler için Google Sheets nasıl kullanılır](https://docs.mavibot.ai/doc/tr/ozel-ozellikler/gonderimler-icin-google-sheets-nasil-kullanilir.md): Burada, Mavibot.ai üzerinde bir chatbot yardımıyla e-posta adreslerinin nasıl toplanacağı ve Google Sheets’teki senaryo ile nasıl ticari teklif gönderileceğine dair ayrıntılı talimatları bulabilirsiniz.
- [Mesajlaşma uygulamalarına ve e-postaya istek gönderme](https://docs.mavibot.ai/doc/tr/ozel-ozellikler/mesajlasma-uygulamalarina-ve-e-postaya-istek-gonderme.md): WhatsApp, Telegram, Viber ve e-posta üzerinden bildirim/istek gönderme.
- [Promosyon kodlarıyla çalışma](https://docs.mavibot.ai/doc/tr/ozel-ozellikler/promosyon-kodlariyla-calisma.md): Bot, müşterilere sadece promosyon kodu vermekle kalmaz, aynı zamanda geçerliliğini de kontrol edebilir ve tek kullanımlık olmalarını denetleyebilir


---

# 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/ozel-ozellikler.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.
