From 1a5ce5d1928b207f53491ced406ef6e2c5c1eec4 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Tue, 19 May 2026 15:19:28 +0200 Subject: [PATCH] docs: make agent setup prompt copyable --- .../docs/getting-started/quickstart.mdx | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) 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
+