diff --git a/docs/DIDroom-V3-setto.mp4 b/docs/DIDroom-V3-setto.mp4
new file mode 100755
index 0000000..f20b9be
Binary files /dev/null and b/docs/DIDroom-V3-setto.mp4 differ
diff --git a/docs/get_started.md b/docs/get_started.md
index 0274b5d..eb2c7de 100644
--- a/docs/get_started.md
+++ b/docs/get_started.md
@@ -8,10 +8,23 @@ We assume you're already familiar with Didroom's solution, its components and ho
If it's not the case, please refer to the [introductory section](/intro.html) for an overview.
:::
+## Watch our intro video
+
+
+
+
+
Below, you'll find detailed descriptions of each guide, carefully curated to empower you with the knowledge and tools you need to navigate the world of decentralized identity management 🔐
+
+
+
---
+# Quick Intro
+
+
+
> [!CAUTION] System administrators
> For folks that wants to deploy and manage the infrastructure that powers Didroom.
>
diff --git a/docs/guides/4_sysadmin/deploy_microservices.md b/docs/guides/4_sysadmin/deploy_microservices.md
index 25b6212..b3c6128 100644
--- a/docs/guides/4_sysadmin/deploy_microservices.md
+++ b/docs/guides/4_sysadmin/deploy_microservices.md
@@ -12,11 +12,11 @@
## Provision and download the Microservices
-- Go to https://dashboard.didroom.com and create an issuance flow
-- From the issuance flow page, download the microservices.zip file by"Download microservices"
-- The issuance flow page should look like this:
+- Go to https://dashboard.didroom.com and create at leastt an Issuance Flow. During the creation, you will have to create multiple objects, such as templates and microservices setup.
+- Then From the *Microservices* page, click on "Download microservices"
+- The Microservices page should look like this:
-![issuance_flow](https://github.com/ForkbombEu/DIDroom/assets/1547175/08725fe0-6d8f-4fae-a043-86400b0a9f83)
+![Microservices-manual-deployment](../images/microservices/microservices-manual-deployment.png)
## Deploy the Microservices
diff --git a/docs/guides/9_pricing/index.md b/docs/guides/9_pricing/index.md
index fb9530e..b359e10 100755
--- a/docs/guides/9_pricing/index.md
+++ b/docs/guides/9_pricing/index.md
@@ -1,4 +1,61 @@
# 🫱🏽🫲🏿 Pricing 🫱🏾🫲🏼
-## Coming soon
+## Pricing Tables
+Our pricing table. For a quick description of the different items, see below.
+
+| | **Free** | **Pro** | **Enterprise** |
+|--|--|--|--|
+|Organizations | 1 | 1 | Unlimited |
+|Issuance flows | 1 | 5 | Unlimited |
+|Verification flows | 1 | 5 | Unlimited |
+|Public credentials | No | No | Yes |
+|Microservices Deployment | Manual | Manual, Auto | Manual, Auto, CI |
+|Control Room | SaaS | SaaS | SaaS, on premises |
+|Admin Dashboard | No | No | On premises |
+|Credential customization Support | No | Github | Training, Support, Customization |
+|White labeling | No | No | Yes |
+|W3C-DID service | SaaS | SaaS | SaaS, on premises |
+|**Price** | **Free!** | **99 €/month**| [Call Sales](mailto:sales@forkbomb.eu) |
+
+
+
+## Feature description
+
+Below a description of the individual features.
+
+### Organizations
+- Description: an Organization contains users, Credential Issuance and Verification, and Microservices setup.
+- Info: [create Organization](../1_orgadmin/create)
+
+### Issuance flows and Verification flows
+- Description: Credential Issuance and Verification flows define what a Credential contains, how it is issued and how it is verified. Issuance and Verification are operated by Microservices.
+- Info: [Create an Issuance Flow](../1_orgadmin/issuance_flow) and [Create a Verification Flow](../3_verifier/2_verification_flow)
+
+### Microservices Deployment
+
+- Description: Microservices operate Credential Issuance and Verification. The Wallet and Verifier apps exchange information with the Microservices.
+- Info: [Deploy Microservices](../4_sysadmin/deploy_microservices)
+
+### Control Room
+- Description: the DIDroom Control Room is the main web application to setup Organizations, users, Credential Issuance and Verification Flows and Microservices.
+- Info: [DIDroom Control Room](../1_orgadmin/index)
+
+### Admin Dashboard
+- Description: the DIDroom Admin Dashboard is the backend of the whole DIDroom ecosystem. It is based on [Starters SaaS](https://github.com/dyne/starters) which itself is powered by [Pocketbase](https://github.com/pocketbase/pocketbase)
+- Info: [System Administrator](../4_sysadmin/)
+
+### Public credentials
+- Description: this feature allows you to have your credential Issuance flow visible by anyone who installs the DIDroom Wallet and Verifier app. The Wallet users can request the credentials by clicking on the credential from the Wallet's home.
+
+### Credential customization Support
+- Description: the Credential Authorization, Issuance and Verification, can be customised, for example to read the credential's data from an external database or to perform Authorization on a 3rd party service. Customization is implemented on our Online IDE [Apiroom](https://apiroom.net/) using [Zenroom](https://dev.zenroom.org/) and [Slangroom](https://dyne.org/slangroom/).
+- Info: we offer custom development and training for the customization
+
+### White labeling
+- Description: the [Wallet app](https://github.com/forkbombEu/wallet), the [Verifier App](https://github.com/forkbombEu/verifier) and the [DIDroom Control Room](https://github.com/ForkbombEu/signroom/tree/main/webapp) are white-label friendly. White-labeling is performed using [DIDroom-Components](https://github.com/ForkbombEu/didroom-components) and the [Playbook](https://forkbombeu.github.io/didroom-components/).
+- Info: we offer support for white-labeling and custom development
+
+### W3C-DID service
+- Description: DIDroom uses Dyne.org's W3C-DID [implementation](https://github.com/dyne/w3c-did) and [service](https://explorer.did.dyne.org/).
+- Info: we offer support for deployment and custom development of W3C-DID services.
diff --git a/docs/guides/9_pricing/pricing.md b/docs/guides/9_pricing/pricing.md.unused
similarity index 95%
rename from docs/guides/9_pricing/pricing.md
rename to docs/guides/9_pricing/pricing.md.unused
index e6d3222..c39a98d 100755
--- a/docs/guides/9_pricing/pricing.md
+++ b/docs/guides/9_pricing/pricing.md.unused
@@ -1,5 +1,8 @@
# General pricing - coming soon!
+
+
+
## ☁️ Saas ☁︎
## On premises
@@ -9,3 +12,4 @@
+
diff --git a/docs/guides/images/microservices/microservices-manual-deployment.png b/docs/guides/images/microservices/microservices-manual-deployment.png
new file mode 100755
index 0000000..adb50c7
Binary files /dev/null and b/docs/guides/images/microservices/microservices-manual-deployment.png differ
diff --git a/docs/intro.md b/docs/intro.md
index d576c30..9ae6300 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -5,6 +5,11 @@ Whether you're looking to streamline identity verification processes, enhance da
You can quickly test, plug and deploy by using our service at [dashboard.didroom.com](https://dashboard.didroom.com) or install the whole ecosystem on-premise on your infrastructure. For detailed instructions please refer to the [Get started guide](/get_started).
+## Watch our intro video
+
+
+
+
## How It Works
Didroom offers a seamless and intuitive experience for managing decentralized identities and secure communication. Here's how it works: