> For the complete documentation index, see [llms.txt](https://docs.shoplift.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shoplift.ai/get-started/quickstart/launch-your-test.md).

# Launch & Monitor Your Test

### QA your test

* [ ] Using Preview Mode function, open your test variant in a new window.
* [ ] When previewing you will see the preview toggle at the bottom of the screen. You can switch between the A and B sides of the test using this toggle.
* [ ] If you are previewing a theme test, run through your entire website, from homepage to checkout, to ensure your pages are displaying and functioning correctly.

{% hint style="info" %}
Use our in-depth [QA checklist](/test/qa-checklist.md) to ensure that your tests are all set to launch, and look good once you've set them live.&#x20;
{% endhint %}

### Launch your test

If everything looks good, you're now ready to launch your test!

When your test is launched it will be published immediately and your site visitors will begin to see the new variant on your storefront according to your test parameters.

{% hint style="info" %}
**FAQ: Can I run multiple tests at the same time?**

The short answer is yes! Shoplift uses a sophisticated mutual exclusion system to prevent major interactions between active tests. See [Running Multiple Tests Simultaneously](/test/running-multiple-tests-simultaneously.md) for more information.
{% endhint %}

### Check your live test

Now that your test is live, we recommend opening a few incognito browsers and navigating to your tested page(s) to ensure that everything is working as expected. If you notice any mistakes, you can always pause your test to make your fixes, and resume it once the fixes are made.

Depending on your traffic allocation between your original and variant, you may need to open and close a few incognito browsers before you are sent to the test variant.

{% hint style="info" %}
If you have any concerns about launching your test, feel free to start a chat with our [Customer Support](broken://pages/BZDv9d1utwcXtufWrzA4) team or email <help@shoplift.ai> for assistance.&#x20;
{% endhint %}


---

# 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.shoplift.ai/get-started/quickstart/launch-your-test.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.
