# How to run an A/B test (split experiment)

Copy for LLM[View as Markdown](/articles/features/features/how-to-run-an-ab-test.md)

The **A/B testing** (or split experiment) method evaluates the performance of two or more variations of a web page. Split testing helps you to assess the effectiveness of page changes, for example, after adding new design elements or calls to action.

In a typical setup with a control group (A) and a single variant (B), each is usually assigned 50% of the traffic. You can adjust the numbers according to your preferences. The distribution among all variants must add up to 100%.

## Creating an A/B test[​](#creating-an-ab-test "Direct link to Creating an A/B test")

1. Sign in to your [Short.io](https://short.io/) account.

2. To access A/B testing options, you can either

   * shorten a new link, click **A/B testing** and then **Close**:

     ![](/assets/images/sshot_creating_link_add_ab_testing-235008e2b6b1d4361eebd409165a33cc.png)

   or

   * open a short link for editing and navigate to **A/B testing**:

     ![](/assets/images/sshot_add_ab_testing-901f4cc6a9bfd4a4e8ebd3b84d46dd5b.png)

3. The original URL is set by default in the **A/B testing** section. You can specify a variation page by clicking **+ Add variation** and entering the long URL of the page you want to test with:

   ![](/assets/images/sshot_ab_testing_long_url-65a744bca4d60574fd6ce7bf887d6530.png)

4. If necessary, adjust the percentage of users redirected to an alternative URL. The default setting is 50%:

   ![](/assets/images/sshot_ab_testing_percents-0a31424969f71daae097806a7e68d6de.png)

5. **Save** to confirm.

Hereafter, when a short link is clicked, the given percentage of users will be directed to the original page, while the remaining percentage will be sent to the variation page(s).

tip

You can add up to 10 variations.

## Deleting a variation[​](#deleting-a-variation "Direct link to Deleting a variation")

1. From the **A/B testing** section, click **X** next to the variation you want to remove:

   ![](/assets/images/sshot_ab_testing_remove-ce7f3f1e34877aad68813e93f66957ef.png)

2. **Save** to confirm.
