> For the complete documentation index, see [llms.txt](https://help.sleuth.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sleuth.io/sleuth-dora/slack-mission-control/personal-notifications.md).

# Personal notifications

As a developer, how do you know when you code has really been deployed? If you are lucky your deploy process takes 5 minutes and you're the one running it. However, for most of us, deploys take longer, or maybe even don't involve you when things actually ship to production.

Sleuth's got your back! Personal Slack notifications will notify the authors of change when their code is deployed.

![](/files/-MSiT-QgFjHBepMj2H9W)

Even better, if your team is using [auto-deploy verification](/sleuth-dora/auto-verify-your-deploys.md) Sleuth will tell you when your change has caused a problem.

![](/files/-MSiTZokPUV2Wq8kkgL3)

Personal notifications aren't just for Developers. Sleuth will alert anyone involved in the [issues](/sleuth-dora/integrations-1/issue-trackers.md) deployed as well. If you are PM or Designer that's trying to understand when work is really hitting your customers, Sleuth is your best friend.

## Slack deploy summaries

Sleuth provides individuals a daily, weekly, bi-weekly or monthly summary of what was deployed, delivered right to you via Slack!

These can be configured via the [project](/sleuth-dora/modeling-your-deployments/projects.md) or [deployment](/sleuth-dora/modeling-your-deployments/code-deployments.md) dashboards.

![](/files/-MTN9-wj6L78uynKTT9c)

Once enabled you'll receive the same rich deploy Slack notifications you've come to expect from Sleuth delivered right to you.

![](/files/-MTN9BT8O8LpqGeNQ1J2)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.sleuth.io/sleuth-dora/slack-mission-control/personal-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
