# Panelists

## 👥 What are panelists ?

Panelist are members of your [panels](/panels.md) which are either linked to an external data store like for example a SQL table or which are created locally using ngSurvey panel management features.&#x20;

You may manage and view all your panelists using the panelists grid. You may click on the panelist row to edit the panelist of your choice and its attributes values.&#x20;

![](/files/-MC5pHIWu98e7xy_wqm5)

1. Add a new panelist to your panel.
2. Search through your panelists.
3. Refresh the grid with the up to date panelists list and data.
4. You may sort your panelist using their attributes and you may also select another attribute to be displayed in your grid.

{% hint style="info" %}
The **panelist id** is a uniquely generated value to identify the panelist in the panel.&#x20;
{% endhint %}

{% hint style="info" %}
The **source uid** is the unique value that references the panelist in the connected data store. In case of the [SQL panel connector](/panels/panel-connectors/sql-server-connector.md) the source uid is linked to the primary key of the connected table.&#x20;
{% 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/panels/panelists.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.
