> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anchorage.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM-ready docs

> Pull Anchorage Digital documentation into any AI tool as Markdown.

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:

```text theme={null}
https://docs.anchorage.com/platform/developers/setting-up.md
```

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:

```text theme={null}
https://docs.anchorage.com/llms-full.txt
```

The same file is mirrored at `https://docs.anchorage.com/.well-known/llms-full.txt`.

<Warning>
  `llms-full.txt` is large and can exceed an AI tool's context window. For focused work, connect the [MCP server](/knowledge-base/build-with-ai/connect-ai-assistant) or copy only the pages you need.
</Warning>

## Which method to use

| You need                           | Use                                                                  |
| :--------------------------------- | :------------------------------------------------------------------- |
| One page                           | The AI menu, or append `.md` to the URL                              |
| A product area, searched on demand | The [MCP server](/knowledge-base/build-with-ai/connect-ai-assistant) |
| The full documentation set         | `llms-full.txt`                                                      |
