diff --git a/guides/assistant.mdx b/guides/assistant.mdx index 8809b4930..180054e0a 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 button that appears after a delay. + ### Assistant status Toggle the assistant status to enable or disable the assistant for your documentation site. diff --git a/settings.mdx b/settings.mdx index c857b7d62..40f719c91 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 AI assistant. When set to `true`, displays an "Ask AI" button in the topbar next to the search bar. When set to `false` or omitted, shows a floating assistant button that appears after a delay. Defaults to `false`. + + + + ### Integrations