> For the complete documentation index, see [llms.txt](https://uxsmart.gitbook.io/velare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxsmart.gitbook.io/velare/buy-and-install/theme-license.md).

# Theme license

Vélare is sold on the Shopify Theme Store, so your right to use the theme is handled by Shopify as part of the purchase. There is no separate license key to buy from Uxsmart and no code to type into the theme editor: when you buy Vélare through the Theme Store, the purchase is recorded against your store automatically. This page explains what that means in practice and where to go for anything about your purchase.

### How buying Vélare works <a href="#how-buying-works" id="how-buying-works"></a>

* You can add Vélare to your theme library and preview it for free. You are only charged when you publish it as your live theme.
* The purchase is processed by Shopify and tied to the store you bought it for. You do not manage a license key yourself.
* A theme purchase covers the store it was bought for. If you run more than one store, check the terms on the theme's Theme Store listing before using it on another store.
* Updates to Vélare are delivered through Shopify. See [Update Vélare](/velare/run-and-update-your-store/update-velare.md) for how to move to a newer version.

### Where to find your purchase details <a href="#purchase-details" id="purchase-details"></a>

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

1. Log in to your **Shopify admin**.
2. Go to **Settings > Billing** to see your theme purchase on your billing history.
3. Go to **Online Store > Themes** to confirm Vélare is in your theme library or published.
   {% endhint %}

*Result:* you can see the store the theme is attached to and the purchase on your Shopify billing, which is what any support request will ask about first.

### Getting help with your purchase <a href="#getting-help" id="getting-help"></a>

Because the purchase is handled by Shopify, questions about billing, refunds, or using the theme on a different store are answered by Shopify, not by a separate license process.

* For billing, refunds, or moving a theme between stores, contact the **Shopify Help Center** (help.shopify.com) or use the support options in your Shopify admin.
* For the exact purchase terms, read the Vélare listing on the Shopify Theme Store, which states what the purchase covers.
* For questions about how the theme works (settings, sections, features), use this documentation and the theme support channel listed on the Theme Store listing.

### If something goes wrong <a href="#if-something-goes-wrong" id="if-something-goes-wrong"></a>

* **You are not sure whether you already bought the theme.** Check **Settings > Billing** in your Shopify admin. A theme you have paid for appears in your billing history; a theme you are only trying does not.
* **You want to use Vélare on a second store.** Each store is billed separately on Shopify. Check the terms on the Theme Store listing, and buy the theme again on the second store if required.
* **You want a refund.** Refunds for Theme Store purchases are handled by Shopify. Contact the Shopify Help Center with your store domain and the purchase date.

### Related pages <a href="#related-pages" id="related-pages"></a>

* [Install Vélare](/velare/buy-and-install/install-velare.md): adding the theme to a store
* [Update Vélare](/velare/run-and-update-your-store/update-velare.md): moving to a newer version
* [Release notes](/velare/run-and-update-your-store/release-notes.md): what changed in each version
* [Intro](/velare/readme.md): the starting point of this documentation


---

# 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://uxsmart.gitbook.io/velare/buy-and-install/theme-license.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.
