> ## 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 and power calculations.

<Frame>
  <img src="https://mintcdn.com/funnelfox/hmy4sWiUW5CksXBW/assets/experiment-results.png?fit=max&auto=format&n=hmy4sWiUW5CksXBW&q=85&s=8d61527f2e43d869708a2195603ad4db" width="1920" height="879" 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 current status
* Create a new experiment
* Enable or pause a running experiment
* Open the analytics overview for any experiment

<Frame>
  <img src="https://mintcdn.com/funnelfox/5Zfy2RyXFajObgkI/assets/dashboard-experiments-list.png?fit=max&auto=format&n=5Zfy2RyXFajObgkI&q=85&s=f044ae7929d5e705845efcb812ab37d5" alt="Experiments list in the FunnelFox dashboard" width="3292" height="1184" 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="/dashboard/create-experiments">
  Set up your first A/B test — choose funnels, configure traffic split, and launch.
</Card>
