# Yapay zekâ chatbot oluşturucu

- [Yapay zekâ chatbotu](https://docs.mavibot.ai/doc/tr/chatbot/ai/assistant.md): Sadece çalışan bir bot oluşturmayın; etkileyici bir bot yaratın. Gelin birlikte akıllı, ilgi çekici ve unutulmaz, yapay zekâ destekli bir chatbot’u 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â chatbotu](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çeneğinden bahsedeceğiz.
- [Tek bir sohbet içinde 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 Sheets](https://docs.mavibot.ai/doc/tr/chatbot/ai/yapay-zeka-asistani-icin-google-sheets.md): Bu makalede, bir botun Google Sheets’ten verileri nasıl okuyup bunları 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.
