# Honda Client Documentation > Referenced from main CLAUDE.md. Honda has no client-specific profiles or checks at present. ## Overview Honda is set up as a client tile in the platform but uses the **generic** `static_general` and `video_general` profiles only. No client-specific QC tools, profiles, or prompt tuning have been built for Honda. ## Profiles available | Profile | Notes | |---------|-------| | `static_general` | 10-check baseline static QC profile shared with all clients | | `video_general` | Generic video QC profile | ## Adding Honda-specific work If Honda-specific QC needs arise (brand guidelines, dealer-template compliance, etc.), follow the established client pattern: 1. Create `honda_*` check modules under `backend/visual_qc_apps/` 2. Create a `honda_static.json` (or similar) profile in `backend/profiles/` 3. Update `client_config.py` to add the profile to the Honda client's profile list 4. Capture tuning history and known limitations in this file See `CLAUDE_AMAZON.md` and `CLAUDE_BOOTS.md` for examples of full client builds.