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

- [روبوت دردشة بالذكاء الاصطناعي](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: 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.
