# llms.txt Generator — Guide AI Assistants Through Your Site

> Build a valid llms.txt: a curated, Markdown map of your site written for a model with a limited context window.

llms.txt is a Markdown file served at the root of your domain that gives AI assistants a curated map of your site: an H1 with the project name, a blockquote summary, and H2-grouped lists of links with descriptions. This generator builds one and validates it against the spec — absolute URLs, descriptions on every link, and an Optional section that a model may skip when context is tight.

**URL:** https://convertto.tech/t/llms-txt-generator
**Category:** SEO Tools (https://convertto.tech/c/seo-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Location:** /llms.txt at the root of the domain
- **Format:** Markdown — H1, blockquote summary, H2 sections of linked list items
- **Status:** A community proposal, not an adopted standard
- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your site or project name.
2. Enter or paste your one-line summary.
3. Enter or paste your context.
4. Enter or paste your sections and links.
5. Choose the output.
6. The result appears immediately — copy or download it.

## FAQ

### Do AI models actually read llms.txt?

Some tools that build retrieval over documentation do. No major model provider has committed to reading it as part of normal crawling, and it is a proposal rather than a standard. It costs almost nothing to publish and it is genuinely useful to anyone indexing your docs — publish it on that basis rather than expecting a ranking effect.

### What is the difference between llms.txt and llms-full.txt?

llms.txt is an index: links with descriptions, so a model can choose what to fetch. llms-full.txt is the whole corpus inlined into one file, so an assistant can ingest everything in a single request. Generate the second one in your build — a hand-maintained copy of your documentation is stale immediately.

### Is this the same as robots.txt?

No, and they are complements. robots.txt says what a crawler may not take; llms.txt says what is worth reading and how it fits together. One is a restriction, the other is a recommendation.

## Sources

- [llms.txt proposal](https://llmstxt.org/) — llmstxt.org

## Related tools

- [Sample Markdown Generator](https://convertto.tech/t/sample-markdown-generator): Generate Markdown documents exercising every feature — tables, code, footnotes, task lists and more.
- [AI Crawler robots.txt Generator](https://convertto.tech/t/ai-crawler-robots-txt-generator): Generate the robots.txt rules for 21 AI crawlers, separating training from search and from fetches a real user asked for.
- [ASCII Table Formatter](https://convertto.tech/t/ascii-table-formatter): Turn CSV or tab-separated text into an aligned plain-text, Markdown or box-drawing table.
- [Chat Export Formatter](https://convertto.tech/t/chat-export-formatter): Drop in an exported conversations file and get clean Markdown, HTML or plain text — one document per conversation.
- [Checklist to Markdown](https://convertto.tech/t/checklist-to-markdown): Turn a plain list into Markdown task lists, HTML checkboxes or a numbered outline.
- [Markdown Editor & Viewer](https://convertto.tech/t/markdown-editor): Write markdown with a live preview, outline, formatting toolbar and one-click HTML, PDF or .md export.
- [Markdown Formatter](https://convertto.tech/t/markdown-formatter): Tidy Markdown — normalise headings, lists, tables and emphasis markers.
- [Markdown to DOCX Converter](https://convertto.tech/t/markdown-to-docx): Export Markdown as a DOCX with Word heading styles, lists and grid tables.
