# Deduplication for Ticket Alerts

The Aisera GenAI Platform includes an alert micro-service pass-through system that deduplicates and correlates alerts. This de-duplication exists in the [**Alert Ingestion API**](/apis/apis/ingestion-apis/alerts.md) as well as in the [**Data Source Ingestion via the UI**](/aisera-platform/adding-data-to-your-tenant/data-ingestion.md).

After the deduplication and correlation process, the service forwards this data to the integrated SOR system.

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

This micro-service integrates with the Aisera system Events functionality. After deduplication, the system fires an alert creation event and the event service picks it up. Then this event can be added to a workflow that creates the alert in the SOR or sends a notification.&#x20;

The **Alert** Micro-service:

1. Uses a streaming api to read data within a sliding time window.
2. Keeps track of unique alerts and identifies duplicates in a time window.
3. Keeps all alerts in a data lake.
4. The unique alerts are forwarded to an incident service that calls new or existing models to correlate the alerts.
5. The duplicate alerts are persisted in a data store until they are no longer needed.

<figure><img src="/files/1n3NuruMw6dJn1OOR6NT" alt=""><figcaption><p>Duplicate Alert Data is Stored by ID</p></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.aisera.com/aisera-platform/adding-data-to-your-tenant/data-ingestion/deduplication-for-ticket-alerts.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.
