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

# Slack

This guide will help you connect Wonderchat with Slack to automate interactions and improve team communication. Follow the steps below to set up and customize the integration for your needs.

***

## Step 1: On the left-panel, go to 'Settings' > under 'Integrations' tab

<figure><img src="/files/pw6VIIqbxmXOjcZiCxdo" alt=""><figcaption><p>Go to 'Settings' > 'Integrations' tab</p></figcaption></figure>

## Step 2: Scroll down to find 'Slack'. Click "Connect & Manage"

<figure><img src="/files/n2yDSb3TWo5UXhIhXsDT" alt=""><figcaption><p>Click "Connect &#x26; Manage"</p></figcaption></figure>

## Step 3: Choose "Connect to a new Slack Workspace"

<figure><img src="/files/6FuHsC0yjkKz6lc5xkhz" alt=""><figcaption><p>Click "Connect to a new Slack workspace"</p></figcaption></figure>

## Step 4: Sign in to your Slack Workspace

<figure><img src="/files/3XfbxUMts0S9V0amvFRn" alt=""><figcaption><p>Sign in to your Slack Workspace</p></figcaption></figure>

## Step 5: Allow Access Permissions for Wonderchat

<figure><img src="/files/vGPJjRj1zgTA1548GYPS" alt=""><figcaption><p>Click 'Allow'</p></figcaption></figure>

## Step 6: Go back to Wonderchat tab, and select your Linked Chatbots

* Select the chatbot you want to link and select the correct workspace.
* Then, click the “✅” icon to confirm linking the chatbot to your Slack workspace.

<figure><img src="/files/b5YklvMzm0oReM5sEvwr" alt=""><figcaption><p>Select the chatbot you want to link to your Slack Workspace. Click on the 'Tick' icon to confirm.</p></figcaption></figure>

## Step 7: Add the Wonderchat App inside your slack

* Go to "chatbots" tab, click on slack icon to open the settings.
* From there you can select the Response Destination and also select the Auto-Respond Channels.

<figure><img src="/files/2veqxyXSGiu0SYoOIpmM" alt=""><figcaption></figcaption></figure>

## Step 8: Add the Wonderchat App to your Slack Channel

* Once the app is added, you can mention '@ Wonderchat' to start chatting with your chatbot inside your Slack channel.

<figure><img src="/files/aZH4fxtTVJ4AfEBx3b42" alt=""><figcaption><p>Sample of chat</p></figcaption></figure>

***

## FAQs

#### 1. Can I connect multiple chatbots to one Workspace?

* At the moment, only one chatbot can only be connected to one workspace.

#### 2. How can I talk to my chatbot inside my Slack workspace?

* Mention '@ Wonderchat' to talk to our chatbot inside your slack workspace. Do make sure that the chatbot has already been invited into the channel.

***

If you have any more questions, feel free to reach out to us at <mark style="color:purple;">**<support@wonderchat.io>**</mark>


---

# 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.wonderchat.io/integration-guides/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.
