> 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/de/form-management/security/security-items/panel-security/panelist-mapping.md).

# Zuordnung der Panelisten

## 🔃 Was ist Panelist Mapping?

das [Panelist ](/de/panels/panelists.md)Mapping ermöglicht Ihnen zu definieren, wie das [Panel Security-Element](/de/form-management/security/security-items/panel-security.md) den Panelist zum Laden aus dem [Panel](/de/panels.md) über die Panels hinweg, die Zugriff auf Ihren [Panel Security-Element](/de/form-management/security/security-items/panel-security.md).&#x20;

Standardmäßig sind die Panel-Spalte und der Wert, die verwendet werden, um den Panelist in Ihrem Panel nachzuschlagen, die Panelist-id-Spalte. Die Panelist-id ist ein eindeutig generierter Wert, der den Panelist im Panel identifiziert.

![](/files/90e7b557dee981a0f6e09f967207aad7d80a16d0)

Wenn der Befragte seine Panelist-id eingibt, bevor er die Umfrage ausfüllt, wird ngSurvey den Panelist anhand dieser ID nachschlagen, damit Sie dessen Daten in Ihrer Umfrage wiederverwenden können.

Es gibt jedoch Fälle, in denen Sie einen anderen Wert als die Panelist-id verwenden müssen, damit der Befragte Ihre Umfrage betreten und die Panelist-Daten nachschlagen kann. Durch die Verwendung des **Panelist id source type** auf Ihrer [Panel-Eigenschaften](/de/panels/untitled-4.md) Seite können Sie ein anderes [Panelist-Attribut](/de/panels/untitled.md) wählen, das vom [Panel Security-Element](/de/form-management/security/security-items/panel-security.md) zum Nachschlagen des Panelists verwendet wird. &#x20;

![](/files/9d7e05fea4e8a25983c28c3b761af3d5637229d7)

## ✒️ Mapping-Beispiel

Wenn Sie ein Panel wie das folgende Kontaktpanel erstellt haben&#x20;

![](/files/1f078061efe3b5511afb46d508eca05f21e9278f)

Könnten Sie das Panel so konfigurieren, dass die E-Mail des Panels als Nachschlagespalte verwendet wird und den Umfrageteilnehmer nach seiner E-Mail anstatt nach der Panelist-id fragen.

![](/files/235fac522ef61da9fdc04d36c8d8f55850423ea3)

Ihre Befragten werden nun vor dem Betreten der Umfrage nach ihrer E-Mail gefragt.

![](/files/597223a8f6473fd440db1d146d7ad480d7b5bef2)

{% hint style="info" %}
Sie können den Standard [Panel Security](/de/form-management/security/security-items/panel-security.md) Beschriftungstext "Please enter your panelist id" mithilfe der survey lokalen [Ressourcen](/de/form-management/form-designer/multi-language-forms/local-resources.md).&#x20;
{% endhint %}


---

# 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/de/form-management/security/security-items/panel-security/panelist-mapping.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.
