> 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/panels/panel-connectors/ngsurvey-connector.md).

# موصل مدمج

## 👪 ما هو الموصل المدمج؟

هذا هو الموصل الافتراضي. يتيح لك إنشاء وتحديث وحذف أعضاء اللوحة على لوحة دون الحاجة إلى الاتصال بمخزن بيانات خارجي بخلاف ngSurvey.

## ➕ إضافة موصل مدمج

لإضافة موصل مدمج يمكنك النقر على **لوحة جديدة** الزر في [لوحات كاملة](/ar/panels.md) الشاشة واختيار **Built-in Connector**.

![](/files/750c0dc3d4bfe2b1fb9f90e768f4c9433c943524)

من هناك سيكون لديك خياران: إما إنشاء لوحة فارغة باستخدام واحد أو أكثر من سمات الإعداد المسبق أو يمكنك [استيراد](/ar/panels/panel-connectors/ngsurvey-connector/import-panelist-from-csv.md) وملء لوحتك ببيانات موجودة مسبقًا باستخدام [ملف CSV](/ar/panels/panel-connectors/ngsurvey-connector/import-panelist-from-csv.md).  &#x20;

## 🔅 **Built-in Connector** الخصائص

* **`فاصل الحقول`** هو الحرف الذي سيعمل كفاصل بين أعمدة الإجابات المصدرة داخل ملف CSV.
* **`فاصل النص`** هو الحرف الذي سيعمل كفاصل بين الإدخالات النصية داخل ملف CSV
* **`استخدام العنوان كوسوم`** يستخدم الصف الأول من CSV لإنشاء [سمات اللوحة](/ar/panels/untitled.md).
* **`استخدام العمود الأول كمصدر uid`** يستخدم العمود الأول من CSV كـ source uid للوحة. source uid للوحة هو العمود الذي سيحدد عضو اللوحة بشكل فريد داخل اللوحة، يجب أن تكون هذه القيمة فريدة عبر جميع الأعضاء.

{% hint style="info" %}
يمكنك استيراد أعضاء لوحة إضافيين من CSV آخر بمجرد إنشاء اللوحة. لاحظ أنه في هذه الحالة يجب أن يحتوي CSV على نفس الأعمدة كالذي استُخدم أصلاً لإنشاء اللوحة.&#x20;
{% endhint %}

## &#x20;[✅](https://emojipedia.org/check-mark-button/) **أنماط موصل اللوحة المدعومة**

* **قراءة**   يتيح قراءة أعضاء اللوحة الموجودين من لوحتنا.
* **تحديث** يتيح [تحديث أعضاء اللوحة الموجودين](/ar/form-management/form-designer/questions/panel-linking/panel-updating.md) في لوحتنا.
* **حذف**  يتيح حذف أعضاء اللوحة من لوحتنا.
* **إضافة / تعبئة تلقائية** يتيح إضافة أعضاء جدد إلى لوحتنا أو [تعبئة لوحتنا تلقائيًا](/ar/form-management/form-designer/questions/panel-linking/panel-auto-filling.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/panels/panel-connectors/ngsurvey-connector.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.
