# Manage Slack Notifications

## Set up Slack notifications for your tenant

**Required Immuta permission**: `APPLICATION_ADMIN`

1. Navigate to the <i class="fa-gear">:gear:</i> [**Integrations** page](https://app.immutacloud.com/marketplace/settings/integrations).
2. Click **Connect to Slack**.
3. If necessary, sign in to Slack and review the permissions Immuta will require in your workspace.
4. Confirm the installation depending on your Slack permissions:
   1. If you are a Slack Admin, click **Install Immuta** to install the Immuta app in your workspace.
   2. If you are any other Slack user, click **Submit Request** to request for your Slack Admin to install the Immuta app in your workspace.

## Enable Slack notifications for all users

**Required Immuta permission**: `APPLICATION_ADMIN`

Slack notifications are off by default. To turn Slack notifications on organization-wide for all your users,

1. Navigate to the <i class="fa-gear">:gear:</i> [**Integrations** page](https://app.immutacloud.com/marketplace/settings/integrations).
2. Click on the **Slack integration**.
3. Toggle the User Default to **on**.

## Enable Slack notifications for yourself

The notifications will be sent to the Slack user with the email that matches the Immuta user's profile page, which is automatically populated by the [configured IAM](/saas/configuration/application-configuration/how-to-guides/config-builder-guide.md#use-existing-identity-access-manager).

Slack notifications are set at the organization-wide level. To turn on Slack notifications for yourself,

1. Navigate to the [**Notification Preferences** page](https://app.immutacloud.com/marketplace/notification-preferences).
2. Flip the toggle to **on**.


---

# 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://documentation.immuta.com/saas/request/notifications/how-to-guides/manage-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.
