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

# Information Box

## 📈 Information box&#x20;

The campaign information box gives you a quick and live overview on how your campaign is currently performing and shows during sending the percentage of emails left to be sent.

![](/files/-MBN0y1kICKlteXkmfQa)

1. Completed count of the invited respondent who submitted their answers on your survey.
2. Opened count are the respondents who clicked on the invitation link and opened the survey in the browser but did not yet submit any answers.
3. Read count are the respondents who read the invitation message but didn't click on the invitation link.
4. Pending count is the total number of invited respondent who did not answer your survey yet.
5. Error is the count of emails that did not reach the destination.
6. Bounce is the count of emails that were [bounced](/installation-setup/system-settings/bounce-account.md) back and did not reach their destination.,

{% hint style="info" %}
ngSurvey uses a small invisible image inside the invitation message to track the opened invitations as such the open count will only be increased if the respondent has enabled image loading on his email client.
{% endhint %}

## 🚀 Survey actions

Using the 3 dots button you can trigger some quick actions to manage your survey.

![](/files/-MBLFV7TI_FSfQygLLlX)

## ❌ Delete

Deletes the campaign without deleting any respondent answers.

## 📋 **Edit reminders**

Setup new or edit existing [reminders](/form-management/campaigns/campaign/untitled.md) for your campaign to remind respondents who did not take your survey yet to take part in your survey.&#x20;

## 📦 Campaign batch

Access to the [campaign batch](/form-management/campaigns/campaign-batches.md) to see the campaign's email sending / receiving status.&#x20;


---

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