Skip to content

Commit cda5126

Browse files
docs: The documentation was updated to change the slash command from /configure to /fern throughout all examples ... (#1274)
1 parent a467152 commit cda5126

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Customize the bot's behavior to match your workflow needs.
5353

5454
### Bot settings per channel
5555

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

5858
| Command | Description | Example |
5959
|---------|-------------|---------|
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` |
6464

6565
<Frame caption="After configuring respond_to all, bot responds to messages even when not directly mentioned">
6666
<img src="/products//ask-fern/pages/assets/respond-all-slack.png" alt="Respond all setting in Slack" />
@@ -71,10 +71,9 @@ Use the `/configure` slash command in any channel to adjust the settings:
7171
You can rename the bot to match your brand (example: "YourCompanyName Support"):
7272

7373
1. In Slack, go to **Apps** in the sidebar and click **Ask Fern**
74-
1. Click the **About** tab, then **Configuration**
75-
1. Scroll to **Bot User** section and click **Edit**
76-
1. Enter your preferred bot name and save changes
77-
74+
2. Click the **About** tab, then **Configuration**
75+
3. Scroll to **Bot User** section and click **Edit**
76+
4. Enter your preferred bot name and save changes
7877

7978
<Frame>
8079
<img src="/products//ask-fern/pages/assets/update-name-slack.png" alt="Update name of Slackbot" />
@@ -164,4 +163,3 @@ sequenceDiagram
164163
F->>F: Store question and answer for analytics
165164
```
166165
</Accordion>
167-

0 commit comments

Comments
 (0)