You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/ask-fern/pages/features/slack-app.mdx
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ Customize the bot's behavior to match your workflow needs.
53
53
54
54
### Bot settings per channel
55
55
56
-
Use the `/configure` slash command in any channel to adjust the settings:
56
+
Use the `/fern` slash command in any channel to adjust settings:
57
57
58
58
| Command | Description | Example |
59
59
|---------|-------------|---------|
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`|
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. |`/fern 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) |`/fern roles developer,admin`|
62
+
|**show**| Show the current settings |`/fern show`|
63
+
|**help**| Get help with Ask Fern slash commands |`/fern help`|
64
64
65
65
<Framecaption="After configuring respond_to all, bot responds to messages even when not directly mentioned">
66
66
<imgsrc="/products//ask-fern/pages/assets/respond-all-slack.png"alt="Respond all setting in Slack" />
0 commit comments