# Agent Instructions
## Wave API Documentation
Local copies of the Wave developer documentation are in `documentation/`. Always consult these files before making assumptions about the Wave API.
Key references:
- `documentation/index.md` — Table of contents for all docs
- `documentation/api-reference.md` — Full GraphQL schema (types, queries, mutations, inputs, enums)
- `documentation/oauth-scopes.md` — Available OAuth scopes
- `documentation/oauth-guide.md` — OAuth authentication flow
- `documentation/authentication.md` — Authentication overview
When working on queries or mutations, check the relevant example files in `documentation/` (e.g. `mutation-create-invoice.md`, `query-list-businesses.md`) for correct syntax and variable usage.