From 7ae526d30c3fcdc78e91e897817f1a7be94989e2 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 24 Sep 2025 19:08:55 +0000
Subject: [PATCH 1/2] Update guides/assistant.mdx
---
guides/assistant.mdx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/guides/assistant.mdx b/guides/assistant.mdx
index 8809b4930..72e3692cc 100644
--- a/guides/assistant.mdx
+++ b/guides/assistant.mdx
@@ -30,6 +30,20 @@ You can view assistant usage through your dashboard to understand user behavior
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.
+### Assistant entry point
+
+You can configure how users access the assistant by adding the `enableAskAiButton` configuration to your `docs.json` file:
+
+```json
+{
+ "assistant": {
+ "enableAskAiButton": true
+ }
+}
+```
+
+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).
+
### Assistant status
Toggle the assistant status to enable or disable the assistant for your documentation site.
From bee285176301dc06d59f49c756f674fc11e67113 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 24 Sep 2025 19:09:05 +0000
Subject: [PATCH 2/2] Update settings.mdx
---
settings.mdx | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/settings.mdx b/settings.mdx
index c857b7d62..9dce8ac54 100644
--- a/settings.mdx
+++ b/settings.mdx
@@ -723,6 +723,18 @@ See [Themes](themes) for more information.
+### Assistant
+
+
+ AI assistant configuration settings.
+
+
+
+ Controls how users access the assistant. When set to `true`, displays an "Ask AI" button in the topbar next to the search bar. When set to `false` or omitted, displays the assistant as a floating bar at the bottom of the page (default behavior).
+
+
+
+
### Integrations