# General / Other Client Documentation > Referenced from main CLAUDE.md. The "General / Other" tile is the catch-all for users without a brand-specific client assignment. ## Overview `general` is the default client. Every authenticated user is granted access to it via `default_clients: ["general"]` in `backend/user_access.json`. It's the safe sandbox where new users can run analyses without an admin granting brand-specific access. ## Profiles available | Profile | Notes | |---------|-------| | `static_general` | 10-check baseline static QC profile | | `video_general` | Generic video QC profile | | `inclusive_accessibility` | 2-check accessibility-focused profile (accessibility + inclusive design) | ## Notes - The `general` client is intentionally generic — no client-specific tuning happens here. - New profiles created with `visibility: "all"` automatically appear in this client's profile list. - For client-specific work, set up a dedicated client tile and use a `client_specific` profile rather than adding to `general`.