AI Ingestion
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.
Supported Shortcuts
We support a variety of shortcuts and configurations to make it easier to use your documentation in AI tools.
/llms.txt
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/llms-full.txt
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.md extension
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.mdcontextual menu
You can enable a contextual menu to allow users to copy markdown source, view markdown source, or open ChatGPT with the page content.
⌘ + c shortcut
Copy markdown source of any page using command + c.