# Dashboard

Main page with overview of all mailboxes and key metrics.

***

## Interface Overview

Dashboard consists of several main sections:

1. **Statistics Cards** — key metrics at the top
2. **Activity Charts** — trend visualization
3. **Mailbox List** — table with all mailboxes
4. **Notifications Panel** — alerts and warnings

***

## Statistics Cards

Key metrics cards at the top of dashboard:

| Metric              | Description                                     |
| ------------------- | ----------------------------------------------- |
| **Total Mailboxes** | Total connected mailboxes                       |
| **Active**          | Active mailboxes with warmup enabled            |
| **Avg Reputation**  | Average reputation across all mailboxes (0-100) |
| **Emails Today**    | Sent/Received emails today                      |

***

## Activity Charts

### Warmup Activity (7 days)

Line chart showing warmup dynamics:

* **Blue line** — sent emails
* **Green line** — received emails
* **Orange line** — replies

### Reputation Trend

Shows reputation changes over time:

* **Rising reputation** — warmup is working effectively
* **Falling** — possible deliverability issues

***

## Mailbox List

Table with all connected mailboxes:

| Column         | Description                             |
| -------------- | --------------------------------------- |
| **Email**      | Mailbox email address                   |
| **Provider**   | Gmail / Outlook / IMAP (badge)          |
| **Status**     | Active / Paused / Error                 |
| **Reputation** | Reputation score (0-100) with indicator |
| **Today**      | Today's stats (sent/received)           |
| **Actions**    | Quick actions                           |

### Mailbox Statuses

| Status  | Color  | Meaning              |
| ------- | ------ | -------------------- |
| Active  | Green  | Warmup is running    |
| Paused  | Yellow | Warmup is paused     |
| Error   | Red    | Connection error     |
| Warming | Blue   | Initial warmup phase |

***

## Quick Actions

### "Add Mailbox" Button

Opens modal window to connect new mailbox.

### Search and Filters

* **Search** — filter mailboxes by email
* **Status** — filter by status
* **Provider** — filter by provider

***

## Notifications

Bell icon in top right corner with unread alert count:

Notification types:

* Authorization errors
* Reputation drops
* Limit exceeded
* System notifications

***

## Tips

{% hint style="success" %}
**Monitor reputation.** If reputation drops below 70 — check settings and content quality.
{% endhint %}

{% hint style="info" %}
**Check errors regularly.** Red statuses require attention — usually authorization issues.
{% endhint %}
