# Coding agents

Use FormsReach docs with AI coding agents - Copy as Markdown, raw .md URLs, llms.txt, and the installable skill.

## Copy as Markdown

Every docs page has **Copy as Markdown** in the header. Paste into Claude, Cursor, ChatGPT, or any agent chat.

## Raw `.md` URLs

Append `.md` to a guide path:

- HTML: `https://formsreach.com/docs/channels/whatsapp/`
- Markdown: `https://formsreach.com/docs/channels/whatsapp.md`

Home: [https://formsreach.com/docs/index.md](/docs/index.md)

## llms.txt

- Curated index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/docs/llms-full.txt)

## Agent skill

Install the FormsReach skill for Claude Code / Cursor-style agents:

- Marketing guide: [formsreach.com/skills](https://formsreach.com/skills)
- GitHub: [github.com/formsreach/skills](https://github.com/formsreach/skills)

```bash
npx skills add formsreach/skills
```

## Accuracy rules for agents

- Prefer these docs and the dashboard snippets over inventing field names
- Public submit: `https://api.formsreach.com/submit`
- Public field: `api_key`
- SDK packages: `@formsreach/js`, `@formsreach/react`, `@formsreach/vue`
