# Elements on the Dashboard

On the Dashboard, we can distinguish several elements:

<details>

<summary>Sends</summary>

Represents the quantity of messages sent from a given SMTP server. You can view the breakdown by periods, such as today, yesterday, this month, and the previous month.

</details>

<details>

<summary>Statuses This Month</summary>

Displays the sum of message statuses in the current month.

</details>

<details>

<summary>IP Reputation</summary>

This metric displays the server’s reputation level from which message deliveries are performed. The reputation level is calculated based on the average of all statuses received by messages since the establishment of the SMTP.

</details>

<details>

<summary>Account Statistics</summary>

This chart presents the results of completed deliveries. By default, data from the last 48 hours is visible. Statistical data on the chart is available to users indefinitely; however, the amount of detailed data differs depending on the time range.

* Hourly data is available for up to 14 days from sending.
* Daily data is accessible for up to 60 days from sending.
* After 60 days, only monthly data is available.

</details>

{% hint style="info" %}
Every EmailLabs account starts with an “IP Reputation” of 50/100.
{% endhint %}

**⬅️ Detailed instructions for each section on the Dashboard can be found in the drop-down menu on the left.**


---

# 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.emaillabs.io/en/analytics-panel/dashboard/elements-on-the-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.
