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

# Create an Experiment

> Get up and running with FlagSync Experiments in minutes.

## Creating Your First Experiment

Let’s tie it all together—using the `new-feature` flag ([Quickstart: Set Up a Flag](/quickstarts/flag)), its impressions ([Quickstart: Integrate the SDK](/quickstarts/sdk)), events ([Quickstart: Send Events](/quickstarts/events)), and metrics ([Quickstart: Define Metrics](/quickstarts/metrics))—to test if the new layout drives more sign-ups.

<Steps>
  <Step title="Add an Experiment">
    In the dashboard, click "+" next to **Experiments** or go to [Create an Experiment](https://www.flagsync.com/dashboard/experiments/new/).
  </Step>

  <Step title="Set It Up">
    * **Name**: New Feature Layout Test
    * **Hypothesis**: The `new-feature` layout will boost user sign-up conversions.

    <Frame>
      <img alt="Experiment details form" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/experiment-details.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=42d04ab768a5f96b88c15e142c58506f" width="846" height="286" data-path="images/experiment-details.webp" />
    </Frame>
  </Step>

  <Step title="Select Metrics">
    Add the metrics from [Quickstart: Define Metrics](/quickstarts/metrics):

    * `Sign-Up CTA Click`: Tracks sign-up clicks (conversion rate).
    * `Sign-Up Complete`: Tracks sign-ups (conversion rate).

    <Frame>
      <img alt="Experiment metrics form" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/experiment-metrics.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=071f1cc150bca00984fbd867957d807c" width="846" height="180" data-path="images/experiment-metrics.webp" />
    </Frame>
  </Step>

  <Step title="Pick Your Flag">
    Select the `new-feature` flag from [Quickstart: Set Up a Flag](/quickstarts/flag).

    <Frame>
      <img alt="Experiment flag form" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/experiment-flag.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=573c673a471a4b4c98e78a1000b28c39" width="846" height="183" data-path="images/experiment-flag.webp" />
    </Frame>
  </Step>

  <Step title="Set the Baseline">
    Choose `Disabled` as the baseline (the old layout).

    <Frame>
      <img alt="Experiment baseline form" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/experiment-baseline.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=0999ed2c4732a51d3835a5f901b701a3" width="844" height="131" data-path="images/experiment-baseline.webp" />
    </Frame>
  </Step>

  <Step title="Configure Rollout">
    Split traffic across variants:

    * **Enabled**: 50%
    * **Disabled**: 50%

    <Tip>
      Percentages must total 100%.
    </Tip>

    <Frame>
      <img alt="Experiment rollout form" src="https://mintcdn.com/flagsync/dTCxWdoh9aH45uVC/images/experiment-rollouts.webp?fit=max&auto=format&n=dTCxWdoh9aH45uVC&q=85&s=aa2323d6eec6c5f6d6df84fb7295e82e" width="845" height="252" data-path="images/experiment-rollouts.webp" />
    </Frame>
  </Step>

  <Step title="Save It">
    Click "Create Experiment" to save.
  </Step>

  <Step title="Launch It">
    From the **New Feature Layout Test** page, click **Start** to begin.
  </Step>
</Steps>

## Next Steps

Your experiment is live—now see the results:

* Monitor outcomes in [Monitoring and Analysis](/experiments/monitoring).
* Review setup in [Events](/quickstarts/events) or [Metrics](/quickstarts/metrics).
