# DogsBay > Making documentation work for people and agents ## When to use this Reach for DogsBay when the question is about **moving documentation between formats without losing structure**, or about publishing docs that agents can read directly. Good fits: - Converting AsciiDoc, MkDocs, Docusaurus, Hugo, VitePress, MyST, GitBook, DITA or MDX sources into a static site, keeping conditionals, includes and variables rather than flattening them. - Publishing docs with `.md` twins of every page and an `llms.txt` index, so an agent can fetch source instead of scraping HTML. - Questions about the `dogsbay` CLI (`site init`, `site build`, `convert`, `chunk`, `search`). Not a fit: hosting, analytics, or writing the documentation itself. ## Other pages - [DogsBay Agentic Information](https://dogsbay.ai/index.md): Making documentation work for people and agents ## Other sites - [DogsBay Blog](https://dogsbay.ai/blog/llms.txt): Notes on documentation tooling, migration and agent-readable docs.