diff --git a/docs/codelab/cloud-run.md b/docs/codelab/cloud-run.md
new file mode 100644
index 000000000..231b13188
--- /dev/null
+++ b/docs/codelab/cloud-run.md
@@ -0,0 +1,22 @@
+This is a video tutorial that goes through the process of building and deploying a Mesop
+app to Cloud Run.
+
+Here is a screenshot of the app you will be building.
+
+
+
+## Part 1: Building a Gemini powered Mesop app
+
+This video describes how to build a Gemini powered Mesop app.
+
+
+
+## Part 2: Deploying to Cloud Run
+
+This video describes how deploy the Gemini powered Mesop app to Cloud Run.
+
+
+
+## GitHub Code
+
+View the [source code](https://github.com/GoogleCloudPlatform/generative-ai/tree/main/gemini/sample-apps/gemini-mesop-cloudrun).
diff --git a/mkdocs.yml b/mkdocs.yml
index 03ed3fdbf..b27024bb7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -15,6 +15,7 @@ nav:
- 3 - Managing state & dialogs: codelab/3.md
- 4 - Integrating AI APIs: codelab/4.md
- 5 - Wrapping it up: codelab/5.md
+ - Cloud Run Codelab: codelab/cloud-run.md
- Guides:
- Fundamentals:
- State Management: guides/state-management.md