2026-05-11 19:35:46 -07:00
---
title: Agent Instructions
2026-05-20 17:33:38 +02:00
description: Suggested instructions for coding assistants that need to read and cite ktx docs.
2026-05-11 19:35:46 -07:00
---
2026-05-20 17:33:38 +02:00
Use these instructions when a coding assistant needs to answer questions from the **ktx** documentation.
2026-05-11 19:35:46 -07:00
```text
2026-05-20 17:33:38 +02:00
When answering ktx docs questions:
2026-05-11 19:35:46 -07:00
2026-05-11 20:03:53 -07:00
1. Start with https://docs.kaelio.com/ktx/llms.txt.
2026-05-11 19:35:46 -07:00
2. Fetch the smallest relevant Markdown page from the index.
3. Prefer /docs/<path>.md over rendered HTML.
2026-05-11 20:03:53 -07:00
4. Use https://docs.kaelio.com/ktx/llms-full.txt only when the task needs broad docs context.
2026-05-11 19:35:46 -07:00
5. Quote commands exactly from docs pages.
6. If docs and local repository behavior disagree, say what differs and prefer local verified output for code changes.
```
## What this is for
This page is for documentation consumption only:
2026-05-20 17:33:38 +02:00
- answering questions about **ktx**
2026-05-11 19:35:46 -07:00
- finding the right docs page
- citing setup or CLI guidance
- helping an assistant avoid stale or invented commands
It does not describe local tool configuration.
## Minimal project prompt
```text
2026-05-20 17:33:38 +02:00
You are helping with ktx. Read https://docs.kaelio.com/ktx/llms.txt first, then fetch only the Markdown pages needed for the task. Do not scrape the rendered docs site when a .md route exists.
2026-05-11 19:35:46 -07:00
```
## Repository prompt
```text
2026-05-20 17:33:38 +02:00
Before editing ktx docs, read /llms.txt and the affected .md docs pages. Keep AI Resources focused on docs consumption. After editing, verify /llms.txt, /llms-full.txt, and any changed .md routes.
2026-05-11 19:35:46 -07:00
```