# Markdown Content Negotiation

Prizmad supports HTTP content negotiation for AI agents. Send `Accept: text/markdown` to receive a lightweight markdown version of any public page.

## Usage

```http
GET / HTTP/1.1
Accept: text/markdown
```

## Response Headers

- `Content-Type: text/markdown; charset=utf-8`
- `x-markdown-tokens: <estimated token count>`
- `Content-Signal: ai-train=yes, search=yes, ai-input=yes`

## Supported Pages

- `/` — Homepage
- `/pricing` — Plans and pricing
- `/contact` — Contact page
- `/agency` — Agency program
- `/referral` — Referral program
- `/privacy` — Privacy policy
- `/terms` — Terms of service
- `/auth/sign-in` — Sign in
- `/auth/sign-up` — Sign up

## Discovery

Pages include `<link rel="alternate" type="text/markdown">` for automated discovery.
