diff --git a/documentation/getting-started/ai-coding-agents.mdx b/documentation/getting-started/ai-coding-agents.mdx
index 283b878fe..fbbb45447 100644
--- a/documentation/getting-started/ai-coding-agents.mdx
+++ b/documentation/getting-started/ai-coding-agents.mdx
@@ -5,6 +5,10 @@ description:
Use AI coding agents like Claude Code or OpenAI Codex to build applications, write queries, and work with QuestDB using natural language.
---
+import Tabs from "@theme/Tabs";
+
+import TabItem from "@theme/TabItem";
+
AI coding agents like Claude Code and OpenAI Codex can help you build applications that use QuestDB.
These agents work with QuestDB out of the box by reading the online documentation. For deeper integration, agent skills embed rich context directly into the agent so it can work faster and more accurately. The [QuestDB agent skill](#questdb-agent-skill) covers SQL, ingestion, and Grafana dashboards, while the [TSBS Benchmark skill](#tsbs-benchmark-skill) automates end-to-end performance benchmarking.
@@ -50,6 +54,23 @@ The Que
### Installation
+
+
+
+
+```shell
+npx skills add questdb/questdb-agent-skill
+```
+
+This installs the skill globally for Claude Code. To install it for a specific project only, run the command from the project directory with the `--local` flag.
+
+
+
+
+
Copy the `questdb/` folder from the repository into your skills directory:
**Claude Code:**
@@ -62,6 +83,10 @@ Copy the `questdb/` folder from the