> 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/projects/survey-overview.md).

# Umfrageinformationen

## 📈 Informationsfeld

![](/files/30ef82165c381a36bbe96b690f6403bbd1d87571)

1. Aktuelle Kundenzufriedenheitsbewertung, erfordert ein C[Kundenzufriedenheitsbewertungsfrage](/de/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md) in Ihrer Umfrage.
2. Customer Effort Score, erfordert einen [Customer Effort Score Frage](/de/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md) in Ihrer Umfrage.
3. Tatsächlich [NPS-Wert](/de/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md), erfordert ein [NPS-Frage ](/de/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md)in Ihrer Umfrage.
4. Befragte, die [abgeschlossen haben ](/de/form-management/respondents-management/response-status.md)die Umfrage.
5. Befragte, die ihren [Fortschritt](/de/form-management/respondents-management/response-status.md) gespeichert, aber die Umfrage noch nicht abgeschlossen haben. Das Speichern des Fortschritts erfordert, dass die [Progress Completion](/de/form-management/form-designer/form-settings/progress-completion.md) Option in Ihrer Umfrage aktiviert ist.
6. Durchschnittliche Zeit, die alle Befragten insgesamt für die Teilnahme an der Umfrage benötigt haben.

## 🚀 Umfrageaktionen

Über die 3-Punkte-Schaltfläche können Sie einige Schnellaktionen zum Verwalten Ihrer Umfrage auslösen.

![](/files/58413de7edd2cccd1bd271f68f11e6307346b9f4)

## ️❌ Löschen

Das Löschen der Umfrage verschiebt sie zunächst in den [Papierkorb](/de/projects/folders/trashcan.md). Die Umfrage wird aus dem System erst dann vollständig gelöscht, wenn sie aus dem Papierkorb entfernt wurde oder der Papierkorb geleert wurde.

## 📋 Klonen

Mit dem Umfrageklon können Sie eine exakte 1:1-Kopie der Umfrage erstellen.

## 🚪 Schließen / Öffnen

Das Schließen der Umfrage verhindert, dass Befragte die Umfrage ausfüllen.&#x20;

{% hint style="info" %}
🧙 Mit den [Öffnungs- und Schließdatum](/de/form-management/form-designer/form-settings.md) Optionen können Sie eine Umfrage automatisch zu einer angegebenen Zeit öffnen oder schließen.&#x20;
{% endhint %}

## 🔑 Zugriffsrechte

Eine Umfrage gehört dem Benutzerkonto, das sie erstellt hat, kann jedoch auch [unter mehreren verschiedenen Benutzerkonten geteilt werden](/de/projects/collaboration.md) wenn mehrere Benutzer daran arbeiten müssen.


---

# 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/projects/survey-overview.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.
