DOCS

llms.txt implementation guide


llms.txt is a proposed standard (originated by Jeremy Howard / Answer.AI in 2024) that places a Markdown summary of your site at the URL /llms.txt. It serves the same role for LLMs that robots.txt serves for crawlers and sitemap.xml serves for search engines.

Minimum viable llms.txt

# Acme Corp

> One-line description of the company.

- Founded: 2024
- HQ: Tokyo, Japan

## Pages
- [Home](https://example.com/): one-line summary
- [Pricing](https://example.com/pricing): one-line summary

See it live

lookupai's own /llms.txt is the canonical example.

}