diff --git a/docs/hello_ai_world.md b/docs/hello_ai_world.md
new file mode 100644
index 00000000..d7d31612
--- /dev/null
+++ b/docs/hello_ai_world.md
@@ -0,0 +1,13 @@
+# Hello AI World
+
+[Hello AI World](https://github.com/dusty-nv/jetson-inference){:target="_blank"} is an in-depth tutorial series for DNN-based inference and training of image classification, object detection, semantic segmentation, and more. It is built on the [`jetson-inference`](https://github.com/dusty-nv/jetson-inference){:target="_blank"} library using TensorRT for optimized performance.
+
+
+
+It's highly recommended to familiarize yourself with the concepts of machine learning and computer vision before diving into the more advanced topics of generative AI here on the Jetson AI Lab. Many of these models will prove useful to have during your development.
+
+
+
+
+
+**HELLO AI WORLD** >> [https://github.com/dusty-nv/jetson-inference](https://github.com/dusty-nv/jetson-inference)
diff --git a/mkdocs.yml b/mkdocs.yml
index 38dd4203..9f8f6c03 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -77,6 +77,7 @@ nav:
- Home: index.md
- Tutorials:
- Introduction: tutorial-intro.md
+ - Hello AI World: hello_ai_world.md
- Text (LLM):
- text-generation-webui: tutorial_text-generation.md
- llamaspeak: tutorial_llamaspeak.md