# Panel Updating

## ✒️ **Panel Updating**

Using panel updating along with the panelist mapping features you can display to the currently [logged in](/form-management/security/security-items/panel-security.md) panelist all the data that you have stored about him in our panel. The respondent can then update that information which will be pushed back to your panel once he submits his survey.

In the case of the [SQL Server connector](/panels/panel-connectors/sql-server-connector.md) you setup ngSurvey to update the linked table with the newly entered information from the survey.

{% hint style="info" %}
Panel updating requires that the [panel security item](/form-management/security/security-items/panel-security.md) is activated on the survey to authenticate the [panelist](/panels/panelists.md) to lookup the data that should be shown to the respondent for update..
{% 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/form-management/form-designer/questions/panel-linking/panel-updating.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.
