From 4c429976f377ac7ccb2b2d4c89a2ff17ae7fa28e Mon Sep 17 00:00:00 2001
From: Danny Sheridan <83524670+dannysheridan@users.noreply.github.com>
Date: Wed, 15 Oct 2025 14:35:41 -0400
Subject: [PATCH 1/3] docs: improve content based on Ask Fern feedback
---
.../ask-fern/pages/features/slack-app.mdx | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 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..31216efc9 100644
--- a/fern/products/ask-fern/pages/features/slack-app.mdx
+++ b/fern/products/ask-fern/pages/features/slack-app.mdx
@@ -53,14 +53,14 @@ Customize the bot's behavior to match your workflow needs.
### Bot settings per channel
-Use the `/configure` slash command in any channel to adjust the settings:
+Use the `/fern` slash command in any channel to adjust the settings:
| 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` |
@@ -71,10 +71,11 @@ Use the `/configure` slash command in any channel to adjust the settings:
You can rename the bot to match your brand (example: "YourCompanyName Support"):
1. In Slack, go to **Apps** in the sidebar and click **Ask Fern**
-1. Click the **About** tab, then **Configuration**
-1. Scroll to **Bot User** section and click **Edit**
-1. Enter your preferred bot name and save changes
+2. Click the **About** tab, then **Configuration**
+3. Scroll to **Bot User** section and click **Edit**
+4. Enter your preferred bot name and save changes
+Alternatively, navigate to **Apps** → **Ask Fern** → **About** → **Configuration** → **Bot User** → **Edit** in Slack.
@@ -163,5 +164,4 @@ sequenceDiagram
A->>U: Return answer in Slack thread
F->>F: Store question and answer for analytics
```
-
-
+
\ No newline at end of file
From f7dc1d5ab39af25263c9809ab9202ff94b405485 Mon Sep 17 00:00:00 2001
From: Sahil Chatiwala <46851548+sahil485@users.noreply.github.com>
Date: Fri, 17 Oct 2025 10:27:45 -0400
Subject: [PATCH 2/3] Fix missing newline at end of slack-app.mdx
---
fern/products/ask-fern/pages/features/slack-app.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fern/products/ask-fern/pages/features/slack-app.mdx b/fern/products/ask-fern/pages/features/slack-app.mdx
index 31216efc9..c52ad9855 100644
--- a/fern/products/ask-fern/pages/features/slack-app.mdx
+++ b/fern/products/ask-fern/pages/features/slack-app.mdx
@@ -164,4 +164,4 @@ sequenceDiagram
A->>U: Return answer in Slack thread
F->>F: Store question and answer for analytics
```
-
\ No newline at end of file
+
From a7c657091a164f35f6ea5dc72587ad72c037c289 Mon Sep 17 00:00:00 2001
From: Devin Logan
Date: Sat, 18 Oct 2025 19:50:53 -0400
Subject: [PATCH 3/3] remove repetitive content
---
fern/products/ask-fern/pages/features/slack-app.mdx | 2 --
1 file changed, 2 deletions(-)
diff --git a/fern/products/ask-fern/pages/features/slack-app.mdx b/fern/products/ask-fern/pages/features/slack-app.mdx
index c52ad9855..4790d2c2c 100644
--- a/fern/products/ask-fern/pages/features/slack-app.mdx
+++ b/fern/products/ask-fern/pages/features/slack-app.mdx
@@ -75,8 +75,6 @@ You can rename the bot to match your brand (example: "YourCompanyName Support"):
3. Scroll to **Bot User** section and click **Edit**
4. Enter your preferred bot name and save changes
-Alternatively, navigate to **Apps** → **Ask Fern** → **About** → **Configuration** → **Bot User** → **Edit** in Slack.
-