# Virtual Product

<div align="left"><img src="https://562524366-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-MKAp4OHqU-3exwbJPC8%2F-MKEz34EdQLuLYOiF180%2Fsupported2.png?alt=media&#x26;token=b9b5e5d0-1000-4f93-af86-6197df550798" alt=""></div>

Virtual products are non-tangible items like subscriptions, services, digital downloads, etc. Virtual products can be used as a part of bundle or grouped products.&#x20;

ScandiPWA supports virtual products display as well as respects the settings in the back-end.

**NOTE!** During the checkout process, the shipping step will not appear unless there is another tangible product in the shopping cart.&#x20;

### To create a virtual product: <a href="#virtualproduct-tocreateavirtualproduct" id="virtualproduct-tocreateavirtualproduct"></a>

1. Access the admin > Catalog > **Products**
2. Tap the **dropdown arrow** on the Add Product button
3. Tap **Virtual Product**
4. Complete the **Required Settings**&#x20;
5. Complete the **Basic Settings**
6. Complete the **Product Information.** To see, which settings are supported by ScandiPWA, refer to [Product Settings](https://manual.scandipwa.com/v5.0.0/catalog/product-settings).&#x20;
7. When complete, tap **Save.**&#x20;

{% hint style="info" %}
**Caching Note**

After any change, the product will be updated on the front-end immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and a new cache entry will be stored.
{% endhint %}


---

# 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.0.0/catalog/creating-products/virtual-product.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.
