# Slack

{% hint style="info" %}
This integration is currently in beta.
{% endhint %}

This integration allows you to route notifications about issues, changes, and other events to specific Slack channels based on your configuration.

### Connect Slack

* Visit your *Settings → Integrations →* [Add](https://app.halosecurity.com/user/settings/integrations/add)
* Add the Slack integration
* Enter a name for the integration
* Click **Connect Now**
* You'll be redirected to Slack to approve permissions
* Click **Allow**

### Create Profiles

After connecting Slack, you can create profiles to control where different notifications are sent. Each profile specifies a Slack channel that will receive messages. To create a profile:

1. Navigate to the **Profiles** tab
2. Click the **+** icon
3. Enter a name for the profile
4. Select the Slack channel where messages should be sent
5. Click **Save**

You can create multiple profiles to route different events to different channels.

### Create Event Rules

To receive Slack notifications, create Event Rules and add your Slack profile as an action. Visit *Events →* [Event Rules](https://app.halosecurity.com/user/settings/event-rules/) to set up rules that determine which events trigger messages in Slack.

Learn more about configuring Event Rules at:

{% content-ref url="/pages/QVrCXwRcuy8YWA5L25VR" %}
[Event Rules](/docs/platform/events/alerts.md)
{% endcontent-ref %}


---

# 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.halosecurity.com/docs/integrations/workflow-integrations/slack.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.
