Skip to content

Commit 77c0306

Browse files
committed
docs: improve content based on Ask Fern feedback
1 parent 9bfc7b2 commit 77c0306

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

fern/products/ask-fern/pages/features/slack-app.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```markdown
12
---
23
title: Ask Fern Slack app
34
description: Enable your customers to get instant answers to product questions directly in Slack using Ask Fern's AI-powered documentation bot.
@@ -53,14 +54,14 @@ Customize the bot's behavior to match your workflow needs.
5354

5455
### Bot settings per channel
5556

56-
Use the `/configure` slash command in any channel to adjust the settings:
57+
Use the `/fern` slash command in any channel to adjust the settings:
5758

5859
| Command | Description | Example |
5960
|---------|-------------|---------|
60-
| **respond_to** | Controls whether the Ask Fern bot responds to all messages (`all`), reponds only when directly mentioned with `@Ask Fern` (`mentions_only`), or determines when to respond to messages depending on context (`auto`). Set to `auto` by default. | `/configure respond_to all` |
61-
| **roles** | Specifies which RBAC roles (comma-separated) should be used to filter Ask Fern responses (if you have [role-based access control](/docs/authentication/rbac) configured) | `/configure roles developer,admin` |
62-
| **show** | Show the current settings | `/configure show` |
63-
| **help** | Get help with Ask Fern slash commands | `/configure help` |
61+
| **respond_to** | Controls whether the Ask Fern bot responds to all messages (`all`), reponds only when directly mentioned with `@Ask Fern` (`mentions_only`), or determines when to respond to messages depending on context (`auto`). Set to `auto` by default. | `/fern respond_to all` |
62+
| **roles** | Specifies which RBAC roles (comma-separated) should be used to filter Ask Fern responses (if you have [role-based access control](/docs/authentication/rbac) configured) | `/fern roles developer,admin` |
63+
| **show** | Show the current settings | `/fern show` |
64+
| **help** | Get help with Ask Fern slash commands | `/fern help` |
6465

6566
<Frame caption="After configuring respond_to all, bot responds to messages even when not directly mentioned">
6667
<img src="/products//ask-fern/pages/assets/respond-all-slack.png" alt="Respond all setting in Slack" />
@@ -164,4 +165,4 @@ sequenceDiagram
164165
F->>F: Store question and answer for analytics
165166
```
166167
</Accordion>
167-
168+
```

0 commit comments

Comments
 (0)