diff --git a/14/umbraco-commerce/.gitbook.yaml b/14/umbraco-commerce/.gitbook.yaml
index cf390e85591..95ad71aa20d 100644
--- a/14/umbraco-commerce/.gitbook.yaml
+++ b/14/umbraco-commerce/.gitbook.yaml
@@ -13,3 +13,6 @@ how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-prov
how-to-guides/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout: upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md
how-to-guides/migrate-from-vendr-to-umbraco-commerce/README: upgrading/migrate-from-vendr-to-umbraco-commerce/README.md
key-concepts/events: key-concepts/events/README.md
+getting-started/introduction: getting-started/requirements.md
+installation/install: getting-started/install.md
+installation/the-licensing-model: getting-started/the-licensing-model.md
diff --git a/14/umbraco-commerce/README.md b/14/umbraco-commerce/README.md
index 9af418e4dc4..8fadff4c9c9 100644
--- a/14/umbraco-commerce/README.md
+++ b/14/umbraco-commerce/README.md
@@ -9,7 +9,7 @@ description: >-
Umbraco Commerce is the official Umbraco e-commerce addon for your Umbraco CMS website. It can be used to set up small webshops, while it can also be implemented for big-scale e-commerce solutions spanning multiple countries.
-
+
## Extend Umbraco Commerce
diff --git a/14/umbraco-commerce/SUMMARY.md b/14/umbraco-commerce/SUMMARY.md
index c0e947c03dc..c61f16c457e 100644
--- a/14/umbraco-commerce/SUMMARY.md
+++ b/14/umbraco-commerce/SUMMARY.md
@@ -10,10 +10,13 @@
* [Commerce Payment Providers](https://docs.umbraco.com/umbraco-commerce-payment-providers)
* [Commerce Shipping Providers](https://docs.umbraco.com/umbraco-commerce-shipping-providers)
-## Installation
+## Getting Started
-* [Installing Umbraco Commerce](installation/install.md)
-* [Licensing](installation/the-licensing-model.md)
+* [Requirements](getting-started/requirements.md)
+* [Installation](getting-started/install.md)
+* [Licensing](getting-started/the-licensing-model.md)
+* [Configuration](getting-started/umbraco-configuration.md)
+* [User Interface](getting-started/user-interface.md)
## Upgrading
@@ -23,12 +26,6 @@
* [Migrate Umbraco Commerce Checkout](upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-umbraco-commerce-checkout.md)
* [Migrate custom Payment Providers](upgrading/migrate-from-vendr-to-umbraco-commerce/migrate-custom-payment-providers.md)
-## Getting Started
-
-* [Introduction](getting-started/introduction.md)
-* [Umbraco Configuration](getting-started/umbraco-configuration.md)
-* [User Interface](getting-started/user-interface.md)
-
## How-To Guides
* [Overview](how-to-guides/overview.md)
@@ -78,10 +75,6 @@
* [Umbraco Commerce Builder](key-concepts/umbraco-commerce-builder.md)
* [Webhooks](key-concepts/webhooks.md)
-## Tutorials
-
-* [Overview](tutorials/overview.md)
-
## Reference
* [Stores](reference/stores/README.md)
@@ -103,3 +96,7 @@
* [Content](reference/storefront-api/endpoints/content.md)
* [Management API](reference/management-api/README.md)
* [Go behind the scenes](reference/go-behind-the-scenes.md)
+
+## Tutorials
+
+* [Overview](tutorials/overview.md)
diff --git a/14/umbraco-commerce/installation/install.md b/14/umbraco-commerce/getting-started/install.md
similarity index 63%
rename from 14/umbraco-commerce/installation/install.md
rename to 14/umbraco-commerce/getting-started/install.md
index f0913d84042..87675b8f70f 100644
--- a/14/umbraco-commerce/installation/install.md
+++ b/14/umbraco-commerce/getting-started/install.md
@@ -7,23 +7,56 @@ description: >-
In this article, you will learn how to install Umbraco Commerce into your Umbraco CMS implementation.
-You can also find information about how to upgrade, install, and activate your Umbraco Commerce license.
+## Prerequisites
-## NuGet Package Installation
+For system requirements, see the [Requirements](../getting-started/requirements.md) article.
+
+## Umbraco Commerce Installation
+
+There are different ways to install Umbraco Commerce:
+
+- [NuGet Package Installation](#nuget-package-installation)
+- [Visual Studio Installation](#visual-studio-installation)
+
+### NuGet Package Installation
Umbraco Commerce is available via [NuGet.Org](https://www.nuget.org/packages/Umbraco.Commerce/).
-To install Umbraco Commerce via NuGet, run the following command directly in the NuGet Manager Console window:
+To install Umbraco Commerce via NuGet:
+
+1. Run the following command in the NuGet Manager Console window:
+
+ ```bash
+ dotnet add package Umbraco.Commerce
+ ```
+
+2. Restart the application using the following command:
-```bash
-dotnet add package Umbraco.Commerce
-```
+ ```bash
+ dotnet run
+ ```
-Alternatively, you can also find and install the NuGet package via the NuGet Package Manager in Visual Studio. You will see a number of packages available, however, you will want to install the main **Umbraco Commerce** package.
+### Visual Studio Installation
-
+To install via Visual Studio, follow these steps:
-For most sites using a single solution, the above will be all you need to install Umbraco Commerce into your project. When you have a more complex solution structure consisting of multiple projects, Umbraco Commerce is available in multiple sub-packages with varying dependencies.
+1. Open your project in Visual Studio.
+2. Go to **Tools** -> **NuGet Package Manager** -> **Manage NuGet Packages for Solution...**
+3. Browse for **Umbraco.Commerce**.
+
+ 
+
+4. Select the appropriate version from the **Version** drop-down depending on the Umbraco version you are using.
+5. Click **Install**.
+6. Ensure that the package reference is added to the **.csproj** file once the installation is complete:
+
+ ```cs
+
+
+
+ ```
+
+For most projects, you only need a single package to install Umbraco Commerce. But if your solution is more complex with multiple projects, Umbraco Commerce provides sub-packages to match different dependencies.
@@ -102,4 +135,8 @@ If you encounter an SQLite error after installing Umbraco Commerce, you may need
## Installing a License
-See the [Licensing page](the-licensing-model.md#installing-your-license) for details on how to install a license.
+For details on how to install a license, see the [Licensing](../getting-started/the-licensing-model.md) article.
+
+## Using Umbraco Commerce
+
+Once Umbraco Commerce is installed, you can find it in the Umbraco backoffice under the **Settings** and **Content** sections. To access the **Commerce** section, additional configuration is required. For more details, see the [Configuration](../getting-started/umbraco-configuration.md) article.
diff --git a/14/umbraco-commerce/getting-started/introduction.md b/14/umbraco-commerce/getting-started/introduction.md
deleted file mode 100644
index 67dfdb6f14c..00000000000
--- a/14/umbraco-commerce/getting-started/introduction.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-description: Getting Started with Umbraco Commerce.
----
-
-# Introduction
-
-In this section, you will find information about the key steps necessary to get you started with Umbraco Commerce.
-
-It is assumed that you have an Umbraco 14+ website configured, ready to install Umbraco Commerce into.
-
-{% hint style="info" %}
-Find detailed instructions on how to install the latest version of Umbraco in the [Umbraco CMS documentation](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install).
-{% endhint %}
-
-## System Requirements
-
-The minimum requirements for using Umbraco Commerce are as follows:
-
-* Umbraco CMS version 14+
-* SQL Server 2015+ Database
- * **SQLite** is fine for testing, but not recommended for live deployments. See [Configuring SQLite support](../how-to-guides/configure-sqlite-support.md) for more details.
-
-## Versioning
-
-This is an add-on product to Umbraco CMS. Umbraco Commerce follows the [versioning strategy laid out for Umbraco CMS](https://umbraco.com/products/knowledge-center/versioning-and-release-cadence/).
diff --git a/14/umbraco-commerce/getting-started/requirements.md b/14/umbraco-commerce/getting-started/requirements.md
new file mode 100644
index 00000000000..51b3d636f50
--- /dev/null
+++ b/14/umbraco-commerce/getting-started/requirements.md
@@ -0,0 +1,25 @@
+---
+description: Getting Started with Umbraco Commerce.
+---
+
+# Requirements
+
+In this article, you will find the key steps needed to get started with Umbraco Commerce.
+
+It is assumed that you have an Umbraco 14+ website configured and ready for the Umbraco Commerce installation.
+
+{% hint style="info" %}
+For detailed instructions on installing the latest version of Umbraco, refer to the [Umbraco CMS documentation](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install).
+{% endhint %}
+
+## System Requirements
+
+The minimum requirements for using Umbraco Commerce are:
+
+* Umbraco CMS version 14+
+* SQL Server 2015+ Database
+ * **SQLite** is acceptable for testing but not recommended for live deployments. For more details, see the [Configuring SQLite support](../how-to-guides/configure-sqlite-support.md) article.
+
+## Versioning
+
+Umbraco Commerce is an add-on product for Umbraco CMS and follows the [versioning strategy outlined for Umbraco CMS](https://umbraco.com/products/knowledge-center/versioning-and-release-cadence/).
diff --git a/14/umbraco-commerce/installation/the-licensing-model.md b/14/umbraco-commerce/getting-started/the-licensing-model.md
similarity index 100%
rename from 14/umbraco-commerce/installation/the-licensing-model.md
rename to 14/umbraco-commerce/getting-started/the-licensing-model.md
diff --git a/14/umbraco-commerce/getting-started/umbraco-configuration.md b/14/umbraco-commerce/getting-started/umbraco-configuration.md
index 008029a1ac8..edd69d2948e 100644
--- a/14/umbraco-commerce/getting-started/umbraco-configuration.md
+++ b/14/umbraco-commerce/getting-started/umbraco-configuration.md
@@ -2,7 +2,7 @@
description: Configuring Umbraco for Umbraco Commerce.
---
-# Umbraco Configuration
+# Configuration
Before you can start to use Umbraco Commerce, you need to configure Umbraco to allow access to the relevant sections. The Umbraco Commerce UI is split over three sections within the Umbraco backoffice:
diff --git a/14/umbraco-commerce/media/v14/nuget-package-overview.png b/14/umbraco-commerce/media/v14/nuget-package-overview.png
new file mode 100644
index 00000000000..d384d28cfda
Binary files /dev/null and b/14/umbraco-commerce/media/v14/nuget-package-overview.png differ
diff --git a/14/umbraco-commerce/tutorials/overview.md b/14/umbraco-commerce/tutorials/overview.md
index 8367908de5a..bbb7ecc3848 100644
--- a/14/umbraco-commerce/tutorials/overview.md
+++ b/14/umbraco-commerce/tutorials/overview.md
@@ -1,8 +1,13 @@
---
-title: Tutorials
description: Step-by-Step Tutorials on getting started with Umbraco Commerce.
---
# Overview
-In this section, we will provide a series of follow-along tutorials on how to implement Umbraco Commerce. These will be aimed at getting you set up and running without going into heavy theoretical details. Once you are familiar with working with Umbraco Commerce, you can use the other sections of the documentation to gain a more in-depth knowledge of the different things you'll have implemented.
+In this section, we offer a series of step-by-step tutorials to help you implement Umbraco Commerce. These guides focus on practical setup and configuration, avoiding complex theoretical details.
+
+Once you are comfortable with the basics of Umbraco Commerce, use the documentation to explore advanced features and deepen your understanding of Umbraco Commerce.
+
+{% hint style="warning" %}
+We are crafting new tutorials to guide you through Umbraco Commerce. Stay tuned for some practical guides coming your way. If you have any suggestions, share them using the **Feedback** option.
+{% endhint %}