# Slack Integration

This document describes how to integrate the Rezonate product with Slack, which provides IAM observability to users, groups, channels, and configurations as well as detection of different security risks.

&#x20;

To Integrate, please perform the following actions after authenticating to Slack with Org Admin.&#x20;

1. Browse to <https://api.slack.com/apps> and click **Create** **New** **App**, and select "From an app manifest"\
   \
   ![](/files/MVWpBD7Ha9rosSm3Ychi)\ <br>
2. Select your workspace, paste the code below instead of the current json, and click next.\ <br>

   ```
   {
   "display_information": {
   "name": "Rezonate Integraation"
   },
   "features": {
   "bot_user": {
   "display_name": "Rezonate Integraation",
   "always_online": false
   }
   },
   "oauth_config": {
   "scopes": {
   "bot": [
   "channels:read",
   "groups:read",
   "team.billing:read",
   "team.preferences:read",
   "team:read",
   "users.profile:read",
   "users:read",
   "users:read.email",
   "im:read",
   "mpim:read"
   ]
   }
   },
   "settings": {
   "org_deploy_enabled": false,
   "socket_mode_enabled": false,
   "token_rotation_enabled": false
   }
   }
   ```
3. Click the Create button, then on the application page click Install to Workspace, and then click Allow.<br>
4. Now click the **Add Features and Functionality**, **permissions**
5. Copy the token and share it back with Rezonate Integration Wizard.\ <br>


---

# 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://kb.rezonate.io/core-integrations/slack-integration.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.
