# الاتصالات

أنواع الاتصالات:

* الاتصال مع مشغّل
* الاتصال بدون مشغّل
* الاتصال بمؤقّت
* الاتصال بدون مشغّل

## كيفية العمل مع الاتصالات

**الاتصالات** تمثّل مُشغّل الانتقال بين الكتل في روبوت الدردشة. في الأساس، يعمل الاتصال كمُوزّع: إذا اختار العميل «إجابة 1»، ينتقل إلى الكتلة رقم 1؛ وإذا اختاروا «إجابة 2»، ينتقلون إلى الكتلة رقم 2، وهكذا.

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

لـ **ربط كتلتين ببعضهما البعض**مرّر مؤشر الفأرة فوق كتلة. ستظهر دائرة بيضاء في أسفل الكتلة — وهي عقدة الاتصال. انقر عليها بزر الفأرة الأيسر، ومع الاستمرار في الضغط على الزر اسحبها إلى الكتلة التالية.

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

يمكن أيضًا إنشاء اتصال من الزر الموجود في الكتلة:

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

للانتقال إلى إعدادات الاتصال، مرّر الفأرة فوق الاتصال وانقر على زر الإعدادات:

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

سيؤدي النقر على أيقونة الترس إلى فتح نموذج إعدادات السهم:

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

كما ترى، يتضمن هيكل نموذج إعدادات الاتصال أقسامًا لتكوين مؤقت الانتقال، والانتقال الشرطي، والإعدادات الرئيسية للأسهم مع جمع البيانات.

{% hint style="success" %}
**يرجى الانتباه!**\
لا يمكن أن توجد الاتصالات بمفردها؛ فهي عناصر تربط كتلتين.
{% endhint %}

لحذف عقدة غير ضرورية في سهم، انقر نقرًا مزدوجًا على العقدة بزر الفأرة الأيسر أو انقر على علامة × التي تظهر عند تمرير المؤشر فوق الاتصال.

<div data-with-frame="true"><figure><img src="/files/98b6dcc34f17e05842a8707516f6335269897e4d" alt=""><figcaption></figcaption></figure></div>

#### الوصف

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

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

بشكل افتراضي، يتم تعيين الوصف إلى «الاتصال». لتغييره، انقر على الوصف وأدخل وصفك الخاص. لا يؤثر هذا الحقل في عمل الروبوت.


---

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