Skip to content

Commit f8f7e90

Browse files
Update ai/slack-app.mdx
1 parent 756e009 commit f8f7e90

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

ai/slack-app.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
---
22
title: "Slack app"
3-
description: "Add a bot that searches your docs to answer questions in your Slack workspace"
3+
description: "Add AI-powered documentation search to your Slack workspace"
44
icon: "slack"
55
---
66

77
<Info>
88
The Slack app is available for [Pro and Custom plans](https://mintlify.com/pricing?ref=slack-app).
99
</Info>
1010

11-
The Slack app adds a bot named `@mintlify` to your Slack workspace that can search your documentation and answer users' questions. The bot responds to direct messages, @mentions, and to any questions in a channel specifically named `#ask-ai`.
11+
The Slack app adds a bot named `@mintlify-assistant` to your Slack workspace that can search your documentation and answer users' questions. The bot responds to direct messages, @mentions, and to any questions in a channel specifically named `#ask-ai`.
1212

1313
The Slack app can incur costs: either using your AI assistant credits or incurring overages.
1414

15-
## Setting up the Slack app
15+
## Installing the Slack app
1616

17-
<Note>
18-
If your Slack Workspace Owner requires admin approval to install apps, ask them to approve the Mintlify Slack app before you add it.
19-
</Note>
20-
21-
1. Navigate to the [Add-ons](https://dashboard.mintlify.com/products/addons) page of your dashboard.
22-
2. Select **Connect** in the Slack Integration card.
23-
3. Follow the Slack prompts to add the app to your workspace.
24-
4. Test that the bot is working and responds when you:
17+
<Steps>
18+
<Step title="Navigate to the Slack app page in your dashboard.">
19+
Go to your [dashboard](https://dashboard.mintlify.com/products/slack) and select the Slack app.
20+
</Step>
21+
<Step title="Select Install Slack app.">
22+
This will redirect you to Slack's authorization page.
23+
</Step>
24+
<Step title="Follow the Slack prompts to add the app to your workspace.">
25+
</Step>
26+
<Step title="Test that the bot is working and responds when you:">
2527
- Send a direct message to the Mintlify app.
26-
- Mention the bot with `@mintlify` in a channel.
28+
- Mention the bot with `@mintlify-assistant` in a channel.
2729
- Create an `#ask-ai` channel, add the bot, and ask a question.
30+
</Step>
31+
</Steps>

0 commit comments

Comments
 (0)