For the complete documentation index, see llms.txt. This page is also available as Markdown.

LLM Docs File

Use these files to give AI tools structured access to the KUB Docs.

Choosing the Right File

llms.txt

Use the documentation index first: https://docs.kubchain.com/llms.txt

This file lists the available documentation pages. It is the best starting point when your tool can fetch pages as needed.

llms-full.txt

Use the full static file when your tool needs the docs in one file: https://docs.kubchain.com/llms-full.txt

This file contains a full text snapshot of the KUB Docs.

Start with llms.txt when possible. Use llms-full.txt when your tool cannot browse the docs incrementally.

  1. Load llms.txt to discover the relevant pages.

  2. Fetch only the pages you need.

  3. Fall back to llms-full.txt if your tool needs one local file.

Use with Claude Code

Claude Code runs in your terminal and can read local files during a session.

1

Download the file

Download https://docs.kubchain.com/llms-full.txt.

2

Save it locally

Place the file in your project directory or another known location.

3

Load it into the session

Use /read with the file path, or drag and drop the file into the chat.

4

Ask targeted questions

Reference the file in your prompts and ask about specific KUB topics, APIs, or workflows.

Use with Other AI tools

Most AI tools work with llms-full.txt the same way:

  1. Download the file.

  2. Upload or attach it to your session.

  3. Ask questions about KUB using that file as context.

Best Practices

  • Prefer llms.txt for fresher, page-level discovery.

  • Use llms-full.txt for offline or file-based workflows.

  • Refresh the downloaded file regularly if you need the latest docs.

Last updated