llms.txt is a proposed standard, published at llmstxt.org, for a single Markdown file served at the root of your domain — /llms.txt. Its job is to hand an AI assistant a curated map of your site: which pages matter, what each one covers, and where to find them.
The format is plain Markdown with a fixed shape. It opens with an # H1 line naming the site, followed by a > blockquote summarizing what the site is in a sentence or two. After that come ## section headings — "Buying guides", "Collections", "Policies" — each containing a list of links in the form [page title](url): one-line description.
That is the whole spec. There are no directives, no user-agent blocks, no permissions. If you have written a robots.txt file before, set that mental model aside: llms.txt is closer to a well-organized reading list you would hand a new employee than to a set of crawler rules. It describes; it never controls.