# Enhanced Incoming Dashboard

### Incoming Emails by Projects

This chart displays the number of processed emails by projects.

**Benefit**: it helps identify the email critical projects adn the email traffic in them.&#x20;

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

### Volume of Incoming Emails

This chart reflects the number of emails received in a four-hour window, based on emails sent in the past seven **days**.&#x20;

**Benefit**: This chart helps understand the busy times of the day. Peak loads may make email processing slower, and high loads may correlate to the Processing Time chart.

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

### Processing Time of Incoming Emails

This graph shows the maximum and average processing times for the last seven days in four-hour intervals. This is the total processing time, including polling, email download and mail handler execution. The measurement starts from when the email arrives at the mail server until the last mail handler finishes.

**Benefit**: This chart (along with the Volume of Incoming Emails) helps understand peak times of the day and troubleshoot problems with email processing.

<figure><img src="/files/6BqM8nb9tQ5xJdmsDAX5" alt=""><figcaption></figcaption></figure>

### Incoming Emails by Sender's Domain

This chart identifies the domains from which emails are received for processing.

**Benefit**: It helps identify unwanted senders, and active domains.

<figure><img src="/files/6p5qELQPRdflJS4HSv4U" alt=""><figcaption></figcaption></figure>

### Volume of Emails Failed to Process

This metric is about the number of emails that encountered an error when the system tried to process new incoming emails, and the mail handler failed to process it.

<div align="left"><figure><img src="/files/dL2LYD3yaXKeHkgEupRk" alt=""><figcaption></figcaption></figure></div>


---

# 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.meta-inf.hu/email-this-issue/advanced-edition/enhanced-email-operation-dashboard/enhanced-incoming-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.
