diff --git a/docs/deployment/docker.mdx b/docs/deployment/docker.mdx
index d9ac0df..c518ffd 100644
--- a/docs/deployment/docker.mdx
+++ b/docs/deployment/docker.mdx
@@ -10,6 +10,16 @@ Dograh AI can be deployed using Docker in two main configurations. Choose the op
## Option 1: Local Docker Deployment
+Watch the video tutorial below for a step-by-step walkthrough of setting up Dograh AI locally with Docker.
+
+
+
For local development and testing, you can run Dograh AI directly on your machine using Docker with a single command.
### Quick Start
@@ -38,6 +48,16 @@ You can disable telemetry by setting `ENABLE_TELEMETRY=false` in the command abo
## Option 2: Remote Server Deployment
+Watch the video tutorial below for a step-by-step walkthrough of deploying Dograh AI to a remote server.
+
+
+
Deploy Dograh AI on a remote server to make it accessible from anywhere using your server's IP address. This setup includes HTTPS support via nginx reverse proxy with self-signed certificates. We need to serve the application over HTTPS, since modern browsers only allow microphone permissions for websites being served over HTTPS.
**We highly recommend you set up the platform on a fresh server, so that there are less chances of confliciting dependencies, and ports from other applications.**