Rules and Segmentation
Reforge provides powerful rules that can you can compose to target exactly the users you're interested in.
Segments are reusable sets of rules that you can use across multiple feature flags.
tip
Rules are evaluated in order. You can drag and drop rules to rearrange them. The first matching rule determines which variant is served.
When a rule matches, you can either:
- Return a specific variant (e.g.
true
,false
, oryellow
) - Return a variant based on a percentage (e.g.
true
10% of the time andfalse
90% of the time)
Note that the variant determined by percentage rollouts is "sticky" to the provided lookup key and won't change unless the key changes or the percentage values change.