Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vitepress/sidebars/app/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
{
Expand Down
Binary file added src/_images/assistant_disable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_images/assistant_not_enabled_message.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions src/app/guides/assistant_disable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
description: "A step-by-step guide to disabling Caido's AI Assistant."
---

# Disabling the Assistant

<ProContainer>
The <b>Assistant</b> is only available to users with Individual or Team tier subscriptions.
</ProContainer>

::: warning NOTE
No data will be sent to OpenAI once the Assistant is disabled.
:::

To disable the Assistant, **click** on the account button <code><Icon icon="fas fa-user" /></code> in the top-right corner of the Caido user-interface and select <code><Icon icon="fas fa-sign-out" /> Logout</code>.

Then, click the `Login` button. In the subsequent permissions prompt, **click** on the <code><Icon icon="fas fa-comments" /> Enable the AI assistant feature</code> checkbox to remove its fill, and **click** on the `Allow` button to continue.

<img alt="Enable the AI assistant feature option." src="/_images/assistant_disable.png" center>

If the Assistant is disabled, the following message will be on display in its interface:

<img alt="Assistant is not enabled on this account message." src="/_images/assistant_not_enabled_message.png" center>