# Auto-verify deploys

Once a deploy has shipped how does your team know if the change was good or bad? How long does it take for your team to discover this? Minutes, hours, days or weeks?

[Impact tracking](/sleuth-dora/integrations-1/impact-sources.md) in Sleuth uses your [key SLIs](https://en.wikipedia.org/wiki/Service_level_indicator) to let you know if your deploys are getting the job done or causing new problems. Coupled with personal [Slack notifications](https://help.sleuth.io/notifications), developers know the impact of their changes moments after they deploy.

Sleuth monitors the SLIs that define your application’s health and applies [anomaly detection](/sleuth-dora/auto-verify-your-deploys/anomaly-detection.md) to automatically verify the health of your deploys. Sleuth [integrates with your existing best-in-class](/sleuth-dora/integrations-1/impact-sources.md) error trackers and observability tools. Get Impact tracking setup in just 5 minutes!

![Sleuth determined your deploy is unhealthy and shows you why](/files/-MSV8Tsm9oe1Z4FPBggc)

Auto-verification of your deploys with Impact tracking allows you to:

* Easily include production health in your developers definition of done, no more tracking down graphs and trying to understand what normal should look like, Sleuth alerts authors directly in Slack when a deploy is unhealthy
* Avoid creeping, incremental declines in performance, memory, cpu usage and more. Know when your changes take your service out of its normal range!
* Automate deploy locking or creating rollback pull requests when Sleuth sees an unhealthy deploy


---

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