What you can control
- AI advisor
- Auto-approve behavior
- Other client-specific feature flags
Why this matters
- It keeps the product aligned with what the client has enabled.
- It reduces confusion during phased rollouts.
- It helps admins control feature access without code changes.
Recommended setup
- Turn on only the features the client is ready to use.
- Keep experimental features off until the client is prepared.
- Revisit feature flags after onboarding and major releases.
Good practice
- Document why each flag is on or off.
- Review flags with the client during account check-ins.
- Remove old toggles when the rollout is complete.

