> ## Documentation Index
> Fetch the complete documentation index at: https://help.getvero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use our docs with AI

> Give any LLM or AI coding tool clean, up-to-date context from Vero's documentation using our llms.txt files.

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:

```
https://help.getvero.com/vero-2/campaigns/broadcasts/create-a-broadcast.md
```

This works for every page, including the [API reference](/api-reference/overview).

## 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:

```
https://help.getvero.com/llms.txt
```

## 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.

<Tip>
  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."
</Tip>

## See also

<Card title="Use Vero with AI" icon="wand-magic-sparkles" href="/vero-ai/overview">
  Connect Vero itself to an AI assistant through our MCP server, not just the docs.
</Card>
