# Creating Products

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

Choosing a product type is one of the first things you must do to create a new product. ScandiPWA supports the creation of the most popular product types:&#x20;

| TYPE                                                                              | STATUS        | DESCRIPTION                                                                                                                                                                                                                                    |
| --------------------------------------------------------------------------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Simple Product](/v5.1.1/catalog/creating-products/simple-product.md)             | **SUPPORTED** | A simple product is a physical item with a single SKU. Simple products have a variety of pricing and of input controls which makes it possible to sell variations of the product.                                                              |
| [Configurable Product](/v5.1.1/catalog/creating-products/configurable-product.md) | **SUPPORTED** | A configurable product appears to be a single product with lists of options for each variation. However, each option represents a separate, simple product with a distinct SKU, which makes it possible to track inventory for each variation. |
| [Grouped Product](/v5.1.1/catalog/creating-products/grouped-product.md)           | **SUPPORTED** | A grouped product presents multiple, standalone products as a group. You can offer variations of a single product, or group them for a promotion.                                                                                              |
| [Virtual Product](/v5.1.1/catalog/creating-products/virtual-product.md)           | **SUPPORTED** | Virtual products are not tangible products and are typically used for products such as services, memberships, warranties, and subscriptions                                                                                                    |
| [Bundle Product ](/v5.1.1/catalog/creating-products/bundle-product.md)            | **SUPPORTED** | A bundle product lets customers “build their own” from an assortment of options. The bundle could be a gift basket, computer, or anything else that can be customized.                                                                         |
| [Downloadable Product](/v5.1.1/catalog/creating-products/downloadable-product.md) | **SUPPORTED** | A digitally downloadable product that consists of one or more files that are downloaded.                                                                                                                                                       |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="/files/-M\_\_QYCGj2\_ZAKiW2jKw" %}
Creating Products - Test Cases
{% endfile %}


---

# Agent Instructions: 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://manual.scandipwa.com/v5.1.1/catalog/creating-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.
