DeBox llms.txt
DeBox llms.txt structure
llms.txt is a proposed standard from llmstxt.org that describes a whole
documentation site in one plain-text file, so language models and AI agents can find the page they
need from minimal context — fewer tokens, less hallucination. The file has three parts:
- The site title (H1)
- Sections grouped by module (H2)
- One line per page: its link plus a one-sentence description, used for routing and retrieval
See DeBox.llms.txt for the full structure.
DeBox llms-full.txt structure
llms-full.txt is not an index. It concatenates the complete body of every documentation page into
a single Markdown file, which suits:
- AI tools that need the full context — deep indexing, offline knowledge bases
- Developers who want to read every page in one pass
- Custom AI workflows, e.g. index everything first, then retrieve chunks on demand
See DeBox.llms-full.txt for the full structure.