> 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-information-box.md).

# Dashboard Information Box

## 📈 Information box

![](/files/-MBTHRCk0amtYVUxTWqS)

1. **Respondents** total count of people who completed your survey.
2. **In progress** is the number of people who started the survey, saved their [progress](/form-management/form-designer/form-settings/progress-completion.md) and did not finish the survey yet.
3. **NPS** is the total [Net Promoter Score](/form-management/form-designer/questions/question-types/satisfaction-questions/net-promoter-score-r.md) for since the survey stated.
4. **CES** is the average [Customer Effort Score](/form-management/form-designer/questions/question-types/satisfaction-questions/ces-score.md) since the survey started.
5. **CSAT** is the average [Customer Satisfaction Score](/form-management/form-designer/questions/question-types/satisfaction-questions/csat-score.md) since the survey started.
6. **Avg. response time** is the average time it took for all the respondents to take the survey.
7. **Open invitation** is the total of invited recipients from [campaigns](/form-management/campaigns.md) who did not yet take the survey&#x20;
8. **Completed** is the total of successfull [invitations](/form-management/campaigns/campaign.md) that were sent for your survey.


---

# 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-information-box.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.
