> For the complete documentation index, see [llms.txt](https://academy.wandace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.wandace.com/how-to-guides/products/create-products.md).

# Create products

#### Step 1: Navigate to the Products Section

* Log in to your Wandace account.
* Go to **Product Catalog** in the main menu.
* Click on **Products**.

#### Step 2: Create a New Product

* Click on the **Create Product** button.
* Fill in the product details, that are required, all others are optional:
  * **Name:** Enter the product name.
  * **SKU:** Assign a unique Stock Keeping Unit.
  * **Description:** Provide or let **AI** generate a short description of the product.
  * **Price:** Set the price of the product.
  * **Sale price:** If applicable, enter the discounted price of the product.
*

```
You will also see two important check options:
```

```
* **This product has variants**:\
  Enable this if your product comes in different versions (e.g., size, color, portion, etc.). You will be able to configure these variants later inside the product editor.
* **Show in Pop-Up store**:\
  Enable this option if you want the product to be visible in your Pop-Up store.\
  If unchecked, the product will remain in your catalog but will not appear online. This is useful for draft products, seasonal items, or products that are temporarily unavailable.
```

<figure><img src="/files/g7vvWK7m0pSZWD7jtgv0" alt=""><figcaption></figcaption></figure>

#### Step 3: Assign created Brand, Categories and Attributes

* Select the **Brand** for your product.
* Select the relevant **Category** for your product.
* Choose any **Attributes** that apply (color, size, etc.).

#### Step 4: Add Product Images

* Upload high-quality images of your product.
* Ensure that the images are clear and showcase the product from different angles.

#### Step 5: Save the Product

* Review all the details.
* Click **Save** to add the product to your inventory.


---

# 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:

```
GET https://academy.wandace.com/how-to-guides/products/create-products.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
