# Slack Notifications

{% hint style="info" %}
As a status page admin, enable Slack subscriptions under <mark style="background-color:green;">Subscriptions > Sub. Settings</mark> before your customers can subscribe.
{% endhint %}

## Enable Slack subscriptions (admin)

1. In your status page admin sidebar, click **Subscriptions**, then **Sub. Settings**.
2. Check **Enable Slack subscriptions** and click **Update**.\
   \
   ![Enable Slack subscriptions setting](/files/TdxN6r0XWni7K38ZB30d)

## How subscribers connect Slack

Once enabled, subscribers will see an **Add to Slack** button in the **Subscribe to Updates** modal on your status page.

![Add to Slack button in subscribe modal](/files/s3JGqCYHKOzsHRsE15K7)

Clicking it takes them through a short OAuth flow to connect their Slack workspace:

![Slack workspace connection screen](/files/7hnEBqwvQFUiohaTMKmm)

Statuspal only requests the minimum permissions necessary and does not store personal information.

![Slack OAuth permissions](/files/AQCI9uAPUHI7JqEtAO4g)

After authorising, subscribers choose the Slack channel where they'd like to receive updates. They can revisit the link at any time to change the channel or cancel their subscription.

![Slack channel selection](/files/LmXSeKA7FnAA6KyyT5KQ)

## Sending notifications

When creating or updating an incident, check **Notify Slack subscribers** to send the update to all Slack subscribers.

![Notify Slack subscribers checkbox](/files/xkpsdcJdvhBJTInjpa22)


---

# 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.statuspal.io/platform/integrations/slack-notifications.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.
