# Dashboard

In the **SMS API Dashboard** view, you can monitor SMS campaign sends via the API. On this screen, you can filter the sends by:

* Date range
* SMS headers used to send the campaigns<br>

  <figure><img src="/files/sbff5rUW1JuztNbRESyA" alt=""><figcaption></figcaption></figure>
* **Message statuses** – the dashboard provides a summary of campaign statuses:
  * **Injected** – messages received by the MessageFlow panel
  * **OK** – messages successfully delivered to recipients
  * **Non-delivered** – messages that were not delivered
  * **Track** – messages that are being tracked (e.g., due to link clicks)<br>

    <figure><img src="/files/ymFoyivbycvtnqhIyhqS" alt=""><figcaption></figcaption></figure>
* **Chart** – displays a line distribution of messages over time. Using the checkboxes, you can select statuses such as injected, ok, non-delivered, and track to see when campaigns were run, how many messages were received by the panel, and how many were successfully delivered.

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


---

# Agent Instructions: 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:

```
GET https://docs.messageflow.com/sms/sms-api/dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
