> 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/volume-themes/getting-started/install-and-activate-volume.md).

# Install & activate Volume

### Try Volume for free

You can test Volume from the Shopify Theme Store.

{% hint style="success" icon="circle-v" %}
**Steps:**

1. Go to the [Volume listing on Shopify Theme Store](https://themes.shopify.com/themes/volume/presets/volume)
2. Click **Try theme**
3. Shopify installs Volume to your store as an unpublished theme
   {% endhint %}

The trial lets you fully customize and preview Volume — no payment required. You can publish it to your live store only after purchasing a license.

{% hint style="warning" %}
**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/volume/presets/volume" class="button primary">Try Volume for free</a>

***

### Buy Volume from the Theme Store

{% hint style="success" icon="circle-v" %}
**Steps:**

1. Go to the [Volume listing on Shopify Theme Store](https://themes.shopify.com/themes/volume/presets/volume)
2. Click **Buy theme** — Shopify charges your account on file
3. Volume is added to your theme library in **Shopify Admin → Online Store → Themes**
4. Click **Customize** to start editing, or **Publish** to make it your live theme
   {% endhint %}

{% hint style="warning" %}
**Tip:** Before customizing, click **⋯ → Duplicate** to create a dev copy. Make changes on the copy, then publish when ready.
{% endhint %}

***

### Upload a ZIP file

If you downloaded Volume as a ZIP (e.g., a purchased file or a theme update), you can upload it manually.

{% hint style="success" icon="circle-v" %}
**Steps:**

1. In **Shopify Admin → Online Store → Themes**, scroll down to the theme library
2. Click **Import → Upload zip file**
3. Select your Volume `.zip` file and click **Upload**
   {% endhint %}

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

{% hint style="warning" %}
**Uploading a ZIP creates a new theme without your previous settings.** If you're updating an existing Volume installation, use the in-theme updater instead — see [How to update your Shopify theme](/docs/theme-management/how-to-update-your-shopify-theme.md).
{% endhint %}

***

### Related

* [Volume theme setup guide](broken://pages/rGbaFP5TlDaMlMhirTNo)
* [How to use the Shopify theme editor](/docs/theme-editor/how-to-use-the-shopify-theme-editor.md)
* [How to update your Shopify theme](/docs/theme-management/how-to-update-your-shopify-theme.md)


---

# 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/volume-themes/getting-started/install-and-activate-volume.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.
