Make docs content easier for LLMs to read and index
llms.txt
file at the root of the docs that lists all available pages
in the documentation. AI tools can use this file to understand the documentation structure and find relevant
content to user prompts.
View the llms.txt
by appending /llms.txt
to the documentation site’s URL.
llms.txt
file is a plain Markdown file that contains:
llms.txt
.llms-full.txt
file combines the entire documentation site into a single file as context for AI tools and is indexed by LLM traffic.
You can paste a single URL as context for AI tools for more relevant and accurate responses.
IMG Processing hosts an llms-full.txt
file at the root of the docs.
View the llms-full.txt
by appending /llms-full.txt
to the documentation URL.