# Markdown Negotiation Skill

This site supports Markdown negotiation for AI agents.

When an agent sends `Accept: text/markdown`, the server returns a markdown rendering of the HTML page.

Response headers include:
- `Content-Type: text/markdown`
- `X-Markdown-Tokens` when the request provides this header

This enables agents to receive structured markdown content while regular browsers continue to receive HTML.