# Using These Docs With AI

Read or download individual Markdown pages and documentation indexes.

Canonical URL: https://docs.phasefolio.com/reference/ai-readable-docs
Last updated: 2026-09-08

## Fetch a page as Markdown

Every page has a **View Markdown** link and a **Copy page** action. Append `.md` to an article path to retrieve its Markdown representation. The documentation home is available at `/index.md`.

```bash
curl https://docs.phasefolio.com/atlas/quickstart.md
```

The Markdown response includes the page title, description, canonical URL, last-updated date, and the same guide content shown in the HTML article. Links are absolute so that copied or downloaded content remains navigable.

## Discover the documentation

| Resource                               | Contents                                                 |
| -------------------------------------- | -------------------------------------------------------- |
| [llms.txt](https://docs.phasefolio.com/llms.txt)                  | A concise index linking to every published guide.        |
| [Atlas index](https://docs.phasefolio.com/atlas/llms.txt)         | Atlas guides and reference links.                        |
| [Workspace index](https://docs.phasefolio.com/workspace/llms.txt) | Workspace guides and reference links.                    |
| [llms-full.txt](https://docs.phasefolio.com/llms-full.txt)        | All published guides in a single Markdown text response. |
| [sitemap.xml](https://docs.phasefolio.com/sitemap.xml)            | Canonical HTML page URLs.                                |

These indexes help assistants locate documentation. `llms.txt` is a community proposal, not a guarantee that a model or crawler will discover, read, or obey a page.

## Give an assistant the right context

Provide the specific guide URL and name the task you want help with. Ask the assistant to distinguish documented behavior from assumptions and to keep source coverage and product access limits intact.

Documentation access grants no product access. These pages contain public instructions; they do not expose account records, private landscapes, credentials, or an authenticated API session.

## Use the product integration separately

User documentation is separate from the supported API/MCP interfaces. For available integrations and authentication requirements, see [AI and MCP access](https://phasefolio.com/mcp). Do not infer a supported API endpoint from a browser route or an example in a user guide.
