> For the complete documentation index, see [llms.txt](https://docs.usepylon.com/pylon-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usepylon.com/pylon-docs/support-workflows/issues/anomaly-detection.md).

# Anomaly Detection

{% hint style="info" %}
Use Anomaly Detection to find outages and major problems in real-time.
{% endhint %}

Based on your incoming customer issues, Pylon automatically detects anomalies and surfaces groups of related issues for your review.

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

Available actions when an anomaly is detected:

* **Create an Issue Group**\
  Take advantage of [Issue Groups](/pylon-docs/support-workflows/issues/issue-groups.md) to organize and manage all issues related to this anomaly.
* **Mark as False Alarm**\
  Flag the anomaly as a false alarm to help Pylon improve future detection accuracy.
* **Dismiss for All**\
  If no further action is needed, you can dismiss the anomaly banner for everyone on your team.

<figure><img src="/files/Bm2CzUXgLo1oZhogWT3A" alt=""><figcaption></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.usepylon.com/pylon-docs/support-workflows/issues/anomaly-detection.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.
