> 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/faq/questions.md).

# كيفية ...

- [إنشاء روبوت دردشة بسيط](https://docs.mavibot.ai/doc/ar/faq/questions/chatbot.md): شرح خطوة بخطوة لروبوت دردشة بسيط يعتمد على سلسلة بسيطة من النصوص.
- [...نقل وسوم UTM](https://docs.mavibot.ai/doc/ar/faq/questions/...nql-wswm-utm.md): كيفية جعل روبوت الدردشة والوسوم يعملان معًا
- [...إنشاء برنامج إحالة](https://docs.mavibot.ai/doc/ar/faq/questions/refferal.md)
- [...إنشاء محتوى متاح مؤقتًا](https://docs.mavibot.ai/doc/ar/faq/questions/content.md): غالبًا ما تكون هناك حاجة لتقييد الوصول إلى المحتوى لفترة زمنية محددة. ستخبرك هذه المقالة كيفية القيام بذلك.
- [...ربط عدادات التحليلات وإعداد التحويلات عبر GTM](https://docs.mavibot.ai/doc/ar/faq/questions/gtm.md)
- [...نقل العملاء إلى كتلة أخرى](https://docs.mavibot.ai/doc/ar/faq/questions/customers.md): قد تحتاج إلى تشغيل البوت لعدة عملاء في الوقت نفسه
- [...إنشاء صور مخصصة](https://docs.mavibot.ai/doc/ar/faq/questions/images.md): يمكنك وضع نصك الخاص على الصور
- [...إنشاء قائمة في Telegram](https://docs.mavibot.ai/doc/ar/faq/questions/menu.md)
- [...ربط Telegram Pay](https://docs.mavibot.ai/doc/ar/faq/questions/payment.md): دليل خطوة بخطوة لإنشاء رسالة مثبتة تحتوي على زر «الدفع»


---

# 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/faq/questions.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.
