Skip to main content
Every page in these docs is available as clean Markdown that AI tools can read. Use whichever method fits the size of the task—a single page, a product area, or the whole site.

Copy or open any page

Every page has an AI menu at the top. Use it to copy the page as Markdown, view the raw Markdown, open the page in Claude, ChatGPT, Perplexity, or Google AI Studio, or add the docs to Cursor or VS Code.

Get a page as Markdown

Append .md to any page URL to get its Markdown directly:
This is the cleanest way to hand one page to an AI tool or fetch it programmatically.

Get the whole site

We publish the entire documentation set as a single file for LLM ingestion:
The same file is mirrored at https://docs.anchorage.com/.well-known/llms-full.txt.
llms-full.txt is large and can exceed an AI tool’s context window. For focused work, connect the MCP server or copy only the pages you need.

Which method to use