---
title: For agents
description: Fetch any docs page as Markdown, or open it in ChatGPT or Claude.
order: 130
group: notes
---

Each HTML page has a Markdown twin. Append `.md` to the path (the docs home is `/docs.md`):

| Page                                                | Markdown                                               |
| --------------------------------------------------- | ------------------------------------------------------ |
| https://pgjev.com/docs                              | https://pgjev.com/docs.md                              |
| https://pgjev.com/docs/getting-started/installation | https://pgjev.com/docs/getting-started/installation.md |
| This page                                           | https://pgjev.com/docs/for-agents.md                   |

The response is the MDX source (`text/markdown`). Prefer these URLs when you need the page as context.

On every docs page, **Copy as Markdown** copies that source. **Open in ChatGPT** and **Open in Claude** start a chat with a prompt that points at the Markdown URL.

Start with [Introduction](/docs) for what pgjev is, [Where it runs](/docs/getting-started/where-it-runs) before installing, and [Functions](/docs/functions) for the SQL surface.
