> For the complete documentation index, see [llms.txt](https://docs.inopli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inopli.com/response/dashboards/alert-management-dashboard.md).

# Alert Management Dashboard

This dashboard provides a comprehensive monitoring interface for system-generated alerts. It displays metrics for <mark style="color:green;">alerts generated over the past 24 hours</mark> and allows users to track the status of alert processing to pinpoint potential errors. <mark style="color:green;">Users can annotate alerts to highlight any anomalies and utilize the confusion matrix to identify false positives and true positives</mark>, thus assessing the accuracy of the alert generation system. The dashboard is designed to facilitate quick responses with an average alert treatment time prominently displayed, ensuring that issues can be addressed promptly.

<figure><img src="/files/UxUXLOMLf7q4c13sROPO" alt=""><figcaption><p>Dashboard Alert Management</p></figcaption></figure>

***

### Alert Details

Users can view the current processing status of each alert and <mark style="color:green;">examine the contents of the payload</mark>. Furthermore, it is possible to [<mark style="color:green;">adjust the classification in the confusion matrix</mark>](/response/dashboards/alert-management-dashboard/confusion-matrix.md) to refine the system's accuracy and <mark style="color:green;">add specific comments to each alert</mark>. Should an alert fail, the tool <mark style="color:green;">enables reprocessing</mark>, ensuring that none are lost or overlooked due to processing errors.

<figure><img src="/files/CuLBToL6vsN22tfAFx7D" alt="" width="297"><figcaption><p>Alert Details</p></figcaption></figure>

***


---

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

```
GET https://docs.inopli.com/response/dashboards/alert-management-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.
