> For the complete documentation index, see [llms.txt](https://docs.selvette.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selvette.com/shopify-app/install-and-choose-a-plan.md).

# Install Selvette and choose a plan

Install Selvette from its Shopify listing or the installation link supplied to your store.

## Before you begin

You need permission to install apps and approve app charges for the store.

If this store should join an existing paid Studio account, [connect it to Studio](/shopify-app/connect-to-studio.md) before starting another paid Shopify plan.

## Install the app

1. Open the Selvette app listing while signed in to the correct Shopify store.
2. Select **Install** and review the requested access.
3. Approve the installation.
4. Selvette opens inside Shopify admin on the **Home** setup screen.

The setup checklist shows the store connection, widget configuration, and plan status.

## Choose a plan

![An active Selvette subscription in Shopify's Plan and billing screen](/files/siSjTYpPmgQnrK8Tezqk)

1. In Selvette, open **Plan & billing**.
2. Review the available Grow, Starter, Pro, and Scale tiers.
3. Select the tier that fits your store and feature needs.
4. Review and approve the plan on Shopify's plan screen.
5. Return to Selvette and confirm that the subscription is marked active.

Plan prices appear on Shopify's approval screen. [Plans and feature access](/credits-and-billing/plans-and-features.md) explains capabilities without duplicating prices that may change.

{% hint style="info" %}
A plan bought through Shopify is managed through the Shopify store that owns the recurring subscription. After connecting Studio, the same plan and credits appear there.
{% endhint %}

Next: [Enable the theme app embed](/shopify-app/enable-app-embed.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://docs.selvette.com/shopify-app/install-and-choose-a-plan.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.
