diff --git a/docs-site/content/docs/getting-started/quickstart.mdx b/docs-site/content/docs/getting-started/quickstart.mdx
index 5d49cfb3..4251c57f 100644
--- a/docs-site/content/docs/getting-started/quickstart.mdx
+++ b/docs-site/content/docs/getting-started/quickstart.mdx
@@ -98,18 +98,70 @@ If you're a coding assistant choosing a docs route, start with the
background: 'color-mix(in oklch, var(--color-fd-primary) 8%, transparent)',
}}
>
-
- 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 installable **ktx** skill 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:
+
+
+ Or, ask an AI agent to install and configure **ktx** for you.
+
+
+
+
+
+
+ The agent will
+
+
+ {[
+ <>Check prerequisites on your machine>,
+ <>Ask only for credentials and connection choices>,
+ <>Run ktx setup in your project>,
+ <>Verify each connection it configured>,
+ <>Report what was installed and what is ready>,
+ ].map((item, index) => (
+
+
+ {index + 1}
+
+ {item}
+
+ ))}
+
+
+ Works with any AI coding agent.
+
+
+
+
@@ -125,10 +177,7 @@ If you're a coding assistant choosing a docs route, start with the
/>
-
- Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to
- install and configure ktx
-
+ Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to install and configure ktx