# Targeting

## How to target experiments

Experiments integrate natively with Statsig's Feature Gates product to target interventions. Feature gates provide a rich language for targeting users by properties or segments. You can give an experiment a targeting gate to restrict an intervention to units that pass that gate. Go to [Feature Gates](https://docs.statsig.com/feature-flags/overview) for more information.

## When to target an experiment

Targeting an experiment makes sense when

* You want to gradually release the experiment to tiers of users
* Part of your hypothesis is that the experiment intervention only works for a target subset of users, e.g. mobile users
