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.txtarrow-up-right

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.txtarrow-up-right

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

circle-info

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

circle-exclamation
  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 Codearrow-up-right runs in your terminal and can read local files during a session.

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