# كيفية تحرير كتلة

## الشريط العلوي لكتلة المحرر

يحتوي الشريط العلوي لكتلة المحرر على عدة حقول:

1. نوع الكتلة

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

2. اسم الكتلة (الوصف)

<div data-with-frame="true"><figure><img src="/files/6e9288cc8d6e6ae1624a1ffb340a831c7c6cae03" alt="" width="375"><figcaption></figcaption></figure></div>

3. معرّف الكتلة الفريد

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

لنسخ رقم الكتلة (معرّف الكتلة)، ما عليك سوى النقر على رقم الكتلة.

4\. قائمة الأوامر الإضافية

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

5. نص مُولَّد بالذكاء الاصطناعي

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

هذا هو الحقل الخاص بتحديد نوع الكتلة. للحصول على معلومات مفصلة حول الأنواع المختلفة من الكتل، يُرجى الرجوع إلى [الكتل والأنواع](/doc/ar/chatbot/builder/setting/types.md)

لتغيير نوع الكتلة، انقر على أيقونة نوع الكتلة — سيؤدي ذلك إلى فتح قائمة منسدلة تحتوي على جميع الخيارات المتاحة.

<div data-with-frame="true"><figure><img src="/files/88f85c5e08e312ca517d2d92bb74fc2cbd04b296" alt="" width="285"><figcaption></figcaption></figure></div>

## الحقل: اسم الكتلة

**الوصف:** يتيح لك هذا الحقل إضافة ملاحظة قصيرة حول غرض الكتلة. وهو مفيد للغاية لتنظيم منطق الروبوت الخاص بك والحفاظ على الوضوح في المشاريع المعقدة التي تحتوي على العديد من الكتل. بشكل افتراضي، يتم ملء الوصف تلقائيًا بالنص من حقل "نص الرسالة". هذا الوصف مخصص لمرجعك فقط ولا يؤثر على طريقة عمل الروبوت.

افتراضيًا، تُسمّى الكتلة وفقًا لنوعها:

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

يمكنك تعيين اسم مخصص للكتلة بالنقر على الحقل:

<div data-with-frame="true"><figure><img src="/files/fc6720823a0184808452aa6a4b9b0f11cc5d7ca2" alt="" width="428"><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/setting/edit.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.
