diff --git a/app/docs/page.tsx b/app/docs/page.tsx
index c0159d0..5960db3 100644
--- a/app/docs/page.tsx
+++ b/app/docs/page.tsx
@@ -609,30 +609,38 @@ docker image rm -f ghcr.io/microsoft/documentdb/documentdb-local:latest || echo
•
- Click the DocumentDB icon in the VS Code sidebar
+ Locate and select the DocumentDB icon in the primary VS Code sidebar on the left-hand side.
•
- Click "Add New Connection"
-
-
- •
-
- On the navigation bar, click on "Connection
- String"
-
-
-
- •
- Paste your connection string:
+
+
Add a new connection to your DocumentDB:
+
+ -
+ •
+ In the DocumentDB Connections area, locate and expand the DocumentDB Local node.
+
+ -
+ •
+ Select the New Local Connection option.
+
+ -
+ •
+ Confirm the port (default value 10260), username, password, and choose the Disable TLS/SSL option.
+
+ -
+ •
+ Note: TLS/SSL can be enabled, but this walkthrough skips those steps for simplicity.
+
+ -
+ •
+ A new DocumentDB Local entry will be added and listed in your DocumentDB Connections area.
+
+
+
-
-
- mongodb://<YOUR_USERNAME>:<YOUR_PASSWORD>@localhost:10260/?tls=true&tlsAllowInvalidCertificates=true&authMechanism=SCRAM-SHA-256
-
-