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

# Datenattribute

Datenattribute ermöglichen es Ihnen, wiederverwendbare und [pipe](/de/form-management/form-designer/piping/text-data-piping.md) Werte zu verwenden, die von den Security-Items gesammelt oder generiert wurden. Sie können auf die Datenattribute eines Security-Items zugreifen, indem Sie auf die Schaltfläche zum Zugriff auf Datenattribute klicken.&#x20;

![](/files/b7c3e613cfa466bf645a051ad7d7024e6b23b7e6)

Datenattribute sind für jedes Security-Item einzigartig und hängen davon ab, welche Daten dieses Security-Item zur Wiederverwendung bereitstellt.&#x20;

{% hint style="info" %}
Einige Security-Items wie das [SQL Security](/de/form-management/security/security-items/sql-security.md) generieren ihre Datenattribute dynamisch basierend auf ihren Eigenschaften.&#x20;
{% endhint %}

## &#x20;📝 Datenattribute piping

Im folgenden Beispiel sehen Sie das [Einladungscode](/de/form-management/security/security-items/invitation-code.md) Security-Item, das E-Mail, UId und Telefonnummern der eingeladenen Befragten anbietet. &#x20;

![](/files/73ea490df6d310184714b23474b91d27caef44aa)

Das **data pipe prefix** ist wie eine ID, die es Ihnen erlaubt, in Ihrer Umfrage auf das Security-Item zu verweisen, um [piping](/de/form-management/form-designer/piping/text-data-piping.md) seine Werte. Sie müssen außerdem ein **pipe tag** festlegen, um den Wert in Ihre Umfrage zu pipen. Sobald Sie sowohl das data prefix als auch das pipe alias eingerichtet haben, können Sie das Datenattribut überall in Ihrer Umfrage mit der folgenden Notation pipen&#x20;

```
__DataPipePrefix:pipetag__
```

{% hint style="info" %}
🧙 Als Abkürzung können Sie die Datenattribute auch pipen, ohne deren data pipe prefix und pipe tag zu setzen, mit folgender Notation: \_\_dataattributeid\_\_&#x20;

Beachten Sie, dass Sie zur Verwendung der Abkürzungsnotation die Option Save with respondent für die Attribute aktivieren müssen, die Sie pipen möchten, damit diese der Umfrage zur Verfügung stehen.
{% endhint %}

Basierend auf unserem obigen Einladungscode könnten wir **EmailSecurity:email** in einem unserer Fragetexte verwenden, um zur Laufzeit dynamisch den vom [Einladungscode](/de/form-management/security/security-items/invitation-code.md) Security-Item generierten Wert zu pipen, während der Befragte die Umfrage ausfüllt.

![](/files/37983b9db90932c3b1a1cbc1f5d25adffa1eb040)

{% hint style="info" %}
Sie können das Pipe-Symbol überall im Designer verwenden, um Pipe-Tags aus den Datenattributen Ihrer Security-Items nachzuschlagen.
{% 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/data-attributes.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.
