Make your content easier for LLMs to read and index
llms.txt
file at the root of your project that lists all available pages in your documentation. AI tools can use this file to understand your documentation structure and find relevant content to user prompts.
View your llms.txt
by appending /llms.txt
to your documentation site’s URL.
Open the llms.txt for this site
Your site’s llms.txt
is always up to date and requires zero maintenance.
llms.txt
file is a plain Markdown file that contains:
llms.txt
.llms-full.txt
file combines your entire documentation site into a single file as context for AI tools and is indexed by LLM traffic. Users can paste a single URL as context for AI tools for more relevant and accurate responses.
Mintlify automatically hosts an llms-full.txt
file at the root of your project. View your llms-full.txt
by appending /llms-full.txt
to your documentation site’s URL.
Open the llms-full.txt for this site
Your site’s llms-full.txt
is always up to date and requires zero maintenance.