What is a feature flag what-is-a-feature-flag
A feature flag is a mechanism that lets you turn features of your application on or off at runtime — without redeploying code.
Feature flags decouple code deployment from feature availability. You can ship new code to production with the feature hidden behind a flag, then switch it on whenever you are ready — for all users, or for a targeted subset.
This separation significantly reduces risk. Developers can build and ship continuously with minimal disruption, while product teams retain full control over when and to whom a feature becomes visible.
NOTE
In Experience Rollouts, a feature flag is the most atomic unit of feature control. It can be used on its own to target a single feature, or combined with other flags in a feature group or release.
recommendation-more-help
42054029-35df-4043-8b25-1861ed5741a3