diff --git a/apps/docs/content/docs/copilot/index.mdx b/apps/docs/content/docs/copilot/index.mdx index cb083412f..df622565c 100644 --- a/apps/docs/content/docs/copilot/index.mdx +++ b/apps/docs/content/docs/copilot/index.mdx @@ -7,8 +7,6 @@ import { Callout } from 'fumadocs-ui/components/callout' import { Card, Cards } from 'fumadocs-ui/components/card' import { MessageCircle, Package, Zap, Infinity as InfinityIcon, Brain, BrainCircuit } from 'lucide-react' -## What is Copilot - Copilot is your in-editor assistant that helps you build, understand, and improve workflows. It can: - **Explain**: Answer questions about Sim and your current workflow @@ -18,35 +16,34 @@ Copilot is your in-editor assistant that helps you build, understand, and improv Copilot is a Sim-managed service. For self-hosted deployments, generate a Copilot API key in the hosted app (sim.ai → Settings → Copilot) 1. Go to [sim.ai](https://sim.ai) → Settings → Copilot and generate a Copilot API key -2. Set `COPILOT_API_KEY` in your self-hosted environment to that value -3. Host Sim on a publicly available DNS and set `NEXT_PUBLIC_APP_URL` and `BETTER_AUTH_URL` to that value (e.g., using ngrok) + 2. Set `COPILOT_API_KEY` in your self-hosted environment to that value ## Modes - -
- + + Ask -
-

- Q&A mode for explanations, guidance, and suggestions without making changes to your workflow. -

-
+ } + > +
+ Q&A mode for explanations, guidance, and suggestions without making changes to your workflow.
- -
- + + Agent -
-

- Build-and-edit mode. Copilot proposes specific edits (add blocks, wire variables, tweak settings) and applies them when you approve. -

-
+ } + > +
+ Build-and-edit mode. Copilot proposes specific edits (add blocks, wire variables, tweak settings) and applies them when you approve.
@@ -54,44 +51,44 @@ Copilot is your in-editor assistant that helps you build, understand, and improv ## Depth Levels - -
- + + Fast -
-

Quickest and cheapest. Best for small edits, simple workflows, and minor tweaks.

-
-
+ } + > +
Quickest and cheapest. Best for small edits, simple workflows, and minor tweaks.
- -
- + + Auto -
-

Balanced speed and reasoning. Recommended default for most tasks.

-
-
+ } + > +
Balanced speed and reasoning. Recommended default for most tasks.
- -
- + + Advanced -
-

More reasoning for larger workflows and complex edits while staying performant.

-
-
+ } + > +
More reasoning for larger workflows and complex edits while staying performant.
- -
- + + Behemoth -
-

Maximum reasoning for deep planning, debugging, and complex architectural changes.

-
-
+ } + > +
Maximum reasoning for deep planning, debugging, and complex architectural changes.
\ No newline at end of file