# Sleuth DORA App for Slack

The Sleuth DORA App for Slack provides you a [mission control for your deploys](/sleuth-dora/slack-mission-control.md), right from Slack.

Before you start, you should already have a Slack account. Additionally, you should create channels that you plan to use for notifications in Slack before setting up the integration. Sleuth will ask for the Slack channel where it should send its notifications. You can create as many channels necessary to target notifications for individual environments.

The Sleuth DORA App for Slack is set up and configured in a Sleuth organization. When a channel is [configured with a Sleuth project](/sleuth-dora/settings/project/slack-notifications.md), anyone who follows that Slack channel will receive all messages sent to that channel. Sleuth can also be setup to send [personal Slack notifications](/sleuth-dora/slack-mission-control/personal-notifications.md).

## Setting up the integration

1. Click **Add** in the top navigation bar and select **Integration** from the list.
2. Select **Chat** from the drop-down located in the top right.
3. In the **Slack** tile, click **Enable**.
4. Click **Allow** to make the integration.

{% hint style="info" %}
You must add Sleuth DORA as an Authorized Application in Slack. For more information, [read the Slack documentation](https://api.slack.com).
{% endhint %}

{% hint style="warning" %}
Adding a third-party integration to Slack must be authorized by your Slack App Manager. Slack allows you to message the App Manager directly from the *Request to install* dialog, as shown below. Once authorization is granted, you can proceed with the integration.
{% endhint %}

![Adding Slack third-party integrations might require your App Manager's approval.](/files/-M7kZ4efSWPT-4C4gmkg)

4\. Upon a successful connection to your Sleuth account, the message **Slack (Connected to workspace \_\<workspace name>**\_**)** is displayed in the tile.

<figure><img src="/files/ByFAizaTPOI8mJQNCViM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The Slack integration is done at the organization level. Since multiple [projects](/sleuth-dora/modeling-your-deployments/projects.md) can exist within an organization, you'll want to go in to each [project and configure notifications](/sleuth-dora/settings/project/slack-notifications.md) individually.
{% endhint %}

## Configuring the integration

To setup team notifications for a project see

{% content-ref url="/pages/-MDhbI8dPS8JzAfdw1G5" %}
[Slack settings](/sleuth-dora/settings/project/slack-notifications.md)
{% endcontent-ref %}

To setup personal notifications for yourself see

{% content-ref url="/pages/-ME-U0XKLmokgab0uZL8" %}
[Notifications settings](/sleuth-dora/settings/account/notifications.md)
{% endcontent-ref %}

## Removing the integration

#### If you wish to dissolve the Sleuth DORA App for **Slack** for the organization:

1. Click on **Integrations** in the left sidebar, then on **Chat Ops**.
2. In the Slack integration card, click **disable**. The message **Slack disabled** is displayed in the Slack integration card once the integration is dissolved.

The Slack DORA App for Slack is disconnected and no longer available to any projects within that organization. Any project-level modifications you made to the Sleuth DORA App for Slack will be lost.


---

# 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/integrations-1/slack.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.
