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. This file is always up to date and requires zero maintenance. You can optionally add a custom llms.txt
file to the root of your project.
View your llms.txt
by appending /llms.txt
to your documentation site’s URL.
Open the llms.txt for this site.
llms.txt
file is a plain Markdown file that contains:
llms-full.txt
file combines your entire documentation site into a single file as context for AI tools and is indexed by LLM traffic.
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.
llms.txt
or llms-full.txt
file, create an llms.txt
or llms-full.txt
file at the root of your project. Adding a custom file will override the automatically generated file of the same name. If you delete a custom file, the default file will be used again.
Your custom llms.txt
or llms-full.txt
file must have a site title as an H1 heading. Other content is optional. See Format in the llms.txt
specification for more information on optional sections and best practices.