User ManualFeature Flags

Feature Flags

/flags manages percentage rollouts for your features.

Creating a flag

Click New flag. You’ll be asked for:

  • Flag key — lowercase, dashes ok. This is the identifier you’ll reference from your code.
  • Display name — human-readable label.

Each row

ColumnWhat it does
KeyIdentifier referenced from your code.
NameHuman-readable label.
StatusOn / Off pill — click to toggle.
RolloutSlider from 0% to 100% — release the slider to apply.
DeleteRemoves the flag (confirms first).

How rollouts work

Flags are evaluated by the SDK based on the user’s distinct_id. The same user always gets the same answer for a given rollout percentage — so a 50% rollout reaches the same users until you change it.