> 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/getting-started/choose-your-setup.md).

# Choose your setup

Selvette has two merchant surfaces. You can use either one on its own, or connect them under one account.

## Use the Shopify App when

* your storefront runs on Shopify;
* you want to install and manage try-on without leaving Shopify admin; and
* you do not need Studio's Create workspace.

The Shopify App includes widget setup, product and collection availability, Live AR shade authoring, storefront Insights, leads, gallery moderation, and Shopify-managed billing.

You do **not** need a Studio account for a Shopify-only setup.

## Use Studio Hub when

* you want to create on-model campaign images and animate completed images into short reels;
* your storefront is not on Shopify;
* you manage several connected stores;
* you want account-level teams and store-specific access; or
* you prefer managing the shared account from a separate workspace.

Create is available only in Studio Hub. It is not a tab inside the Shopify App.

## Use both together

Connect the Shopify App to Studio Hub when you want Shopify storefront tools and Studio Create under one account.

After connection, the account has:

* one recurring billing owner;
* one shared credit balance; and
* one plan across the Shopify App, Studio Create, and every connected store.

If Shopify owns the subscription, Studio shows that the plan is managed through Shopify. You do not buy a second Studio plan.

{% hint style="warning" %}
Do not start a second paid plan before connecting two accounts. Selvette refuses to merge two accounts that both have active recurring plans. Cancel one plan first, wait for it to end, and then connect.
{% endhint %}

## Recommended paths

### New Shopify merchant

1. Install the Shopify App.
2. Choose a plan in Shopify.
3. Enable the storefront widget.
4. Create and connect a Studio account later if you need Create.

### Existing Studio merchant adding Shopify

1. In Studio, open **Stores** and create a connect code for the Shopify store.
2. Install the Shopify App or open **Connection** in the existing app.
3. Complete the connection before choosing another plan in Shopify.

Next: [Features and default settings](/getting-started/feature-defaults.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/getting-started/choose-your-setup.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.
