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

# Create your First Product

> Learn how to create your first produc in Supastore

## Introduction

In the last tutorial we have created our bot, connected it to Supastore and customized. But you may notice, that if we try to open our app it may throw an error. This is because, there are no products in our store. In this tutorial, we will learn how to add products to our store.

## Tutorial

<iframe src="https://www.loom.com/embed/e0bd1bc8e72c4dbd9eb9edc42b6d922f?sid=8c45f66d-e738-4903-8264-b9f58ec23e2c" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen height={"315"} className={"w-full rounded-xl"} />

## Breakdown

In your [Supastore Dashboard](https://admin.supastore.example.com/en/store) go to `Products` page

Press `Add product` button.

Provide the title, short and long descriptions, price and sku. Below, you can see how those fields will be shown in the store to the customer.

You can add different variations of a product such as size or color. **Important:** if you creating new variants, you must specify the quantity you have in stock

You may add as many as 20 images for each products and sort them in any order you like

Don't forget to save your product, once you are done.
