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

# Dashboard Reports

The overview reports give you a quick reports on

* Respondents count
* Net Promoter Score®
* Customer Effort Score&#x20;
* Customer Satisfaction Score

{% hint style="info" %}
🧙 Advanced reporting tools can be found in the [reports](/form-management/reports.md) section.
{% endhint %}

## 👪 Respondents report

The respondents stats give you an aggregate count of the number of respondents  who took your survey on a given day.&#x20;

![](/files/-MBT8r1yGjcJx8e9rQxH)

## 😊 Net Promoter Score® report

The NPS report gives you the current [NPS score](/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md) for the selected period of time.

![](/files/-MBT8ciEAFDkqwE9huyS)

{% hint style="warning" %}
This reports is only generated for surveys having an [NPS question](/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md).&#x20;
{% endhint %}

## 😃 Customer Effort Score

The [Customer Effort Score](/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md) gives you all the average CES results for the selected period of time.

![](/files/-MBT7jLZ7TjsudCfr3Rt)

{% hint style="warning" %}
This report is only generated for surveys having [CES questions](/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md).
{% endhint %}

## 😀 Customer Satisfaction Score

The [CSAT ](/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md)gives you the average satisfaction level for the selected period of time.

&#x20;

![](/files/-MBT8DpyNVcQK6VmJhY_)

{% hint style="warning" %}
This report is only generated for surveys having [CSAT questions](/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md).
{% endhint %}

## 📅 Date range filter

All those reports can generated based on a day range of your choice. &#x20;

![](/files/-MBT1JxuqgLU_yN7dtYH)


---

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