Skip to content

Commit 7ae526d

Browse files
Update guides/assistant.mdx
1 parent bad6762 commit 7ae526d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

guides/assistant.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ You can view assistant usage through your dashboard to understand user behavior
3030

3131
The assistant is enabled by default for Pro and Custom plans. You can manage the assistant from your [dashboard](https://dashboard.mintlify.com/products/assistant/settings), including enabling or disabling it, configuring response handling, and setting a spend limit.
3232

33+
### Assistant entry point
34+
35+
You can configure how users access the assistant by adding the `enableAskAiButton` configuration to your `docs.json` file:
36+
37+
```json
38+
{
39+
"assistant": {
40+
"enableAskAiButton": true
41+
}
42+
}
43+
```
44+
45+
When `enableAskAiButton` is set to `true`, the assistant appears as an "Ask AI" button in the topbar next to the search bar. When set to `false` or omitted, the assistant displays as a floating bar at the bottom of the page (default behavior).
46+
3347
### Assistant status
3448

3549
Toggle the assistant status to enable or disable the assistant for your documentation site.

0 commit comments

Comments
 (0)