Published August 6, 2026.
llms.txt is a plain text markdown file placed at a website’s root, such as yoursite.com/llms.txt. It gives AI systems and AI agents a short, curated map of a site’s most important content.
The format was proposed by Jeremy Howard, co founder of Answer.AI and fast.ai, on September 3, 2024, and published at llmstxt.org. It is not an official web standard.
The original proposal also included llms-full.txt, an optional companion file with the full content of key pages in one markdown document.
llms.txt is an orientation layer, not a retrieval system. It does not chunk content, generate embeddings, or rank results.
Its job is to help an agent find the right pages faster, before retrieval happens.
The article says mainstream AI search crawlers like GPTBot, ClaudeBot, and PerplexityBot mostly do not request llms.txt in meaningful volume today. Its clearest current use is in coding agents, IDE integrations, and Model Context Protocol tools.
The file depends on human judgment. Every link, section order, and description is a deliberate editorial choice.
The article emphasizes that order matters because agents may stop reading before the end of the file.
The spec includes an optional final section called Optional for lower priority material.
| File | Main question | Role |
|---|---|---|
| robots.txt | May you look? | Controls access with allow and disallow rules. |
| sitemap.xml | What exists? | Provides a comprehensive list of indexable URLs. |
| llms.txt | What actually matters? | Highlights the most important pages in a curated order. |
The file should be plain text, named exactly llms.txt, and placed at the site root. Links should use full absolute URLs.
yoursite.com/llms.txt returns the raw file.The article includes a sample file for a fictional company called Nimbus Metrics. It shows sections for Product, Documentation, Pricing, and Optional.
It gives AI systems and AI agents a short, curated map of a site’s most valuable pages.
The article says not in any meaningful volume based on current evidence.
No. robots.txt controls access, sitemap.xml lists URLs, and llms.txt highlights the pages that matter most.
At the site root as llms.txt.
The article says there is no published evidence that it does.