diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 000000000..5008ddfcf
Binary files /dev/null and b/.DS_Store differ
diff --git a/images/monorepo.png b/images/monorepo.png
new file mode 100644
index 000000000..41aaf7753
Binary files /dev/null and b/images/monorepo.png differ
diff --git a/quickstart.mdx b/quickstart.mdx
index 36d255372..1bd86953a 100644
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -73,6 +73,16 @@ Mintlify enables you to easily customize the style, structure, and content of yo

* For a more versatile online experience, open your git repository in Github's [github.dev](https://github.dev) online IDE. Simply replace `github.com` in your repo URL with `github.dev`. For example, use `github.dev/mintlify/docs` instead of `github.com/mintlify/docs`.
+
+
+ > **Monorepo Setup**
+ > We also support a mono-rep setup, allowing you to add our starter template within a docs folder in your existing repo.
+ > 1. Clone the starter template and move its contents into your docs folder
+ > 2. Delete the .git directory.
+ > 3. You can also choose the path to your mint.json in the dashboard under 'Settings'
+ > 
+ > The mono-repo setup eliminates the need for creating a new repo.
+