# Slack

We support Slack as an alerting destination. The alerting integration is automatically configured upon the [Enterprise+](/connectors/saas/slack/slack.md) connector setup and can be enabled by proceeding to step 2 below.

{% stepper %}
{% step %}
**Create a Slack App**

1. Navigate to Policy Maker → Integrations and click the gear next to Slack
2. Click the Add to Slack button

   <div align="left"><figure><img src="/files/7ouW5VfKwutdAhffNdFE" alt="" width="208"><figcaption></figcaption></figure></div>
3. Ensure you have the correct tenant selected and displayed in the upper right hand of the Authentication page
4. Click **Allow** at the bottom of the page
   {% endstep %}

{% step %}
**Add the App to Workspace**

In your App Admin page, add the Teleskope app to any workspaces you would target notifications.

{% hint style="info" %}
If the app doesn't appear and was installed as a connector, contact a Workspace owner.
{% endhint %}
{% endstep %}

{% step %}
**Invite Bot**

Invite the bot (`/add`) to the target channel.
{% endstep %}

{% step %}
**Setup Slack Notifications in Teleskope**

Navigate back to Policy Maker. When creating a new policy, you may now select "Send a Slack Message" as an action in step 4 and input the target channel ID.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
It is recommended to add Slack notifications after a policy has been created and the initial violations populated. A message is sent per violation, so ensure that policies are sufficiently scoped.
{% endhint %}


---

# 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.teleskope.ai/alerting-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.
