> For the complete documentation index, see [llms.txt](https://docs.notch.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notch.so/integrations/slack.md).

# Slack

Combine Notch with Slack for a practical and powerful integration that keeps your team in sync. Get notified about all your clients' activities right away.

<figure><img src="/files/piprd3fDhRQmxVv4gQ22" alt=""><figcaption><p>Notch Slack Integration</p></figcaption></figure>

{% hint style="info" %}
Our Slack integration is available on our Growth plan. To learn more, [visit our pricing page](https://www.notch.so/pricing).
{% endhint %}

## Configuration

You can install the Slack integration right from the [integrations page](https://app.notch.so/team/integrations) in Notch.

{% hint style="info" %}
You need to be an admin user in Notch to install the Slack Integration from Notch.
{% endhint %}

{% hint style="info" %}
You need to be [a workspace owner or admin in Slack](https://slack.com/intl/en-gb/help/articles/360018112273-Types-of-roles-in-Slack) to install Notch for Slack in your team's workspace.
{% endhint %}

To set up the initial integration for Slack, you need to:

1. Click on your team name in the top left corner of Notch to get to your settings.
2. Go to [Team Settings](https://app.notch.so/team) > [Integrations](https://app.notch.so/team/integrations) in the menu.
3. Enable the Slack integration to get to Slack's installation flow.
4. Follow the installation flow.
5. Once the installation flow is completed, the setting modal opens (If the modal doesn't open, click on the "settings" button of the Slack integration)
6. Select a Slack channel in the drop-down menu to which updates should be sent.
7. Press "save changes" to finalize the installation.

<figure><img src="/files/kxQ7A3DeNDi4hFwbqdHQ" alt=""><figcaption><p>Notch's Slack setting modal</p></figcaption></figure>

## Change Slack channel

1. Click on your team name in the top left corner of Notch to get to your settings.
2. Go to [Team Settings](https://app.notch.so/team) > [Integrations](https://app.notch.so/team/integrations) in the menu.
3. Find the Slack integration and click on the "Settings" button next to the Slack integration.
4. In the settings modal, choose a new Slack channel from the drop-down menu to which updates should be sent.
5. Press "Save Changes" to apply the new channel settings.

## Unlink your Slack Integration

1. Click on your team name in the top left corner of Notch to get to your settings.
2. Go to [Team Settings](https://app.notch.so/team) > [Integrations](https://app.notch.so/team/integrations) in the menu.
3. Find the Slack integration and click the "disable" button to unlink Slack from Notch.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.notch.so/integrations/slack.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
