> 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/apps.md).

# Apps

Vélare does not bundle any apps. Everything in this section is a separate Shopify app that you install yourself from the [**Shopify App Store**](https://apps.shopify.com/). These three pages tell you which apps the theme works with, and which ones to deal with first.

### Read these in order <a href="#read-these-in-order" id="read-these-in-order"></a>

1. [**Recommended Apps**](/velare/buy-and-install/apps/recommended-apps.md). **Start here.** Vélare uses these apps for certain store functions, and they are not included in the theme package. Install them before you spend time styling your store.
2. [**Top apps**](/velare/buy-and-install/apps/top-apps.md): popular Shopify apps that Vélare is built to work alongside, for jobs such as email marketing, reviews, and page building.
3. [**Partner apps**](/velare/buy-and-install/apps/partner-apps.md): apps from NextSky's partners that also work with the theme.

{% hint style="info" %}
**Recommended Apps** are tied to specific Vélare functions. **Top apps** and **Partner apps** extend what your store can do beyond the theme, so pick from those lists only if you want the extra features.
{% endhint %}

### What comes next <a href="#what-comes-next" id="what-comes-next"></a>

Once your apps are installed, continue with [Create Required Metafields](/velare/buy-and-install/create-required-metafields.md) to prepare the per-product content your pages will display.


---

# 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/apps.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.
