# Anomaly detection

Sleuth applies anomaly detection algorithms to your impact data to do the heavy lifting required to determine what is normal and what is not.

All developers want to ship changes that are making systems better, not worse. However, in our modern environments it's often difficult to know:

* What metrics are important?
* Where do you find those metrics?
* And once found, what's normal and what's something to be worried about?

Trust Sleuth to let you know when your [metrics](/sleuth-dora/auto-verify-your-deploys/metric-impact.md) or [errors](/sleuth-dora/auto-verify-your-deploys/error-impact.md) are out of your normal range. We'll let you know within 2 minutes of your last deploy, right in Slack, where your developers already live.

![Sleuth performs complex statistical analysis to automatically determine when somethings abnormal](/files/-MSVOSo_AWXY6rxGFT3w)

The more data Sleuth collects the more we know what's normal for your team. For example, perhaps you're a team that keeps your errors empty by fixing every error that occurs. Or perhaps, which is often more realistic, you always have a "normal" number of errors that you've decided you're willing to accept. Sleuth's anomaly detection means your developers don't need to "magically know" which errors are normal and which are out of your norm.


---

# 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://help.sleuth.io/sleuth-dora/auto-verify-your-deploys/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.
