diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/deploy-dashboard.md b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/deploy-dashboard.md
index 9ea2ea85c02..e9c98e3a5a5 100644
--- a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/deploy-dashboard.md
+++ b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/deploy-dashboard.md
@@ -1,24 +1,39 @@
---
description: >-
- With the Deploy Dashboard, we have made it possible to get an overview of your
+ With the Deploy Dashboard, it is possible to get an overview of your
Umbraco Deploy installation and perform Deploy operations.
---
# Deploy Dashboard
-In this article, we will show the different sections on the Deploy dashboard and how they can be used.
+In this article, you'll find an overview of the different sections on the Deploy dashboard and how they can be used.
+
+## Accessing the Deploy Dashboard
+
+To access the Deploy dashboard, follow these steps:
+
+1. Log in to the [Umbraco Cloud Portal](https://www.s1.umbraco.io/).
+2. Select your project from the project list.
+3. Choose the environment you want to work with (for example, Development, Staging, or Live).
+4. Click **Backoffice** to open the Umbraco backoffice for that environment.
+
+
+
+5. Navigate to the **Settings** section in the Backoffice. You will find the **Deploy** Dashboard at the end.
+
+
## Deploy Status
Here you can see whether the latest deployment has been completed or failed. You can see the version of Umbraco Deploy you are running, and the last time an operation was run.
-
Umbraco Deploy status
+
## Deploy Operations
With the Deploy operations, you can run different operations in Umbraco Deploy.
-
The different Deploy operations.
+
Below you can read what each operation will do when run through the dashboard.
@@ -44,13 +59,13 @@ Running this operation will download a zip file with all the Deploy artifacts re
This operation is useful if you want to move to another Umbraco instance and migrate the data with you.
-
Download the Deploy artifacts
+
## Configuration Details
In the Configuration details, you can see how Umbraco Deploy has been [configured](https://docs.umbraco.com/umbraco-deploy/deploy-settings) on your environment. You get an overview of the Setting options, the current value(s), and notes help you understand each of the settings. Updates to the need to be applied in the `appsettings.json` file.
-
Example of Umbraco Deploy configuration.
+
## Schema Comparison
@@ -66,6 +81,8 @@ The table shows:
* Whether the file exists
* Whether the file is up-to-date
+
+
Document type schema comparison
You can also view details about a certain element by selecting "View Details".
diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/Configuration-Details-v16.png b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/Configuration-Details-v16.png
new file mode 100644
index 00000000000..e401ebf97b8
Binary files /dev/null and b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/Configuration-Details-v16.png differ
diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/Portal-backoffice-link.png b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/Portal-backoffice-link.png
new file mode 100644
index 00000000000..e3d019a689a
Binary files /dev/null and b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/Portal-backoffice-link.png differ
diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-dashboard.png b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-dashboard.png
new file mode 100644
index 00000000000..97b8ea8fa08
Binary files /dev/null and b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-dashboard.png differ
diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-operations-v16.png b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-operations-v16.png
new file mode 100644
index 00000000000..c6f8db472ff
Binary files /dev/null and b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-operations-v16.png differ
diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-status-v16.png b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-status-v16.png
new file mode 100644
index 00000000000..d8bcc9040e2
Binary files /dev/null and b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/deploy-status-v16.png differ
diff --git a/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/download-deploy-artifacts.png b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/download-deploy-artifacts.png
new file mode 100644
index 00000000000..12974b64f08
Binary files /dev/null and b/umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/deployment/images/download-deploy-artifacts.png differ