# Verstecktes Feld

Der Antworttyp „verstecktes Feld“ ist ein Feld, das einen Wert speichern kann, aber dem Befragten nicht angezeigt wird. Sie können das versteckte Feld verwenden, um zusätzliche Informationen zusammen mit dem Befragten zu speichern, die der Befragte nicht sehen oder manuell eingeben soll.

{% hint style="info" %}
Sie können sich ansehen, wie unser [Walkthrough](/de/walkthroughs/capture-value-from-querystring.md) zeigt, wie man ein verstecktes Feld verwendet, um Werte aus einer Query-String zu erfassen.
{% 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/de/form-management/form-designer/answers/answer-types/hidden-field.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.
