> For the complete documentation index, see [llms.txt](https://docs.pushpushgo.company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pushpushgo.company/campaigns/ab-test/create/variants.md).

# Variants

While working on your test, you can save it as a draft and come back to it later. However, you need to have a minimum of 2 and up to 10 variants in your test to proceed.

At the top of the Variants step you will see tabs, with one tab for each variant. To add a new variant, click on the ‘Add variant’ button on the right of the variants tabs.

Above each variant, there is a trash icon. The trash button deletes a variant.

![](/files/BkeSkj8Q4lU3TWDxck2J)

The variant's anatomy is the same as in the push creator. For a valid variant you need to provide:

* title
* message
* link

Other settings you can add or modify are:

* icon (if none is provided, we will use your project logo or, if you haven't uploaded any, the green image with the bell icon),
* image (big image visible in some browsers),
* require interaction option (for Chrome browsers only: variant will be displayed until user clicks on it),
* variant action buttons (up to 2 buttons).

Images for both icon and image can be uploaded from your device or you can choose some from your "Recently uploaded".

You can check how the current variant looks like in a notification’s preview located in a column on the right-hand side of the page.

If you have set up some default settings (the gear icon on the right side), such as:

* UTM parameters,
* action buttons,
* expire date,
* require interaction.

they will be automatically applied to your variants, but you can modify them as you like.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pushpushgo.company/campaigns/ab-test/create/variants.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
