diff --git a/.vitepress/sidebars/app/guides.ts b/.vitepress/sidebars/app/guides.ts index 04b4de13..9e542271 100644 --- a/.vitepress/sidebars/app/guides.ts +++ b/.vitepress/sidebars/app/guides.ts @@ -338,6 +338,10 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [ text: "Changing the LLM Model", link: "/app/guides/assistant_model", }, + { + text: "Disabling the Assistant", + link: "/app/guides/assistant_disable", + }, ], }, { diff --git a/src/_images/assistant_disable.png b/src/_images/assistant_disable.png new file mode 100644 index 00000000..14a5c7d4 Binary files /dev/null and b/src/_images/assistant_disable.png differ diff --git a/src/_images/assistant_not_enabled_message.png b/src/_images/assistant_not_enabled_message.png new file mode 100644 index 00000000..63a53c05 Binary files /dev/null and b/src/_images/assistant_not_enabled_message.png differ diff --git a/src/app/guides/assistant_disable.md b/src/app/guides/assistant_disable.md new file mode 100644 index 00000000..2ccf3a53 --- /dev/null +++ b/src/app/guides/assistant_disable.md @@ -0,0 +1,23 @@ +--- +description: "A step-by-step guide to disabling Caido's AI Assistant." +--- + +# Disabling the Assistant + + +The Assistant is only available to users with Individual or Team tier subscriptions. + + +::: warning NOTE +No data will be sent to OpenAI once the Assistant is disabled. +::: + +To disable the Assistant, **click** on the account button in the top-right corner of the Caido user-interface and select Logout. + +Then, click the `Login` button. In the subsequent permissions prompt, **click** on the Enable the AI assistant feature checkbox to remove its fill, and **click** on the `Allow` button to continue. + +Enable the AI assistant feature option. + +If the Assistant is disabled, the following message will be on display in its interface: + +Assistant is not enabled on this account message.