---
title: Decision Framework
description: "Use a structured decision framework in Statsig to evaluate experiment results, including success criteria, ship versus iterate logic, and reviewer sign-off."
product: general
last_updated: 2025-09-18
token_estimate: 631
---
# Decision Framework

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

A decision framework standardizes how teams interpret experiment results and decide which group to ship. After you configure a decision framework on an experiment template, Statsig recommends a ship action for each experiment created from that template, based on how the primary and guardrail metrics move. The decision framework highlights recommended actions but doesn't enforce them. Use a decision framework when you want a consistent ship rule across a team's experiments. To require approval for every experiment change regardless of results, set up [reviews](https://docs.statsig.com/guides/setting-up-reviews) instead.

## Configure a decision framework

1. Open the [Templates page](https://console.statsig.com/templates) (_Settings > Templates_) and select the experiment template you want.
2. Open the _Decision Framework_ tab.
3. Select one primary metric and one or more guardrail metrics. Statsig bases its recommendation on how these metrics perform.

![Decision Framework tab on an experiment template](https://docs.statsig.com/images/templates/df_setup_3.png)

You can configure three types of recommendations:

- **Rollout Winning Group**: An icon appears next to the winning group in the **Make Decision** button.
- **Discuss**: A message appears on the experiment page recommending discussion before making a ship decision.
- **Do Not Roll Out**: An icon appears next to the control group in the **Make Decision** button.

![Recommendation icon shown in the Make Decision button](https://docs.statsig.com/images/templates/df_icon.png)

## Require reviews when a decision opposes the recommendation

You can require a review when a ship decision doesn't match the decision framework's recommendation. Turn on **Require reviews when decision opposes recommended decision** and add reviewers in the dialog box.

![Toggle and reviewer selection for decisions that oppose the recommendation](https://docs.statsig.com/images/templates/df_review.png)

After setup, Statsig requires a review in the following situations:

- **Rollout Winning Group**: Shipping a treatment group that isn't recommended.
- **Discuss**: Shipping any treatment group.
- **Do Not Roll Out**: No review required.

![Review prompt shown when shipping a group that opposes the recommendation](https://docs.statsig.com/images/templates/df_ship_review_2.png)

