diff --git a/docs-site/content/docs/getting-started/quickstart.mdx b/docs-site/content/docs/getting-started/quickstart.mdx index de983394..59b58d1a 100644 --- a/docs-site/content/docs/getting-started/quickstart.mdx +++ b/docs-site/content/docs/getting-started/quickstart.mdx @@ -3,6 +3,8 @@ title: Quickstart description: Install KTX, run setup, and connect your coding agent. --- +import { CopyButton } from "@/components/copy-button"; + This guide takes a local analytics project from empty to agent-ready. You'll install the CLI, run one guided setup command, and hand the context to a coding assistant. @@ -51,23 +53,36 @@ If you're a coding assistant choosing a docs route, start with the
Run setup from an agent
-

+

You can ask an agent such as Claude Code, Codex, Cursor, or OpenCode to install and configure KTX for you. The{' '} - + agent setup Markdown prompt {' '} tells the agent how to check prerequisites, ask only for credentials or connection choices, run ktx setup, verify connections, and report the result. -

-

+

+
Use a prompt like this from the project you want to configure: -

-
-
Follow instructions from
-
https://docs.kaelio.com/ktx/docs/agents-setup.md
-
to install and configure ktx
+
+
+
+ + Prompt + + +
+
+
Follow instructions from
+
https://docs.kaelio.com/ktx/docs/agents-setup.md
+
to install and configure ktx
+