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

# Setup

> Create a storefront, add items, and open it for purchases.

> Setting up a storefront starts with creating the storefront itself, then adding items with prices and deliverables.
> This guide walks through the full dashboard flow.

## Step 1 - Create a storefront

Open the **Storefronts** area in your community dashboard and click **Create new storefront**.

<Frame caption={"Storefronts tab"}>
  <img src="https://mintcdn.com/flipsuite/Qb-9QiPOwNN0rqD6/images/storefronts/storefronts-tab.png?fit=max&auto=format&n=Qb-9QiPOwNN0rqD6&q=85&s=c02ce8663e509fedae27603b1e73948e" className="rounded-lg" width="1508" height="597" data-path="images/storefronts/storefronts-tab.png" />
</Frame>

When creating a storefront, you can configure:

* **Name**: Public storefront title shown on storefront cards.
* **Description**: Short summary of what this storefront is for.
* **Banner**: Optional banner image to give your storefront a unique look.
* **Discord channel**: Channel where the storefront should be shared after it's opened.

## Step 2 - Add storefront items

After creating the storefront, you will be taken to its **Items** tab. Click **Add new item** to create your first item.

<Frame caption={"Storefront items tab"}>
  <img src="https://mintcdn.com/flipsuite/Qb-9QiPOwNN0rqD6/images/storefronts/storefront-items-tab.png?fit=max&auto=format&n=Qb-9QiPOwNN0rqD6&q=85&s=920417cb481af7f48260431959aa1390" className="rounded-lg" width="1508" height="678" data-path="images/storefronts/storefront-items-tab.png" />
</Frame>

Each item includes:

* **Name**: Public item name shown to buyers.
* **Short description**: Compact summary shown on item cards.
* **Full description**: Longer markdown description with extra details or claim instructions.
* **Image**: Optional item image.
* **Stock**: Remaining quantity available for purchase. Leave it empty for unlimited stock.
* **Limit per user**: Optional purchase cap per person.
* **Allow gifting**: Whether buyers can send the item to another community member.
* **Deliverables**: Everything the buyer should receive after a successful payment.
* **Requirements**: Optional eligibility checks or buyer inputs collected during checkout.
* **Price**: The payment option for the item.

## Step 3 - Open the storefront

When your catalog is ready, open the storefront's **Settings** tab and update its **Visibility**:

* **Yes**: Buyers can purchase from it.
* **No**: The storefront stays visible in the dashboard, but purchases are blocked.

<Frame caption={"Storefront settings tab"}>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/flipsuite/images/storefronts/storefront-settings.png" className="rounded-lg" />
</Frame>

If you set a **Discord channel**, Flipsuite will share the storefront there when it becomes open.
If you later change the channel or close the storefront, the old storefront message is cleaned up automatically.

## Step 4 - What's next?

Once the storefront is open, focus on the building blocks around it:

<CardGroup cols="2">
  <Card title="Prices" icon="coins" href="/storefronts/prices">
    Learn how points and token pricing work in storefront items.
  </Card>

  <Card title="Deliverables" icon="gift" href="/storefronts/deliverables">
    Choose what buyers receive after payment succeeds.
  </Card>

  <Card title="Wallets" icon="wallet" href="/storefronts/wallets">
    Configure where token payments should be sent.
  </Card>

  <Card title="Orders" icon="receipt" href="/storefronts/orders">
    Track purchases and manage custom item fulfillment.
  </Card>
</CardGroup>
