# \[Troubleshooting] How to Force the Display of a Variation?

You may want to switch from one variation to another or force the display of a variation. In this article, you will find three different ways to do so.

## \[Recommended] Using the QA Assistant <a href="#h_01gfxfx8hd6yf0ygqreetm1wkg" id="h_01gfxfx8hd6yf0ygqreetm1wkg"></a>

We recommend using the [QA Assistant](/web-experimentation-and-personalization/qa-step/qa-mode--qa-assistant.md) to switch from one variation to another as this is the easiest method. Start by launching the QA Assistant.

{% tabs %}
{% tab title="From the platform" %}

1. Access the **QA & Overview** step of your campaign.
2. Click **Open QA Assistant**. The URL entered in the **Main information** step opens in a new tab and the QA Assistant opens in a panel at the bottom of your page.
   {% endtab %}

{% tab title="From your website" %}

1. Access your website.
2. Press **\[Alt+Q+A]** (for Windows) or **\[Ctrl+Q+A]** (for Mac). The QA Assistant opens in a panel at the bottom of your page
   {% endtab %}
   {% endtabs %}

The **Campaigns** tab is displayed by default and divided into two sections:

* A list of all the campaigns you are assigned to is shown under "Live campaigns on this page";
* A list of all the campaigns currently running on your website, whether you are assigned to them or not, is shown under "Live campaigns on this website”.

You must be assigned to the campaign in order to switch to another variation. The dropdown menu next to the campaign name allows you to select the variation you want.

If you are rejected from a campaign, you can force the display of an experiment from the QA Assistant directly, thanks to the "Force display" option:&#x20;

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

Using this feature will allow you to override the usual targeting rules, making it easier to test or showcase your campaign without any restrictions. Be cautious when using this option as it may lead to unintended exposure beyond the target audience, affecting overall campaign metrics.

## \[Expert] Modifying the ABTasty cookie value <a href="#h_01gfxfy0wkahfj4bm3wsfhk369" id="h_01gfxfy0wkahfj4bm3wsfhk369"></a>

AB Tasty works thanks to [***2 first-party cookies***](https://support.abtasty.com/hc/en-us/articles/6416315967004). One is used as a tracking cookie, and the other is a technical cookie used for various technical purposes and is stored during the current visitor session only.

| **Name** | **Purpose**                                                                                   | **Time-to-live (TTL)** |
| -------- | --------------------------------------------------------------------------------------------- | ---------------------- |
| ABTasty  | Gathering campaign data: **visitor ID**, **campaignHistory**, timestamp, and account settings | 13 months              |

The ABTasty cookie has two parts. The first part includes data and details about the visitor.

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

The second part includes information about the campaign the visitor has been allocated to.

<figure><img src="/files/6Jp0IgPUsiozRlDRAjC8" alt=""><figcaption></figcaption></figure>

The **Campaign ID** and **Variation ID** can be found in the editor.<br>

Once you retrieve the **Variation ID**, you can force the variation by changing the AB Tasty cookie value in your browser.

1. Access the URL of your campaign, right-click **Inspect,** or press **\[Ctrl+Shift+I]** (in Windows) or **\[Cmd+Shift+I]** (in Mac).
2. Open the **Application** tab and click **Cookies** in the left panel.
3. Select the URL of your website.
4. Search for the “ABTasty” cookie and click the corresponding line.\
   You can see the cookie value with its different parameters.

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

In this example, the value **757345** corresponds to the **test ID** and the value **0** corresponds to the **Variation ID**.\
The original variation will always display the value **0** as a variation ID.

To force the display of variation 1, you need to change the **Variation ID** parameter. In our example, it corresponds to value **941354**.

To replace the variation ID, double-click the **Value** column, retrieve the parameter you want to change (**th**), and modify it.

Refresh the page. You should be assigned to the variation.


---

# 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.abtasty.com/help-center/troubleshooting/troubleshooting-how-to-force-the-display-of-a-variation.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.
