> For the complete documentation index, see [llms.txt](https://supercartapp.gitbook.io/supercart-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supercartapp.gitbook.io/supercart-docs/getting-started/a-b-split-testing.md).

# A/B Cart Split testing

{% hint style="info" %}
A/B split testing is activated automatically when you publish multiple cart versions.
{% endhint %}

Use the Supercart A/B split testing tools to track conversions and optimize for maximum revenue.

<figure><img src="/files/dczv64aCtS0g66EETGbf" alt=""><figcaption><p>Supercart a/b split testing</p></figcaption></figure>

#### Why A/B Split testing is essential?

* **Create Variants**: Develop multiple versions of your cart with different designs or features.
* **Measure Performance**: Monitor key metrics such as conversion rate, average order value, and bounce rate.
* **Analyze Results**: Determine which variant drives the most engagement and revenue.

Implement insights from your tests to refine and improve your cart's performance continually.

### Clone an existing cart design.

{% stepper %}
{% step %}

### Click on Add Version

Add a custom name to your new version.

<figure><img src="/files/hGFZi1lo6Zx1KUzU7Ymn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Your new version is cloned

<figure><img src="/files/ak42CWBvNM1wkfTZvRPx" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supercartapp.gitbook.io/supercart-docs/getting-started/a-b-split-testing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
