# Connect your Slack channels

You will first need to authorize the Slack connection to your organization before we can send you alerts.

{% hint style="warning" %}
Slack's integration limits that notifications can only be sent to **public** channels. Private channels are not supported.
{% endhint %}

**Setting Up Slack Alerts**

To initiate Slack alerts, start the process by choosing the "Authorize Slack" option in the My Account page > Config Settings.

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

You'll be directed to Slack's authorization page, which will request access to your organization's Slack workspace. At this step, please click on "Allow".

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

Once you've granted access, the system will take you back to the "Config Settings" page.

Once your Slack organization is authenticated, you can then add the Slack channel name that you want to send alert notifications to. You can add multiple channels by clicking on the "Add another channel" button.

<figure><img src="/files/9TN8Clz8SUSzj2Ta7xRh" alt=""><figcaption><p>Add in Slack channels by typing out the channel name.</p></figcaption></figure>

### Add Decube bot to the Slack channel:

When you are adding the Slack channel to the alert configuration, a Decube's Slack bot will be automatically added to the channel.

If you do not see the Slack bot being added (eg. when adding a custom alert), please follow the steps below:

1. Go to the top right corner of the channel's chatbox and click on the "three dots" icon.
2. Then, click on **Open Channel Details**

<figure><img src="/files/1CEBjixEOZKl7XkLYf36" alt="" width="375"><figcaption></figcaption></figure>

3. Click on **Integrations > Add an app.**

<figure><img src="/files/fetcEVyYbTR2st4O9Sd5" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/vT8zVejSY0HfWe6iZjVw" alt="" width="375"><figcaption></figcaption></figure>

4. Search for the **Decube** app and click on **Add.**

<figure><img src="/files/TTobz3cPMvHsf1EBOrly" alt="" width="375"><figcaption></figcaption></figure>

5. Decube will be added to the channel.


---

# 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.decube.io/alert-notifications/connect-your-slack-channels.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.
