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

# Dashboard-Berichte

Die Übersichtsberichte geben Ihnen eine schnelle Übersicht über

* Anzahl der Befragten
* Net Promoter Score®
* Customer Effort Score&#x20;
* Customer Satisfaction Score

{% hint style="info" %}
🧙 Erweiterte Berichtstools finden Sie im [Berichte](/de/form-management/reports.md) Abschnitts.
{% endhint %}

## 👪 Befragtenbericht

Die Befragtenstatistiken geben Ihnen eine aggregierte Anzahl der Befragten, die Ihren Fragebogen an einem bestimmten Tag ausgefüllt haben.&#x20;

![](/files/1cb8ffbdf3223a89099685d03b0446b56b0c5612)

## 😊 Net Promoter Score®-Bericht

Der NPS-Bericht zeigt Ihnen den aktuellen [NPS-Wert](/de/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md) für den ausgewählten Zeitraum.

![](/files/d32f0dd714df33ab7cb6918f74062509c3f84258)

{% hint style="warning" %}
Dieser Bericht wird nur für Fragebögen erstellt, die eine [NPS-Frage](/de/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md).&#x20;
{% endhint %}

## 😃 Customer Effort Score

Die [Customer Effort Score](/de/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md) zeigt Ihnen alle durchschnittlichen CES-Ergebnisse für den ausgewählten Zeitraum.

![](/files/71182d5cf96b97ae1084da3d1f3ca4bdc5b7f074)

{% hint style="warning" %}
Dieser Bericht wird nur für Fragebögen erstellt, die [CES-Fragen](/de/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md).
{% endhint %}

## 😀 Customer Satisfaction Score

Die [CSAT ](/de/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md)zeigt Ihnen das durchschnittliche Zufriedenheitsniveau für den ausgewählten Zeitraum.

&#x20;

![](/files/0c762651eb4b8aa1ac967027297b22df281c8612)

{% hint style="warning" %}
Dieser Bericht wird nur für Fragebögen erstellt, die [CSAT-Fragen](/de/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md).
{% endhint %}

## 📅 Datumsbereichsfilter

Alle diese Berichte können basierend auf einem von Ihnen gewählten Tagesbereich erstellt werden. &#x20;

![](/files/2935e9a0f551001a78122055bb140b617a7dc965)


---

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