# Slack

{% hint style="warning" %}
Slack has 1 message per second rate limiter. Sometimes the Slack API could allows more higher rate but in general Slack shouldn't be used for notifications with an high volume of messages (e.g. Error Occurrence).
{% endhint %}

Navigate to the project you want to integrate with Slack.

### 1) Connect

* Click **Settings → Notifications Channels**
* Click **Configure** in the Slack channel to open the configuration screen
* Click **Connect with Slack**
* Allow Inspector app to interact with your Slack account.

![Slask authorization screen](/files/-M3pj8-Lt6_NJLBZpffy)

### 2) Configure

Select the channel or group you wish to receive messages for, and select the notifications you want to receive.

![Slack channel settings](/files/-M3pjFjmNYUz5hDr6JYV)

Click **Save** to confirm your configuration.

### 3) Add the Inspector app to the channel

To start receiving messages from the Inspector bot you need to invite the app in the channel selected in the Notification channel settings. To do it follow this two simple steps:

* Go to the channel you want to add the app to
* Type a forward slash followed by the app's name (e.g., `/invite @appName`) to add it to the channel

Congrats!&#x20;

Slack is now integrated with Inspector and you'll receive monitoring notifications directly in your Slack workspace.

![](/files/WiufdP6MscdlNKySm9bh)

If you want to disable the channel click "**Disconnect**" and confirm your choice.

Learn more about the Inspector's privacy policy at this link: <https://www.inspector.dev/privacy-policy.pdf>


---

# 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.inspector.dev/concepts/notifications/slack-channel.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.
