> For the complete documentation index, see [llms.txt](https://docs.channel360.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.channel360.co.za/channel360-guide/dashboard.md).

# Dashboard

<figure><img src="/files/019wTyI9xDr3YwkRdGkX" alt=""><figcaption></figcaption></figure>

This chart shows you an overall performance view on the different metrics of the campaigns sent as a organisation.&#x20;

You can select custom start and end dates to quickly analyze each campaign sent, along with its various performance metrics.

<figure><img src="/files/Wr5uJId7uD1AJU0JBoxg" alt=""><figcaption></figcaption></figure>

Below are the campaign/message performance categories:

* **Read:** This indicates that the message was successfully sent and read by the recipient which in simpler terms is **2 blue ticks**.
* **Delivered:** Represents that the message was successfully delivered to the recipient’s phone, but they haven’t opened it yet, which in simpler terms is **2 grey ticks.**
* **Delivered To Channel:** This means that the message has been sent out of our platform and has reached Whatsapp but it still needs to reach the recipient.
* **Failed:** This means that there's been an issue and the message hasn't reached the recipient.
* **Pending:** This means that the message is still waiting/ in the process to being delivered and hasn't reach the recipient yet. &#x20;

<figure><img src="/files/pDEvTmQVtIIC1z9Z3JU1" alt=""><figcaption></figcaption></figure>

These metrics include:

* **Success/Failed** to track how well your campaigns performed.
* **Message status** that show which messages are read, unread, delivered, or undelivered.
* **Opted-out subscribers** show to total subscribers that have opted in or have opted out of receiving messages.
* **Notifications by category** to see notifications grouped by type for easy analysis.

<figure><img src="/files/kllpusLzliAuD7NJyQCE" alt=""><figcaption></figcaption></figure>

This chart shows you the possible reasons as to why a campaign failed.&#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.channel360.co.za/channel360-guide/dashboard.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.
