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

# Experiments overview

> Learn how FunnelFox A/B experiments work and how to get started running them.

An experiment in FunnelFox is an A/B test. Each experiment has one URL, one control funnel, and one or more variant funnels. FunnelFox splits incoming traffic between those funnels according to the weights you configure.

## How experiments work

When a user visits the experiment URL, FunnelFox assigns them to a variant.

Every session, purchase, and event is recorded with the experiment context attached. This lets FunnelFox compute per-variant conversion rates, ARPU, and statistical metrics so you can see which funnel actually performs better.

The first variant in your experiment is always the **control** — the baseline everything else is measured against. All other variants are compared to it using statistical significance.

<Frame>
  <img src="https://mintcdn.com/funnelfox/rkcW2wbZewn5yZPv/assets/experiment-results.png?fit=max&auto=format&n=rkcW2wbZewn5yZPv&q=85&s=411663e780493b8a0df29bcdf51a71d4" width="1920" height="989" data-path="assets/experiment-results.png" />
</Frame>

### Experiments page

The [Experiments page](https://app.funnelfox.com/experiments) in the dashboard is where you manage all your tests. From there you can:

* View all your experiments and their status: Draft, Running, or Completed
* Create a new experiment
* Finish a running experiment, or re-enable a finished one
* Open the analytics overview for any experiment

<Frame>
  <img src="https://mintcdn.com/funnelfox/rkcW2wbZewn5yZPv/assets/dashboard-experiments-list.png?fit=max&auto=format&n=rkcW2wbZewn5yZPv&q=85&s=a1210ecd41a9a4af2162f650f7540229" alt="Experiments list in the FunnelFox dashboard" width="1920" height="989" data-path="assets/dashboard-experiments-list.png" />
</Frame>

## Get started

Ready to run your first test? The next guide walks you through creating an experiment step by step.

<Card title="Create an experiment" icon="flask" href="/docs/dashboard/create-experiments">
  Set up your first A/B test — choose funnels, configure traffic split, and launch.
</Card>
