# AI-ready documentation

Published: August 24, 2026

<img loading="lazy" class="rounded-2xl border dark:border-zinc-700" src="/img/blog/ai_ready_docs_hero.png" width="800" height="225" />

The Flux documentation is now easier for coding agents to consume. Every page has a markdown version, agents can discover it through emerging standards and retrieve the context they need without parsing a full webpage.

## Clean markdown output

Append `.md` to any docs URL and you get clean, structured markdown — up to 98% smaller than the HTML version:

```
https://fluxui.dev/components/button.md
```

The output isn't just HTML converted to markdown, it's a perfect translation of the docs written in Blade. To produce it, we're parsing the Blade structure in the source files and translating each part to its proper markdown equivalent.

## Discoverable by agents

We've shipped llms.txt, implemented content negotiation, added alternate link headers, a sitemap, an agent-aware robots.txt — all of it. So no matter what agent you're using, it knows how to get the content it needs.

## Better Boost results

[Laravel Boost](https://boost.laravel.com) already pulls from the new markdown endpoints, so Boost-powered agents get dramatically better Flux search results out of the box.

---

[Point your agent at llms.txt →](https://fluxui.dev/llms.txt)
