> 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/ar/chatbot/ai.md).

# منشئ روبوت دردشة بالذكاء الاصطناعي

- [روبوت دردشة بالذكاء الاصطناعي](https://docs.mavibot.ai/doc/ar/chatbot/ai/assistant.md): لا تكتفِ ببناء بوت يعمل فحسب، بل أنشئ واحدًا يثير الإعجاب. معًا، لنُحيي روبوت دردشة ذكيًا وجذابًا لا يُنسى مدعومًا بالذكاء الاصطناعي.
- [دوال المساعد الذكي](https://docs.mavibot.ai/doc/ar/chatbot/ai/functions.md): في هذه المقالة، ستتعرف على ميزات المساعد الذكي وترى كيف يمكن تطبيقها عمليًا.
- [روبوت دردشة بالذكاء الاصطناعي للحجز عبر الإنترنت](https://docs.mavibot.ai/doc/ar/chatbot/ai/online-booking.md)
- [مساعد ذكي مع جداول MaviBot](https://docs.mavibot.ai/doc/ar/chatbot/ai/tables.md)
- [البحث الدلالي](https://docs.mavibot.ai/doc/ar/chatbot/ai/search.md): في هذه المقالة، سنتحدث عن اختيار المطابقة "البحث الدلالي".
- [كيفية إنشاء مساعدي ذكاء اصطناعي اثنين أو أكثر في دردشة واحدة](https://docs.mavibot.ai/doc/ar/chatbot/ai/two-assistant.md)
- [Google Sheets للمساعد الذكي](https://docs.mavibot.ai/doc/ar/chatbot/ai/google-sheets-llmsaad-althky.md): في هذه المقالة، سنستكشف كيف يمكن للبوت قراءة البيانات من Google Sheets واستخدامها داخل مساعد ذكي


---

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