# أمان Panel

## 👪 ما هي أمان اللوحة؟

سيقيد عنصر أمان اللوحة الوصول إلى الاستبيان فقط إلى [panelist](/ar/panels/panelists.md) في [لوحاتك](/ar/form-management/campaigns/campaign/panels.md) من اختيارك. سيتم تحديد هوية أعضاء اللوحة باستخدام إما [عمود معرف عضو اللوحة](/ar/panels/panelists.md) أو من خلال أحد [سمة عضو اللوحة (panelist attribute)](/ar/panels/untitled.md) القيمة إذا كان لديك [mapped](/ar/form-management/security/security-items/panel-security/panelist-mapping.md) أحد [سمة لوحة](/ar/panels/untitled.md) للبحث عن القيمة.

{% hint style="info" %}
بمجرد إعداد أمان اللوحة يمكنك استخدام أي من [سمات أعضاء اللوحة](/ar/panels/untitled.md) لـ [الإجابات](/ar/form-management/form-designer/piping/text-data-piping.md) أو لاستخدامها في [الشروط](/ar/form-management/form-designer/condition-rules.md).
{% endhint %}

## 🔅 خصائص أمان اللوحة

* **`منح الوصول إلى`** <br>
  * **الجميع** يسمح لأي شخص بأخذ الاستبيان. إذا تم تحديد هوية عضو اللوحة فسيقوم ngSurvey بربط الإجابات المرسلة بعضو اللوحة.
  * **أعضاء اللوحة فقط** يسمح فقط لأعضاء اللوحة المحددين بصلاحية أخذ الاستبيان. يجب أن يكون هؤلاء الأعضاء جزءًا من اللوحات المحددة.
  * **الأعضاء المدعوون** يسمح فقط للأعضاء المدعوين بأخذ الاستبيان. فقط الأعضاء الذين تلقوا دعوة صالحة باستخدام [الحملة](/ar/form-management/campaigns.md) الأداة سيتمكنون من الوصول إلى الاستبيان.<br>
* **`السماح بإرسال متعدد`** سيتمكن أعضاء اللوحة من إرسال إجابات مختلفة عدة مرات.

{% hint style="info" %}
🧙 يمكن ضبط عنصر الأمان هذا لتجاهل [مؤرشف](/ar/form-management/respondents-management/archived-respondents.md) أعضاء اللوحة السابقين.
{% endhint %}

{% hint style="success" %}
يمكن استخدام عنصر الأمان هذا كمزوّد [key provider](/ar/form-management/security/key-provider-concepts.md).
{% endhint %}

## 🔑 وصول أمان اللوحة

عند استخدام أمان اللوحة عليك التأكد من نقل اللوحات التي سيستخدمها ngSurvey لتحديد والبحث عن عضو اللوحة بناءً على معرفه إلى اللوحة اليمنى.&#x20;

![](/files/a34e3b2730c532422389da217d6fb116cc6c44ae)

## 👀 رؤية سمات عضو اللوحة

افتراضيًا سيجعل ngSurvey متاحًا للاستبيان جميع [سمات أعضاء اللوحة](/ar/panels/untitled.md) لـ [الإجابات ](/ar/form-management/form-designer/piping/text-data-piping.md)و [قواعد شرطية](/ar/form-management/form-designer/condition-rules/conditions-rules.md) المستخدمة لميزات مثل Skip Logic وتفرع الصفحة.

إذا أردت إبقاء [سمة عضو اللوحة (panelist attribute)](/ar/panels/untitled.md) المحتوي على معلومات حساسة خاصًا وغير قابل للوصول من قبل المستجيب واستبيانه فستحتاج إلى تعيين **خاصية سلوك عرض المستجيب** إلى **مخفية دائمًا** في صفحة إعدادات سمة اللوح&#x629;**.**

![](/files/796ed6cdc483fb1f6c8b55b23e27dd7a2ef0524a)

{% hint style="info" %}
إذا تم تعيينها على مخفية دائمًا فلن يمكن استخدام سمة عضو اللوحة للتوصيل (piping) أو لأي نوع من الإجراءات داخل الاستبيان لأن قيمتها لن تُرسل وتبقى مخفية على الخادم.
{% endhint %}


---

# 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.ngsurvey.com/ar/form-management/security/security-items/panel-security.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.
