From c0a2e0d2cb40b60a1f02db6806cd22ff9ccf1d73 Mon Sep 17 00:00:00 2001
From: Danny Sheridan <83524670+dannysheridan@users.noreply.github.com>
Date: Wed, 15 Oct 2025 14:06:51 -0400
Subject: [PATCH] docs: improve content based on Ask Fern feedback
---
.../ask-fern/pages/features/slack-app.mdx | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/fern/products/ask-fern/pages/features/slack-app.mdx b/fern/products/ask-fern/pages/features/slack-app.mdx
index 953cb87cd..4b4e1500c 100644
--- a/fern/products/ask-fern/pages/features/slack-app.mdx
+++ b/fern/products/ask-fern/pages/features/slack-app.mdx
@@ -49,18 +49,18 @@ Once you've installed it in your workspace, add the bot to customer Slack channe
## Configuration
-Customize the bot's behavior to match your workflow needs.
+Use the `/fern` slash command to configure the Ask Fern slack bot for each channel.
### Bot settings per channel
-Use the `/configure` slash command in any channel to adjust the settings:
+The `/fern` slash command provides several configuration options:
| Command | Description | Example |
|---------|-------------|---------|
-| **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` |
-| **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` |
-| **show** | Show the current settings | `/configure show` |
-| **help** | Get help with Ask Fern slash commands | `/configure help` |
+| **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` |
+| **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` |
+| **show** | Show the current settings | `/fern show` |
+| **help** | Get help with Ask Fern slash commands | `/fern help` |
@@ -163,5 +163,4 @@ sequenceDiagram
A->>U: Return answer in Slack thread
F->>F: Store question and answer for analytics
```
-
-
+
\ No newline at end of file