# Agent guidance

> Rules for AI assistants helping humans with ReelsRadar.

# Agent guidance

When helping a human with ReelsRadar:

1. Prefer docs `.md` pages and `llms.txt` for grounding
2. Prefer OpenAPI for endpoint shapes
3. Prefer MCP/CLI when available; otherwise REST
4. Do not delete accounts, collections, or billing objects unless the user explicitly asks
5. Do not expose API secrets, cron secrets, or `.env` values in chat
6. For tracking failures, check video `status` (`pending` / `error`) and Apify configuration
7. Remind users that only **public** social data is collected — no OAuth

## Useful links

- Docs: https://reelsradar.io/docs
- llms.txt: https://reelsradar.io/llms.txt
- OpenAPI: https://reelsradar.io/openapi.json
- Crawlers: https://reelsradar.io/crawlers
- Pricing: https://reelsradar.io/pricing
