Create your llms.txt file

Generate a llms.txt file for your website to help LLMs index and understand your content.
llms.txt is a markdown file that provides LLM-friendly summaries and links for your site. Learn more.

How does llms.txt work?

llms.txt is a markdown file placed at /llms.txt on your website. It provides LLMs with a summary, details, and links to key resources in a format that's easy to parse and index.

llms.txt Example

# My Project

> A short summary of my project for LLMs.

Extra details or notes about the project.

## Files

- [Docs Home](https://yoursite/docs/index.md): Main docs
- [API Reference](https://yoursite/api.md): API details

## Optional

- [Extra Resource](https://yoursite/extra.md)
  • # Title: H1 with your project/site name (required)
  • > Summary: Blockquote with a short summary (required)
  • Optional details or notes (plain markdown)
  • ## Files: H2 section with a markdown list of links (recommended)
  • ## Optional: H2 section for extra/secondary links (optional)