Experiment Configuration
The Experiments section in GrowthBook is where you create experiments, configure their analysis, and review results. Before analyzing results, you need to run the experiment. GrowthBook supports several ways to do this:- Feature Flags (most common)
- Running an inline experiment directly with our SDKs
- URL Redirects
- Our Visual Editor
- Your own custom variation assignment / bucketing system
Creating an Experiment
GrowthBook uses a slim creation flow: you start by creating a minimal experiment, then configure everything else afterward on the experiment’s Overview page. To create a new experiment, go to the Experiments page and click Add → Create New Experiment. The creation modal only asks for the essentials:- Name
- Project (if you use projects)
- Template (optional, but recommended — see below)
- Holdout (optional)
- Hypothesis
- Assignment Attribute — the attribute hashed together with the tracking key to bucket users into variations
- Custom Fields — optional custom fields added by your organization to experiments
Start From a Template
Templates are the fastest way to create a consistent experiment. Selecting a Template in the creation modal pre-fills settings like the data source, goal/secondary/guardrail metrics, targeting, and traffic, so there is less to configure afterward. You can also require that all new experiments use a template under Settings → General → Experiment Settings. See the Experiment Templates guide for details.Finish Setup With the Pre-Launch Checklist
After creation, the draft experiment’s Overview tab includes a pre-launch checklist that guides you through the remaining steps, such as:- Selecting a data source and experiment assignment table
- Adding at least one goal metric
- Adding a linked Feature Flag, Visual Editor change, or URL Redirect
Configuring an Experiment
Most configuration happens after creation, on the experiment’s Overview tab. There are several different ways to configure your experiment analysis.Experiment Metadata
On the experiment page in the “Overview” tab near the top of the page, you can see the experiment name, tags description, hypothesis, and variation metadata. You can edit these fields as you see fit to help describe and categorize your experiment.Experiment Targeting and Traffic
You can also configure targeting and traffic to your experiment’s linked feature flags or visual editor changes. These settings do not have any effect on an experiment that is performing analysis only (with the exception of “experiment key”). On the “Overview” tab, you will see a section called “Targeting and Traffic” which allows you to modify these settings, such as: Experiment Key (tracking key) - This is the key that will be used when filtering your experiment assignment source to query experiment exposure data. Hashing attribute - This is the attribute that will be used to hash the user id to determine which variation they will be bucketed into. Fallback attribute (Sticky Bucketing enabled only) - The Fallback attribute be used when the hash attribute is missing or empty. For example falling back to an anonymous cookie identifier instead of a logged-in user id. Which ever attribute is first used to bucket the user into a variation will “stick”. For example, if the user is logged out when they first view an experiment, it would use the fallback device id. If the user later logs in, it will continue using the bucket from their device id, even though they now have a logged-in id as well. Targeting - Create matching conditions using attributes and saved groups or target by namespaces. Traffic - Choose the percentage of traffic (coverage) and set the relative weights of each variation.Analysis Settings
Here is where much of your experiment analysis is configured. On the experiment’s Overview tab, this section is accessed via the Edit Settings button — the label shown on the button that opens the Analysis Settings form. Many of the fields here have some text explaining how they affect your analysis. Here are a few of them in more detail:Permissions requiredThe Edit Settings button is only visible to users with permission to edit the experiment’s analysis settings (for example, the
Admin, Experimenter, or Project Admin roles, or a custom role with equivalent permissions). If you don’t have one of these roles, the button will not appear, and you’ll need to ask an organization or project admin to make changes on your behalf. See User Permissions for details on roles.- Respect Conversion Windows - This setting ensures that all conversion windows on your metrics are respected.
- Ignore Conversion Windows - This setting overrides all metrics to be as if they had no conversion windows. Lookback windows will not be overriden by this setting.

