> 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/form-designer/questions/create-question.md).

# Eine Frage erstellen

## ➕ Neue Frage erstellen&#x20;

Um eine neue Frage zu Ihrer Seite hinzuzufügen, können Sie entweder die **Frage hinzufügen** Schaltfläche verwenden oder Sie können per Drag & Drop einen der verfügbaren [Fragetypen](/de/form-management/form-designer/questions/question-types.md) aus dem Bearbeitungsbereich auf Ihre Seite ziehen, wie unten gezeigt.&#x20;

![](/files/e7260023ab66db0e2b870ceb8bbc30d39db8363c)

Wenn Sie bereits Fragen in Ihren Umfragen haben, können Sie auch die **+** der Frage-Bearbeitungsleiste verwenden, um eine neue Frage direkt nach der ausgewählten Frage einzufügen.

![](/files/0b8535e869cf653a3e8e65922a9c66cd7cb0e9cc)

{% hint style="info" %}
Sobald Sie eine Frage hinzugefügt haben, können Sie auch ein paar [Antworten](/de/form-management/form-designer/answers/create-answers.md) dazu hinzufügen.
{% endhint %}

## 📋 Eine bestehende Frage kopieren

Sie können eine 1-zu-1-Kopie jeder vorhandenen Frage mit der **Klonen** Funktion Ihrer Frage erstellen. Dadurch wird eine exakte Kopie der Frage erstellt und direkt nach der ausgewählten Frage eingefügt.&#x20;

![](/files/0598b23c859d0ba4cd98f5308766f0b1c4f9aa4c)

## 🔃 Eine Frage aus einer anderen Umfrage kopieren

Sie können auch eine vorhandene Frage aus einer Ihrer anderen Umfragen mit dem **Frage kopieren** Assistenten

Um auf den **Fragekopier-** Assistenten zuzugreifen, öffnen Sie den Fragenbereich des Bearbeitungsbereichs und ziehen/legen Sie den **Frage kopieren** Typ auf der Seite ab, in der die kopierte Frage gespeichert werden soll.

![](/files/adbdd2c96565b56ebfb1007b0dd0c256f95a8511)

Der Assistent öffnet eine Liste aller Ihrer Umfragen, aus denen Sie jede vorhandene Frage kopieren können.

![](/files/e82acbde68d41a2a7d0ab528089542d9e339aae1)


---

# 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/form-designer/questions/create-question.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.
