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

# Public Slack AI Channel

*These instructions are for the Slack AI bot, if you're looking to set up **Slack notifications** for your team, please* [*visit this page*](/mava-docs/notifications/team-notifications.md) *instead.*

### When will and wont the Slack AI bot respond?

Once activated, the bot will respond to:

* &#x20;Any support question it believes it can answer based on your uploaded content
* Any question if the bot is tagged

The bot won't respond if:

* The question is not considered a support request. For example, "Hi, how are you doing?" would be classified as a 'social' question and not a support request so the bot would not reply.
* The question is a reply to a different message. This is to avoid the bot interrupting conversations by users if they are replying to each other. Example of a reply below:

### How to activate Slack Channel AI&#x20;

Before starting, make sure you've completed these two steps:

* [Upload Content](https://dashboard.mava.app/dashboard/admin/ai/sources) to train your AI & [provided a company name and description](https://dashboard.mava.app/dashboard/admin/ai/settings) so the AI know's who it's working for
* Turn on the Public channel AI assistant in [AI > Settings](https://dashboard.mava.app/dashboard/admin/ai/settings)

#### Slack Integration Setup:

1. Navigate to the [integrations page](https://dashboard.mava.app/dashboard/admin/integrations) within Mava and select Slack and press the 'Connect' button

<figure><img src="/files/3Jg2WtWpGkr6Un2KFdJn" alt=""><figcaption></figcaption></figure>

2. You'll be redirect to Slacks authentication page and may need to login to Slack. Once you're logged in, enter the workspace name you want to connect. You'll find your workspace name by pressing the dropdown on the top left of your Slack application. In the example below, our workspace is called 'mavaapp.slack.com'

<figure><img src="/files/GMWSUibTrFFrFeSz1lFr" alt="" width="313"><figcaption></figcaption></figure>

3. Select the channel you want to add the bot to from the dropdown

<figure><img src="/files/EtqemUJNmysXlURBPAxa" alt="" width="375"><figcaption></figcaption></figure>

3. Add the bot to any other channel within your Slack by @'ing the bot and then selecting the option to add the bot to the desired channels


---

# 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://mava.gitbook.io/mava-docs/ai-support/public-slack-ai-channel.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.
