# Create a Split Variant

*If you using Webflow then you should follow the guide here:* [Optibase Webflow App](/webflow-app/optibase-webflow-app.md)

The first Variant you create in a Split Test will be the Entry Variant. An Entry Variant will be the entry to your Split Test. When a user lands on the Variant, they will either stay on the page or be redirected.

If a user lands on a non-entry Variant, they will not be redirected.

1. To set up a Variant, navigate to the page of the Split Test by clicking on it on the "Tests" page:<br>

   <figure><img src="/files/d5AAqY5ppG5LLURaMokD" alt=""><figcaption></figcaption></figure>
2. Click on the "New variant" button:<br>

   <figure><img src="/files/OmQDfmcX0qaP5rEn8b8D" alt=""><figcaption></figcaption></figure>
3. Name your variant and define the Variant URL. If you are performing the Split Test on a single domain and will not be redirecting the user to a different domain, you can select the "Same domain path" option. If you select this option, you should only define the Path, not the whole URL.\
   \
   Example URL: `https://example.com/landing`\
   Example Path: `/landing`

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

A Split Variant doesn't need to be connected to any HTML elements on your page. When a user lands on a website, the custom script you have added to your website will check that URL/Path and handle the Split Tests.

*Note:* By clicking on the Variant you can:

* Change the name and URL of the Variant.
* Reset the Variant Conversion Events and Page Views.
* Delete the Variant.

*Note: Currently you can not stop showing a Split Variant to the users without deleting it. This is a feature that is coming soon.*


---

# Agent Instructions: 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://docs.optibase.io/features/tests/create-a-split-variant.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.
