All topics
Discovery

llms-full.txt

Your entire knowledge base, in one file.

llms-full.txt is the heavyweight sibling of llms.txt. Where llms.txt is a table of contents, llms-full.txt embeds the actual content — Markdown, no chrome, no nav — so a model can load your entire product in one round trip.

When to ship it

  • You have stable, well-structured docs (think: an API reference).
  • You want assistants like Cursor and Claude to answer questions about your product offline.
  • Your full content is under ~2 MB (larger files break ingestion).

Pattern

# Acme Docs

## Getting Started
<full markdown of /docs/start>

---

## API Reference
<full markdown of /docs/api>

Most static site generators (Mintlify, Fumadocs, Docusaurus) can emit llms-full.txt automatically.