Skip to content

Instructor Now Supports llms.txt

We've added automatic llms.txt generation to Instructor's documentation using the mkdocs-llmstxt plugin.

What is llms.txt?

The llms.txt specification helps AI coding assistants access clean documentation without parsing complex HTML. Think "robots.txt for LLMs."

What This Means

Your AI coding assistant (Copilot, Claude, Cursor) now gets better access to: - Getting started guides - Core concepts and patterns
- Provider integration docs

This should result in more accurate suggestions and better understanding of Instructor's features.

Implementation

We're using the mkdocs-llmstxt plugin to automatically generate our llms.txt from our existing markdown documentation. Every time we update our docs, the llms.txt file stays current automatically.

No manual maintenance, always up-to-date.

Resources