# Preview Before Going Live

You can preview any test directly in your browser with Shoplift's **Preview Mode**. Preview Mode can be used on draft, active, and ended tests.

### Using Preview Mode

On a given test draft or report, hover over your variant preview and select **Preview in Browser**. This opens Preview Mode in a new tab.

When using preview mode, you can experience your test as a website visitor would.

### Switching Between Variants

At the bottom of the preview window, you’ll see a toolbar that lets you switch between:

* **Original (A**) – your current experience
* **Variant (B)** – your test experience

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

You can navigate across your site while the preview is active to see how each page looks when assigned to the A or B variant.

{% hint style="info" %}
**FAQ: Why do my edits show up on my original and variant previews?**

If making edits to a template test in Shopify affected your original template, you likely made theme-level edits to your variant template. You should revert these edits and set up a new test by clicking "Test a theme or global element."
{% endhint %}

### Exiting Preview Mode

To return to your live site, simply select Exit in the toolbar.


---

# 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.shoplift.ai/get-started/quickstart/preview-before-going-live.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.
