# A/B/n tests

{% embed url="<https://www.loom.com/share/8f3739ba1d9d49be9249dd2802e92054>" %}

An A/B/n test is a `Test` [experiment](https://docs.hypertune.com/concepts/experiments) with a single dimension with two or more arms.

To create an A/B/n test, insert an `Experiment` expression in your flag logic. Create a new experiment from the dropdown. By default, it will have two arms called `Test` and `Control` each allocated 50% of traffic. In your flag logic, enable your feature for the `Test` arm and disable it for the `Control` arm.

To change the number of arms or their traffic percentages, navigate to the experiment page from the dropdown.
