# View or copy docs pages as markdown (https://depot.dev/changelog/2026-05-29-markdown-for-docs-and-ai-agents)

> Published 2026-05-29

Previously, LLMs and agents could get the markdown versions of Depot docs by sending an `Accept: text/markdown` request header. That still works, but now you can append `.md` to any page URL to return raw markdown for every doc, blog, and changelog.

Check it out: [https://depot.dev/docs/ci/quickstart.md](https://depot.dev/docs/ci/quickstart.md)

Each docs page also has a **Copy markdown** button that copies the page's markdown to your clipboard in one click.

<img alt="Copy markdown button on a Depot docs page" src="/images/changelog/2026-05-29-copy-markdown.png" width="1876" height="698" />

## For AI Agents

The full site index is at [llms.txt](https://depot.dev/llms.txt). Append `.md` to any documentation, blog, changelog, or customer URL to fetch its markdown source directly.