For questions regarding feature flags - enabling features based on flags on users/roles to do canary style deployments.
Feature flags are a method of restricting access to (potentially new) features to certain users (or roles/groups, depending on the setup).
One aspect of using feature flags is that you can introduce new features without opening them up to all users, enabling you to do canary deployments, to avoid widespread impact in case of issues.