> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/ar/form-management/form-designer/questions/panel-linking.md).

# ربط اللوحة

باستخدام ربط اللوحات يمكنك ربط أي من [لوحاتك](/ar/panels.md) إما لتحديث بياناتها أو لإضافة بيانات جديدة إليها من داخل أي نموذج استبيان.&#x20;

بمجرد الربط بالاستبيان سيتم [سمات اللوحة](/ar/panels/untitled.md) إتاحته كسؤال يمكنك نقله في أي مكان داخل النموذج كما تفعل مع أي [سؤال](/ar/form-management/form-designer/questions.md).

يمكن أن تكون اللوحات المرتبطة مفيدة في حالات الاستخدام التالية.

* [**ملء اللوحة تلقائيًا**](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) لإضافة مشارك لوحة جديد أثناء التنفيذ استنادًا إلى إجابات مستجيبين جدد.
* [**تحديث اللوحة**](/ar/form-management/form-designer/questions/panel-linking/panel-updating.md) للسماح للمستجيبين بتحديث بيانات لوحة موجودة من داخل استبيان.

## 👪 ربط لوحة بنموذجك&#x20;

لربط لوحة تحتاج إلى **إدراج سؤال جديد** واختيار **سؤال اللوحة** كنوع. سيفتح هذا مُعلّمًا لاختيار اللوحة التي ترغب في استخدامها في نموذج الاستبيان الخاص بك.

![](/files/08ecd891d079d711b737e814eace8acac40bc67e)

سيتمكن المستجيب الآن إما من [إضافة مشارك لوحة جديد](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) باستخدام ذلك السؤال المرتبط أو [تحديث ](/ar/form-management/form-designer/questions/panel-linking/panel-updating.md)بيانات مشارك لوحة موجودة مسبقًا.

## 🔅 خصائص ربط سمات اللوحة&#x20;

يمكنك أيضًا تكوين كل [سمة لوحة](/ar/panels/untitled.md) سلوك من [خصائص سمات اللوحة](/ar/panels/untitled.md) لجعلها قراءة فقط، مرئية أو قابلة للتحديث اعتمادًا على ما إذا كان سؤال اللوحة المرتبط يُستخدم لـ [ملء اللوحة](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) أو [تحديث اللوحة](/ar/form-management/form-designer/questions/panel-linking/panel-updating.md).

![](/files/3a103e4968c36ef01b26597701cd1c25cd7077e6)

* **`معروضة دائمًا`** ستعرض السمات دائمًا للمستجيب.
* **`مخفية دائمًا`** ستكون مخفية عن المستجيب.
* **`قراءة فقط عند التحديث`** ستكون متاحة لـ [الملء التلقائي](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) لكنها ستكون قراءة فقط عند [تحديث](/ar/form-management/form-designer/questions/panel-linking/panel-updating.md).
* **`اخفاء عند التحديث`** ستكون متاحة لـ [الملء التلقائي](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) ولكن مخفية عند [تحديث](/ar/form-management/form-designer/questions/panel-linking/panel-updating.md).
* **`اخفاء عند الإضافة`** ستكون مخفية لـ [الملء التلقائي](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) لكنها متاحة عند [تحديث](/ar/form-management/form-designer/questions/panel-linking/panel-updating.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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/ar/form-management/form-designer/questions/panel-linking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
