# الأزرار

**تُعد الأزرار من أكثر العناصر بديهية لمستخدمي روبوتات الدردشة.**

<div data-with-frame="true"><figure><img src="/files/d18297404b4a2825efba90e6d40ef15c4547faee" alt="" width="563"><figcaption></figcaption></figure></div>

تُعد الأزرار أداة قوية لتوجيه المستخدمين وتبسيط تفاعلهم مع الروبوت. فبدلًا من كتابة رد، يمكن للمستخدم ببساطة النقر على زر ليتم توجيهه إلى كتلة محددة. ولتحقيق المرونة، سيتعرّف النظام أيضًا على نص الزر ويعالجه إذا كتبه المستخدم يدويًا.

**الرسائل المدعومة**\
هذه الميزة متاحة على المنصات التالية:

* تيليجرام
* فايبر
* فيسبوك ماسنجر
* Instagram

**أنواع الأزرار**

تدعم هذه الرسائل الصيغتين الرئيسيتين للأزرار:

1. **أزرار الرد (لوحة المفاتيح):** تظهر أسفل حقل إدخال الرسالة، لتحل محل لوحة المفاتيح القياسية. وهي مثالية لعرض خيارات واضحة ومتعددة الاختيارات.
2. **الأزرار المضمَّنة:** تُضمَّن مباشرة داخل نص الرسالة. وهي الأفضل لإجراءات مثل فتح موقع إلكتروني أو التنقل ضمن السياق الحالي.

* [كيفية إنشاء زر](/doc/ar/chatbot/builder/alazrar/create.md)
* [زر مع رابط](/doc/ar/chatbot/builder/alazrar/azrar-ma-rabt.md)
* [زر "طلب رقم الهاتف"](/doc/ar/chatbot/builder/alazrar/phone.md)
* [زر طلب الموقع](/doc/ar/chatbot/builder/alazrar/zr-tlb-almwqa-aljghrafy.md)
* [زر المشاركة](/doc/ar/chatbot/builder/alazrar/zr-almsharkh.md)
* [زر الاتصال التلقائي](broken://pages/a70ce1b4be6b180bddc4b8450a3dd54ce161369c)
* [زر تطبيق الويب](/doc/ar/chatbot/builder/alazrar/webapp.md)
* [كيفية استبدال أزرار واتساب](/doc/ar/chatbot/builder/alazrar/whatsapp.md)


---

# 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/builder/alazrar.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.
