> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup guide

> Install Supercycle, import products, add items and a method, and add the app embed to your theme

Supercycle runs inside your Shopify admin. Setting it up takes five stages: install the app, import the products you want to rent or resell, add the physical items you hold, turn on a method for each product, and add Supercycle to your theme. Each stage below links to the page that covers it in full.

***

## Install Supercycle

Install Supercycle from the [Shopify App Store](https://apps.shopify.com/supercycle). The app is free on development stores and comes with a 14-day free trial on live stores.

<Frame type="glass" caption="Select Install on the Supercycle listing">
  <img src="https://mintcdn.com/supercycle/XbKBsdX_PulItpyX/images/screenshots/external/install-supercycle.png?fit=max&auto=format&n=XbKBsdX_PulItpyX&q=85&s=f32e25c1e59798e4acd25c61cc1338f4" alt="The Supercycle listing on the Shopify App Store with the Install button" width="3374" height="2250" data-path="images/screenshots/external/install-supercycle.png" />
</Frame>

***

## Import products

Supercycle works with products that already exist in Shopify. Create them under <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/products)** first, then include them in Supercycle.

<Steps>
  <Step title="Select the products">
    On <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/products)**, tick the products you want to import.
  </Step>

  <Step title="Include them in Supercycle">
    Open the bulk actions menu and, under **Apps**, select **Include in Supercycle**.
  </Step>

  <Step title="Confirm the import">
    Review the products on the next page and confirm. Supercycle takes over inventory for each imported product.
  </Step>
</Steps>

See [Import products](/documentation/setup/importing-products) for what happens to inventory tracking after import.

***

## Add items

Items are the physical units you rent out, each with its own serial. Create them from the product in Supercycle, not from the Shopify product.

<Steps>
  <Step title="Open the product">
    Go to <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)** and open the product.
  </Step>

  <Step title="Add inventory">
    In the variants table, open the quantity dropdown for the variant and select **Add inventory**.
  </Step>

  <Step title="Enter serials and review">
    Enter one serial per line, or select **Add without serials** and enter a quantity. Select **Review**, then **Add inventory**.
  </Step>
</Steps>

The full flow, including the Scanner and bulk routes, is in [Create items](/documentation/manage/inventory/item-actions#create-items).

***

## Add a method

A method is how customers access a product: calendar rental, subscription, membership, or resale. Turn one on for each product.

<Steps>
  <Step title="Open the product's methods">
    Go to <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)**, open the product, and select a method in the **Methods** card.
  </Step>

  <Step title="Turn the method on">
    Select **Turn on**.
  </Step>

  <Step title="Set the pricing and save">
    Add rental periods, pricing groups, or options depending on the method, then select **Save**.
  </Step>
</Steps>

Pricing differs by method. See [Methods setup](/documentation/setup/methods-setup) for the setup page of each one.

***

## Set up your theme

Supercycle adds its storefront features through the Supercycle Engine app embed and app blocks. Turn on the app embed first.

<Steps>
  <Step title="Open the theme editor">
    On <Icon icon="shopify" iconType="solid" /> **[Themes](https://admin.shopify.com/themes)**, select **Customize** on the theme you want to add Supercycle to.

    <Frame type="glass" caption="Customize on the current theme opens the theme editor">
      <img src="https://mintcdn.com/supercycle/Omgmq0rsgqX1BZKa/images/screenshots/supercycle-admin/customise-theme.png?fit=max&auto=format&n=Omgmq0rsgqX1BZKa&q=85&s=61374a8f829b9912a861e0132a550287" alt="Shopify's Online Store themes page with the current theme and its Customize button" width="1946" height="1116" data-path="images/screenshots/supercycle-admin/customise-theme.png" />
    </Frame>
  </Step>

  <Step title="Turn on the app embed">
    In the left sidebar, select **App embeds**, then turn on **Supercycle Engine**.

    <Frame type="glass" caption="App embeds in the theme editor sidebar, with Supercycle Engine turned on">
      <img src="https://mintcdn.com/supercycle/Omgmq0rsgqX1BZKa/images/screenshots/supercycle-admin/enable-app-embed.png?fit=max&auto=format&n=Omgmq0rsgqX1BZKa&q=85&s=bfc905bdeb70c76c4154a2f213ffddf9" alt="The theme editor's App embeds panel with the Supercycle Engine toggle turned on" width="1944" height="1280" data-path="images/screenshots/supercycle-admin/enable-app-embed.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Select **Save** before leaving the theme editor.
  </Step>
</Steps>

Then add the Methods app block to your product template. See [Theme setup](/documentation/setup/theme-setup) for the block and its style settings.

***

## Related documentation

<CardGroup cols={2}>
  <Card title="Checkout rules" icon="cart-shopping" href="/documentation/configuration/checkout/checkout-rules">
    Stop customers adding items that aren't available for the dates or method they picked.
  </Card>

  <Card title="Customer accounts" icon="browser" href="/documentation/online-store/portal">
    Let customers manage rentals, returns, and memberships from their Shopify account.
  </Card>

  <Card title="Admin setup" icon="folder-grid" href="/documentation/setup/admin-setup">
    Show Supercycle cycles and inventory on Shopify's customer, order, and product pages.
  </Card>

  <Card title="POS overview" icon="cash-register" href="/documentation/point-of-sale/pos-overview">
    Create cycles at the counter with Shopify POS.
  </Card>
</CardGroup>
