diff --git a/doc/upstream-training/source/slides/slide-index.rst b/doc/upstream-training/source/slides/slide-index.rst
index 995dbea2..ab0d9346 100644
--- a/doc/upstream-training/source/slides/slide-index.rst
+++ b/doc/upstream-training/source/slides/slide-index.rst
@@ -44,6 +44,7 @@ Workflow and Tools for Participation
    workflow-metrics.rst
    workflow-setup-and-first-patch.rst
    workflow-using-sandbox.rst
+   workflow-closing-exercise.rst
 
 Code Deep Dive
 ==============
diff --git a/doc/upstream-training/source/slides/workflow-closing-exercise.rst b/doc/upstream-training/source/slides/workflow-closing-exercise.rst
new file mode 100644
index 00000000..afc2460b
--- /dev/null
+++ b/doc/upstream-training/source/slides/workflow-closing-exercise.rst
@@ -0,0 +1,36 @@
+=================
+Closing Exercises
+=================
+
+.. image:: ./_assets/os_background.png
+   :class: fill
+   :width: 100%
+
+Exercise 1
+==========
+
+Create an .rst file with an outline of a 5 day trip to Spain.
+Include activities and times and any other details you think
+would help you sell the trip to someone.
+
+Submit the patch to the sandbox when you're finished.
+
+Example Itinerary
+=================
+
+- Day 1
+
+  - 13:45 Sagrada Familia
+
+- Day 2
+
+  - 7:45 Cava & Winery Tour
+  - 19:45 Barcelona FC Game
+
+- Day 3-4
+
+  - 15:00 Overnight in Ibiza
+
+- Day 5
+
+  - 7:00 Day Trip to Madrid
diff --git a/doc/upstream-training/source/website/index.rst b/doc/upstream-training/source/website/index.rst
index 310493e5..aa1110f9 100644
--- a/doc/upstream-training/source/website/index.rst
+++ b/doc/upstream-training/source/website/index.rst
@@ -126,6 +126,7 @@ Workflow and Tools for Participation
 * `Guide to SetUp and Push First Patch
   <workflow-setup-and-first-patch.html>`_
 * `Using Sandbox for Practice <workflow-using-sandbox.html>`_
+* `Closing Exercise  <workflow-closing-exercise.html>`_
 
 Code Deep Dive
 --------------