> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/getting-started/install-and-activate-avante.md).

# Install & activate Avante

### Try Avante for free

If you want to explore the theme before committing to a purchase, Shopify lets you install it as a trial theme. This gives you a chance to see how it looks and functions with your own products and branding.

{% hint style="success" %}
**Steps:**

1. Visit the [Shopify Theme Store](https://themes.shopify.com/themes/avante/presets/avante) and choose **Avante** theme.
2. Click **Try theme** to add the trial theme to your online store.
3. The theme will appear in your **Theme Library**, where you can customize it safely without affecting your live store.
   {% endhint %}

{% hint style="warning" icon="lightbulb" %}
**Pro tip:** The trial version has no time limit — take as much time as you need to test all the features and set up your store. The only restrictions are that you cannot edit the theme's code or publish it to your live storefront until you purchase a license.
{% endhint %}

Ready to test it on your store?

<a href="https://themes.shopify.com/themes/avante/presets/avante" class="button primary">Try Avante for free</a>

### Buy Avante from the Shopify Theme Store

If you're happy with how the theme looks, you can buy it and keep all the customizations made during the trial.

{% hint style="success" %}
**Steps:**

1. In your Shopify admin, go to **Online Store > Themes**.
2. In the **Theme library** section, click **Buy** on the Avante theme.
3. Once purchased, click **Publish** to make it your live theme.
   {% endhint %}

{% hint style="warning" %}
**Licensing:** According to Shopify's Terms of Service, **1 license = 1 store**.

The theme is licensed exclusively to the store where the purchase was made. Theme purchases are final and non-refundable.
{% endhint %}

### Upload a theme file from your computer (ZIP)

{% hint style="warning" %}
**Warning:** Uploading a ZIP file breaks the connection to the Shopify Theme Store. You will not receive automatic updates and will need to migrate your settings manually with each new release. We strongly recommend installing directly from the Theme Store.
{% endhint %}

If you need to upload a ZIP file:

{% hint style="success" %}
**Steps:**

1. From your Shopify admin, go to **Online Store > Themes**.
2. In the **Theme library** section, click **Import > Upload zip file**.
3. In the **Upload theme** modal, click **Add file** to select the ZIP file you want to upload.
4. Click **Upload file** — the theme will appear in your Theme library.
   {% endhint %}

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


---

# 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://staylime.com/docs/avante-themes/getting-started/install-and-activate-avante.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.
