> For the complete documentation index, see [llms.txt](https://help.usehaystack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.usehaystack.io/setup/teams/alerts.md).

# Alerts

Promptly get notified on your teams risks, accomplishments and even send out AI generated release notes automatically by setting up alerts on Haystack!

{% hint style="info" %}
To enable alerts, you will first need Slack integrated. If not, please follow instructions here: [Integrate Slack](/setup/integrations/slack.md)
{% endhint %}

Once the Slack is integrated, follow the below steps to enable relevant alerts

**1. Head to** [**team settings**](https://dash.usehaystack.io/hub/settings/alerts)

<figure><img src="https://downloads.intercomcdn.com/i/o/923724912/e32e7eb66e35e5eddfd48825/Screenshot+2024-01-03+at+6.22.33%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**2. Head to Alerts**

<figure><img src="https://downloads.intercomcdn.com/i/o/929608436/f36224ca9de95b499eab19d9/Screenshot+2024-01-10+at+6.09.53%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**3. Setup Progress & Achievement Alerts**

a. Choose your teams Slack channel to start receiving progress & achievement alerts

b. Select the relevant alerts to be enabled

c. Hover over the tooltip next to each alert to see a quick preview

<figure><img src="https://downloads.intercomcdn.com/i/o/929608733/80f10b5809466ff0e128fd03/Screenshot+2024-01-10+at+6.08.46%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**4. Setup Risk Alerts**

a. We recommend sending risk alerts to the team's manager

b. Select the relevant alerts to be enabled

c. Hover over the tooltip next to each alert to see a quick preview

<figure><img src="https://downloads.intercomcdn.com/i/o/929609279/8566fe81338c33e0ee34639a/Screenshot+2024-01-10+at+6.08.49%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Check [Alerts](/features/alerts.md) for more info on each alert
{% endhint %}

<br>


---

# 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.usehaystack.io/setup/teams/alerts.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.
