# Yapay zekâ chatbot oluşturucu

- [Yapay zekâ chatbot](https://docs.mavibot.ai/doc/tr/chatbot/ai/assistant.md): Sadece çalışan bir bot oluşturmakla yetinmeyin; hayranlık uyandıran bir bot yaratın. Gelin birlikte akıllı, etkileşimli ve unutulmaz bir yapay zekâ destekli chatbot hayata geçirelim.
- [Yapay zekâ asistanı işlevleri](https://docs.mavibot.ai/doc/tr/chatbot/ai/functions.md): Bu makalede, yapay zekâ asistanının özelliklerini öğrenecek ve bunların pratikte nasıl uygulanabileceğini göreceksiniz.
- [Çevrimiçi rezervasyon için yapay zekâ chatbot](https://docs.mavibot.ai/doc/tr/chatbot/ai/online-booking.md)
- [MaviBot tabloları ile yapay zekâ asistanı](https://docs.mavibot.ai/doc/tr/chatbot/ai/tables.md)
- [Anlamsal arama](https://docs.mavibot.ai/doc/tr/chatbot/ai/search.md): Bu makalede, "Anlamsal arama" eşleştirme seçimi hakkında konuşacağız.
- [Tek bir sohbette iki veya daha fazla yapay zekâ asistanı nasıl oluşturulur](https://docs.mavibot.ai/doc/tr/chatbot/ai/two-assistant.md)
- [Yapay zekâ asistanı için Google E-Tablolar](https://docs.mavibot.ai/doc/tr/chatbot/ai/yapay-zeka-asistani-icin-google-e-tablolar.md): Bu makalede, bir botun Google E-Tablolar'dan veri nasıl okuyabileceğini ve bunu bir yapay zekâ asistanı içinde nasıl kullanabileceğini inceleyeceğiz.


---

# 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/ai.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.
