LLM Docs File
Use these files to give AI tools structured access to the KUB Docs.
Choosing the Right File
llms.txt
llms.txtUse 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
llms-full.txtUse 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.
llms-full.txt is a snapshot. It may not include the latest documentation updates.
Recommended Workflow
Load
llms.txtto discover the relevant pages.Fetch only the pages you need.
Fall back to
llms-full.txtif your tool needs one local file.
Use with Claude Code
Claude Code runs in your terminal and can read local files during a session.
Download the file
Download https://docs.kubchain.com/llms-full.txt.
Use with Other AI tools
Most AI tools work with llms-full.txt the same way:
Download the file.
Upload or attach it to your session.
Ask questions about KUB using that file as context.
Best Practices
Prefer
llms.txtfor fresher, page-level discovery.Use
llms-full.txtfor offline or file-based workflows.Refresh the downloaded file regularly if you need the latest docs.
Last updated