> ## 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 Porto documentation into any AI tool as Markdown.

<Callout icon="vault" color="#ac96ff">
  You're viewing **Porto** documentation — a distinct product from Anchorage Digital's core custody platform. [Go to Anchorage Digital docs →](/knowledge-base/build-with-ai/overview)
</Callout>

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/porto/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/porto/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/porto/build-with-ai/connect-ai-assistant) |
| The full documentation set         | `llms-full.txt`                                                            |


## Related topics

- [LLM-ready docs](/knowledge-base/build-with-ai/llm-ready-docs.md)
- [Sandbox testing guide](/knowledge-base/platform/developers/sandbox/sandbox-testing-guide.md)
- [Build with AI](/knowledge-base/build-with-ai/overview.md)
- [Ready-made prompts](/knowledge-base/porto/build-with-ai/prompts.md)
