# Test without going live

In case you want to safely test your app and make changes without impact your current store setup, you can consider taking these simple steps:

{% stepper %}
{% step %}

#### Access to your Themes setting

From your Shopify admin, go to **Online Store** > **Themes**
{% endstep %}

{% step %}

#### Duplicate your Current Theme

In the current theme, you will toggle the ... button to open the actions menu. Then, click **Duplicate** so that you can create a copy of your theme, which is named **Copy of \[Original theme name]**
{% endstep %}

{% step %}

#### Customize the Duplicated Theme

Click **Customize** to open the theme editor where you can make changes as you want.
{% endstep %}

{% step %}

#### Test the App and Make your Changes

You can activate **App Embeds** that add functionality without being visible to customers. These can be managed in the theme editor as well.
{% endstep %}

{% step %}

#### Preview your Changes

Use the preview option to see how your changes look before and after changes. Hereby, you can decide whether or not you've satisfied with the settings and appearance of AOV Free Gift in your store without making them live.
{% endstep %}
{% endstepper %}

{% embed url="<https://app.arcade.software/share/JuV5xXp6uzwDeCe4AnWP>" %}

By following these steps, you can effectively test and customize your duplicate theme without impacting your live store.

<br>


---

# 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://help.aov.ai/knowledge-hub/test-without-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.
