# Configure Slack Alerts

Testery lets you configure various alerts and notifications to take place whenever different test run events occur. For starters, let's configure a Slack alert. With Testery Slack Alerts, you can not only see the results in Slack, but even link to the code commit that initiated the test run, rerun failed tests, or rerun the entire test run!

![](/files/aKSw6EdEP4is1MuCGd8y)

1. Navigate to Settings -> Integrations (<https://testery.app/testery/settings/integrations>) and click **Authorize Slack Integration**.
2. Navigate to [Alerts](https://testery.app/testery/alerts) and click **Add New Alert.**
3. **Select the Event**. For example "When Test Run Completes"
4. For **Take Action** select "Send Slack Message".
5. For **Slack Channel**, specify the channel name. Be sure to include `#` in the channel name. (e.g. `#testruns`. Make sure the Slack user who authorized the integration has permission to post messages to the channel.\
   ![](/files/06M08SQEAG0rud2hilGq)
6. Click **Save.** Your Slack channel will now receive notifications <br>

For more information on the various kinds of Alerts you can configure in Testery, see Alerts.


---

# 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://docs.testery.io/get-started/getting-started-guide/configure-slack-alerts.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.
