# Built-in Connector

## 👪 What is the built-in connector ?

This is the default connector. It allows you to create, update, delete panelists on a panel without having to connect to an external data store other than ngSurvey.

## ➕ Adding an built-in connector

To add an built-in connector you may click on the **New panel** button on the [panel management](/panels.md) screen and select the **Built-in Connector**.

![](/files/-MC30WsBueAXFDYTiWq2)

From there you will have 2 options either your may create an empty panel using one or more of the presets attributes or you may [import](/panels/panel-connectors/ngsurvey-connector/import-panelist-from-csv.md) and fill your panel with pre-existing data using a [CSV file](/panels/panel-connectors/ngsurvey-connector/import-panelist-from-csv.md).  &#x20;

## 🔅 **Built-in Connector** properties

* **`Field delimiter`** is the char that will act as a delimiter between the exported answers columns inside a CSV.
* **`Text delimiter`** is the char that will act as a delimiter between the text entries inside a CSV
* **`Use header as labels`** uses the first row of the CSV to create the [panel attributes](/panels/untitled.md).
* **`Use 1st column as sourceuid`** uses the first column of the CSV as the panel source uid. The source uid of a panel is the column that will uniquely identify the panelist within the panel, this value should be unique across all the panelists.

{% hint style="info" %}
You may import additional panelists from another CSV once the panel has been created. Note that in that case the CSV must have the same columns as the one that was originally used to create the panel.&#x20;
{% endhint %}

## &#x20;[✅](https://emojipedia.org/check-mark-button/) **Supported Panel Connector Modes**

* **Read**   Allows to read existing panelist from our panel.
* **Update** Allows to [update existing panelist](/form-management/form-designer/questions/panel-linking/panel-updating.md) in our panel.
* **Delete**  Allows to delete panelists from our panel.
* **Add / Auto Fill** Allows to add new panelists to our panel or to [fill our panel automatically](/form-management/form-designer/questions/panel-linking/panel-auto-filling.md) when its linked to a survey.


---

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