LLMs.txt
Give AI agents a map of your docs with an llms.txt file that ReadMe generates and keeps current.
LLMs.txt is a Markdown file at the root of your hub, /llms.txt, that gives AI agents and assistants like ChatGPT, Claude, Cursor, and Gemini a map of your documentation. ReadMe generates it from your docs structure and updates it whenever your docs change, so there's nothing to maintain.
The generated file includes your project title, links to your guides and tutorials, links to your API Reference endpoints, and the hierarchical structure of your content.
Whether an agent requests the file is up to the agent, so think of LLMs.txt as control over what an agent finds when it looks, not a guarantee that it will. For a live connection that lets agents call your API spec directly, turn on your MCP Server. Agents that fetch your pages directly get clean Markdown through Markdown for Agents. AI-Ready Docs compares every surface ReadMe offers for agents.
Getting Started
LLMs.txt is enabled on all projects by default. To change the setting, go to AI → Discoverability and find LLMs.txt under Content Discoverability.
When enabled, your file can be viewed at https://your-project.readme.io/llms.txt.
Custom LLMs.txt
Your llms.txt file will be pulled from the root of your repo, and if per-section llms.txt is also enabled, then each of those sections as well.
When using a custom file, your llms.txt will no longer be updated automatically as you make content changes. It can be disabled at any time to resume using automatically updated llms.txt files.
FAQ
Can I customize the output?
Yes. Enable the custom llms.txt feature from the AI Discoverability page.
How often does it update?
Automatically whenever your documentation changes. No manual steps required.
Does it include hidden pages?
No. Only published, visible pages are included.
What plan do I need?
LLMs.txt is available on all plans.
Updated yesterday