Skip to main content
Every page in these docs is also available as clean Markdown. This is useful for feeding an AI assistant accurate, current context about Vero instead of relying on what it already “knows”, which may be outdated or wrong.

Markdown for any page

Add .md to the end of any docs URL to get that page as plain Markdown:
This works for every page, including the API reference.

Full documentation index

llms.txt lists every page in these docs with a short description, so an LLM can decide what’s relevant before fetching it:

Using this with an AI tool

  • Claude, ChatGPT or another chat assistant: paste a docs URL (with or without .md) directly into the chat and ask your question.
  • Claude Code, Cursor or another AI coding tool: point it at llms.txt so it can pull in specific pages as needed instead of guessing at the Vero API from training data.
If you’re building against the Vero API, feeding an assistant the relevant endpoint page as Markdown usually gets a more accurate answer than a general question about “the Vero API.”

See also

Use Vero with AI

Connect Vero itself to an AI assistant through our MCP server, not just the docs.