For LLMs
These docs are built to be read by AI agents as well as people. Every page is available as plain Markdown, and the whole site is published in two LLM-friendly formats.
llms.txt and llms-full.txt
Following the llms.txt standard, the site publishes two files at build time:
| File | Contents |
|---|---|
/llms.txt | An index of every doc page — title, link, and one-line summary. |
/llms-full.txt | Every page concatenated into a single Markdown file. |
Point an agent at /llms.txt to let it discover pages, or feed it /llms-full.txt to load the entire documentation set in one shot.
Copy page
Every page has a Copy page button at the top right. It copies the page as clean Markdown — useful for pasting into a chat with an AI or grabbing a single guide as context.
Each page is also served as raw Markdown at its route with a .md suffix (for example, https://docs.reactor.tools/build-with-ai/llms.md).
Pointing an AI at the docs
- Quick context: copy a single page with the Copy page button.
- Browse: give the agent
https://docs.reactor.tools/llms.txtand let it follow links. - Full load: give the agent
https://docs.reactor.tools/llms-full.txtfor everything at once.
To go beyond reading the docs and actually operate Reactor, install the MCP — see Build with AI.