Learn how to feed your documentation into LLMs and AI tools
Documentation pages are content rich and can be a great source of information for LLMs for AI tools.Today, you can use your documentation to fine-tune a chatbot, answer questions about your product, or use it to generate code.
An industry standard that helps general-purpose LLMs index more efficiently (e.g. a sitemap for AI).Every documentation site automatically hosts a /llms.txt file at the root that lists all available pages in your documentation.Open llms.txt for this site
A markdown file of all your content is automatically available at /llms-full.txt.llms-full.txt contains the entire content of your docs, and is a great way to provide a complete context to AI tools.Open llms-full.txt for this site
Add .md to an individual docs page to see a markdown version of that page. Helps load individual pages into AI tools with better token efficiency & inference time.Open quickstart.md