> 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/token-generator/individual-entry.md).

# Einzelner Eintrag

Geben Sie Token einzeln ein. Alle Token-Informationen werden zusammen mit den Antworten des Befragten gespeichert, sobald ein Befragter Antworten zu einer Umfrage einreicht, die das Token verwendet.&#x20;

## 🔅 Token-Eigenschaften

* **`Token-Wert`** Wert, der zum Zugriff auf die Umfrage verwendet wird. &#x20;
* **`Vorname`** Token mit einem Vornamen identifizieren. Optional
* **`Nachname`** Token mit einem Nachnamen identifizieren. Optional
* **`Token-E-Mail`** Token mit einer E-Mail identifizieren. Optional&#x20;
* **`Mobiltelefonnummer`** Token mit einer Telefonnummer identifizieren. Optional

## 📧 Token-E-Mails und Kampagnen

Beim Verwenden der [campaign](/de/form-management/campaigns/campaign/email-distribution.md) Piping-Funktionen, um ein Token in Ihre E-Mail-Einladungsnachricht zu pipen, wird ngSurvey versuchen, die eingeladene E-Mail Ihrer Kampagne automatisch mit einem Token zu verknüpfen, dem dieselbe E-Mail zugewiesen ist. Wenn die E-Mail gefunden wird, verwendet es das Token, das dieser E-Mail zugewiesen ist, und piped es in die E-Mail-Einladungsnachricht.

## 📱 Token-Handy und Kampagnen

Wenn Sie Ihre Umfrage über [SMS-Telefonverteilungen](/de/form-management/campaigns/campaign/phone-sms-distribution.md) Kampagnen verbreiten und einen Token-Wert in Ihre Einladungsnachricht gepiped haben, wird ngSurvey versuchen, die eingeladene Telefonnummer Ihrer Kampagne automatisch mit einem Token zu verknüpfen, dem dieselbe Telefonnummer zugewiesen ist. Wenn die Telefonnummer gefunden wird, verwendet es das Token, das dieser Telefonnummer zugewiesen ist, und piped es in die E-Mail-Einladungsnachricht.

{% hint style="info" %}
Token-Werte können in Kampagnen-Einladungsnachrichten mithilfe des **\[\[--invitationtoken-]** Pipe-Tags gepiped werden.
{% 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/token-generator/individual-entry.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.
