What Is LLMs-full.txt?

Learn what LLMs-full.txt is, when documentation sites may use it, and how it differs from a standard LLMs.txt file.

Last updated: June 25, 2026

What is LLMs-full.txt?

LLMs-full.txt is an expanded, comprehensive version of the standard LLMs.txt file. While LLMs.txt provides a structured summary and map of your site, LLMs-full.txt can contain the full Markdown content of your most important pages — making deeper content directly available to AI systems that support it.

LLMs.txt is an emerging convention, not a confirmed standard or ranking factor. LLMs-full.txt follows the same convention as an optional expanded companion file.

Like LLMs.txt, it is placed at the root of your site:

https://yourdomain.com/llms-full.txt

LLMs.txt vs LLMs-full.txt

AspectLLMs.txtLLMs-full.txt
PurposeSite summary and mapFull expanded content
ContentHeadings, links, short descriptionsFull page content in Markdown
SizeTypically a few KBCan be several MB
Best forMost websitesDocs, APIs, knowledge bases

When LLMs-full.txt makes sense

LLMs-full.txt is most useful for:

  • Documentation sites — making full technical documentation directly available to AI systems.
  • API docs — providing complete API reference content for AI-assisted development.
  • Developer tools — giving AI models access to usage guides and SDK documentation.
  • SaaS knowledge bases — helping AI systems answer support questions with full context.
  • Open-source projects — including README, contributing guides, and changelogs.
  • Technical content libraries — deep educational or reference content.

When it may be too large or unnecessary

If your full content exceeds several megabytes, the file may be ignored or truncated by AI systems. Very large files also increase bandwidth costs and may slow down AI crawler processing.

For most websites — marketing sites, e-commerce stores, personal blogs, simple SaaS landing pages — the standard LLMs.txt is sufficient. LLMs-full.txt is an advanced option for content-heavy, documentation-oriented sites.

Examples of good use cases

  • A documentation platform that wants AI tools to have access to its full API reference.
  • An open-source library providing complete README, contributing guide, and changelog in one AI-readable file.
  • A SaaS knowledge base making its support articles directly available for AI-assisted customer support.

How to check whether your site has one

Use our free LLMs.txt Checker. Enter your website URL and it will check for both LLMs.txt and LLMs-full.txt, along with sitemap, robots.txt, and AI crawler access — all in a single technical report.

Check if your site has an LLMs-full.txt

Run the free LLMs.txt Checker to see your full AI Search Readiness report.

Real-world example: TanStack

The TanStack documentation site maintains both LLMs.txt and LLMs-full.txt. The standard LLMs.txt maps all major libraries (Query, Router, Table, Form) with one-line summaries. The LLMs-full.txt expands each section with the full documentation content in Markdown, giving AI systems direct access to API references, code examples, and guides without needing to crawl individual pages. Check tanstack.com/llms.txt for the navigation file and tanstack.com/llms-full.txt for the full content.

Frequently Asked Questions