llms.txt and llms-full.txt files following the
llms.txt standard for making documentation accessible to
language models.
llms.txt
A lightweight index of every page in the Initia documentation, containing the title and URL of each page.llms.txt to give an LLM an overview of available documentation without
loading the full content. This is useful for:
- Letting an LLM understand the scope of Initia documentation
- Letting an LLM decide which pages to fetch based on a question
- Adding lightweight context without consuming a large context window
llms-full.txt
The complete text of every documentation page in a single file.llms-full.txt when you need comprehensive coverage and your LLM has a
large enough context window. This is useful for:
- Deep research across multiple documentation topics
- Answering complex questions that span several areas of Initia
- Pre-loading an AI coding agent with complete documentation
Using With AI Tools
Paste Into an LLM Chat
Copy the contents ofllms.txt or llms-full.txt and paste it into your
conversation with an LLM to provide documentation context.
Load in Your IDE
Many AI-powered IDEs allow you to add documentation context:- Cursor
- Claude
- Other Tools
Add
llms.txt as a documentation source in Cursor Settings > Features >
Docs using the URL: