# Data Trends and Alerts

This page allows you to explore detections (alerts) within a given dataset:

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

This page has the following sections:

* **Data Scan & Alert Type Selector**
  * This selector allows you to pick
    * Dataset to be checked
    * Filter on alert types (if exists)
    * Filter on segments (if exists)
* **Data Scans Stats Graph**
  * This graph allows you to:
    * See record count per scan
    * Number of alerts per scan
    * Exclude scan from analysis to not be used in Telmai’s learning about your dataset
  * Each bar is clickable to look at graphs within the corresponding scan
* **Alerts**
  * List of alerts within the corresponding scan
  * If applicable, each alert will have a clickable component that visualizes the detection

#### Feedback Loop

Telmai offers both ways of managing thresholds for alerts: automatic, using ML, or manual.\
In the case of automatic thresholds, it’s crucial to provide the system feedback when anomalous data was scanned and when it should not be used for model fine-tuning for future detections.

This can be done by either

<figure><img src="/files/aSOWPJOVEvDmvhiXXiEx" alt="" width="491"><figcaption></figcaption></figure>

1. Hovering over a particular scan and marking it to be ignored - this will exclude the whole scan
2. Excluding a particular metric from a specific row/alert (if applicable)

<figure><img src="/files/cvRKpd96s3QHWkiYyPNq" alt=""><figcaption></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.telm.ai/telmai/monitoring-data/data-trends-and-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.
