Agent resources

This docs site implements the Agent-Friendly Documentation Spec. It publishes plain-text entry points that AI agents can fetch before answering questions about Rabbithole.

Files for agents

Use these files when an agent needs to read the English documentation:

  • /llms.txt: a discovery index listing the documentation pages. Use it when the agent can fetch only the pages it needs.
  • /llms-full.txt: the full English documentation in one text file. Use it when the agent needs the whole docs context and has enough context window.

What to tell an agent

Paste this into your agent:

Use /llms.txt from this documentation site as the Rabbithole docs index.

Copy a single page

The Markdown links for individual pages are listed in /llms.txt. For example: /getting-started/introduction.md.

When browsing manually, use Copy Markdown in the page header to copy the current page without navigation or site chrome.