> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/business/getting-started/setup-notifications/connect-slack-for-an-account.md).

# Connect Slack for an Account

Follow the steps below to integrate a Slack channel with your Safe account.

<figure><img src="/files/eia2qbbpTX1ctWvetzsZ" alt=""><figcaption></figcaption></figure>

## Step 1: Access Accounts via Notifications

Navigate to the **Notifications -> Accounts** under the **Settings** section. Here, you will see the list of all accounts within your organisation.

Click on the **Connect** button next to the account you wish to link to your Slack.

<figure><img src="/files/qAwK8crSMZidv69mnSkC" alt=""><figcaption></figcaption></figure>

> <mark style="color:blue;">By following the steps mentioned in this article, users can configure Slack and Discord alerts for individual accounts to get transaction notifications. These alerts are account-specific, not for the whole organisation.</mark>\ <mark style="color:blue;">Follow the article</mark> [*<mark style="color:blue;">Connect Slack for an Org</mark>*](/business/getting-started/setup-notifications/connect-slack-for-an-org.md) <mark style="color:blue;">if you wish to set up org-level notifications.</mark>

## Step 2: Select Notification Channel

Select your preferred notification channel. For this example, select Slack.&#x20;

<figure><img src="/files/yUR3flAkBHm9DDnC3nYv" alt="" width="460"><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">We recommend you have a dedicated channel for notifications for optimal organisation and clarity. Please set this up in Slack accordingly.</mark>
{% endhint %}

## Step 3: Grant access & authorise connection

You will be redirected to Slack, where you'll need to grant access to your Slack workspace.&#x20;

Choose the Slack channel where you want to receive notifications.&#x20;

<figure><img src="/files/1uvlxOYsfAnmhBluCetn" alt="" width="448"><figcaption></figcaption></figure>

Authorise Coinshift to send messages to the selected Slack channel.

## Step 4: Verify Connection

Navigate to **Settings -> Notifications-> Accounts**, to confirm the connection is established with the desired account.&#x20;

<figure><img src="/files/7B4MvEKUcPtoEdB9eVuO" alt=""><figcaption></figcaption></figure>

You can now see the **Manage** button for the selected account.

Read this article to learn how to use the manage option to further [control your notifications](/business/getting-started/setup-notifications/change-account-preferences-disconnect-notifications.md).


---

# 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.coinshift.xyz/business/getting-started/setup-notifications/connect-slack-for-an-account.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.
