> ## Documentation Index
> Fetch the complete documentation index at: https://docs.1price.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Build: Experiment

> The basis of comparing two offers

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/HeroExperiments.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=51c3349d0e571fd5fd345a4a5974339e" style={{ borderRadius: "0.5rem" }} width="1400" height="751" data-path="images/HeroExperiments.png" />
</Frame>

The 1Price platform allows you to create Experiments that compare two [Offerings](/build/offers)
against each other. Experiments are able to have data-driven [Results](/build/results)
that determine the better Offering.

### Experiment Configurations

After setting up your [Offerings](/build/offers) and adding them to an [Experiment](/build/experiment), 1Price will then randomly assign users to a cohort where they will only see only one of the two Offerings.

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/ExperimentDashboard.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=27642c464296a911f878bf8abf05c663" style={{ borderRadius: "0.5rem" }} width="1395" height="659" data-path="images/ExperimentDashboard.png" />
</Frame>

Navigate to the **Dashboard** tab and choose **+ New** then fill in the Experiment Name, Control Offering, Treatment Offering, and the size of the Audience Set. Once you've entered this information, click **Create Experiment**.

<Tip>
  {" "}

  Users are assigned to different cohorts based on the size of the `audience set`
</Tip>

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/CreateExperiment.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=c883f9111076f7eff68a5aee268b0ce3" style={{ borderRadius: "0.5rem" }} width="1166" height="824" data-path="images/CreateExperiment.png" />
</Frame>

### Required Fields

<ParamField path="Experiment Name" type="string" required>
  The name of the experiment
</ParamField>

<ParamField path="Control Offering" type="offer" required>
  The offering that will be used as the Control group
</ParamField>

<ParamField path="Treatment Offering" type="offer" required>
  The offering that will be selected as the Treatment group
</ParamField>

<ParamField path="Audience Set" type="percent" required>
  The percentage of new customers that will be exposed to the price experiment
</ParamField>

<Tip>
  You can increase the audience set in 10% increments based on how much of your
  audience you want to be exposed to the test. Notably, the test is split evenly
  based on both offerings -- for instance, a test that enrolls 10% Audience Set
  would be 5% Control Offering and 5% Treatment Offering.
</Tip>

<Note>
  Experiments that are localized per country is currently in beta. Interested?
  Request access [here](mailto:hello@1price.co)
</Note>

### Running Multiple Tests Simultaneously

<Note>
  For now you can only do one test at a time -- multiple tests is currently in
  beta. For early access, request it [here](mailto:hello@1price.co)
</Note>

### Start an Experiment

Open the details of an **Experiment** by selecting it in the Experiment Table. After reviewing the experiment, choose **Start Experiment** to begin activating the test.

The `Pending` status will be changed to `In Progress`.

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/StartExperiment.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=09d64eb834523a5cd02a92668943ba6e" style={{ borderRadius: "0.5rem" }} width="1600" height="919" data-path="images/StartExperiment.png" />
</Frame>

<Warning>
  Only after starting an experiment, ensure all the [Code
  Components](/quickStart/stepOne) have been properly added to your app where
  there are pricing options.
</Warning>

### FAQs

**Can I edit the Offerings in a started experiment?**

You can edit an Offering for an active experiment, but just know that would make the results unusable. If you need to make a change to your Offerings, stop the experiment and create a new one with the updated Offerings.

**Can I run multiple experiments simultaneously?**

At the moment you can't. For early access request it [here](mailto:hello@1price.co)

**Can I add more than two offers to an experiment?**

No, as adding more offers will dilute the results of the experiment. Instead try adding multiple experiments simultaneously to achieve the same result.

**Can I edit any details after starting experiment?**

Before an experiment has been started, all aspects can be edited. However, once an experiment has been started, no details of the experiment can be changed.

**Can I restart an experiment after it's been stopped?**

After you choose to stop an experiment, new customers will no longer be enrolled in it, and it cannot be restarted. If you want to continue a test, create a new experiment and choose the same Offerings as the stopped experiment.

**What happens to customers that were enrolled in an experiment after it's been stopped?**

New customers will no longer be enrolled in an experiment after it's been stopped, and customers who were already enrolled in the experiment will begin receiving the `Default Offering` if they reach a paywall again.
