> 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/tokens.md).

# Token

## 🔐 Was sind Tokens?

Tokens sind vorerstellte eindeutige Werte, die von Befragten zur Teilnahme an der Umfrage verwendet werden können. Diese Tokens können automatisch mit dem [token generator](/de/form-management/security/security-items/tokens/token-generator.md) oder Sie können [importieren](/de/form-management/security/security-items/tokens/token-generator.md) Ihre eigene Menge von Token-Werten erstellen.

Sobald ein Token vom Befragten verwendet wurde, verknüpft ngSurvey dieses Token mit den Antworten des Befragten, damit Sie im [respondent reports](/de/form-management/respondents-management.md) die Befragten anhand des von ihnen verwendeten Tokens nachverfolgen können.

Da Tokens nur Textwerte sind, können Sie sie Ihren Befragten problemlos auf beliebigem elektronischem oder nicht-elektronischem Wege zukommen lassen, von Standardpost bis hin zu Telefon oder E-Mail.

{% hint style="warning" %}
Jedes Token kann von einem Befragten nur einmal verwendet werden.
{% endhint %}

## 🔅 Sicherheitsmerkmale von Tokens

* **`Token-Quellvariablenname`** ist die Browser-Querystring-Variable, die den Token-Wert enthält, wenn Sie möchten, dass das Security-Element das Token automatisch aus dem Querystring des Browsers abruft.&#x20;
* **`Zugriff nur für gültige Tokens erlauben`** öffnet die Umfrage für Befragte, die keine Tokens haben. Wenn diese Option aktiviert ist, können Befragte ohne Token die Umfrage mehrfach ausfüllen, während Befragte mit einem gültigen Token ihre Antworten nur einmal absenden können.
* **`Login-Bildschirm ausblenden`** wenn kein gültiges Token gefunden wurde, zeigen Sie dem Befragten die Benutzeroberfläche zur Eingabe des Tokens nicht an.

{% hint style="success" %}
Dieses Security-Element kann als [key provider](/de/form-management/security/key-provider-concepts.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/tokens.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.
