diff --git a/docs/images/toolbox-installer.png b/docs/images/toolbox-installer.png
new file mode 100644
index 0000000000..84a5b2ff58
Binary files /dev/null and b/docs/images/toolbox-installer.png differ
diff --git a/docs/toolbox.md b/docs/toolbox.md
new file mode 100644
index 0000000000..00dfed57ba
--- /dev/null
+++ b/docs/toolbox.md
@@ -0,0 +1,44 @@
+
+
+# Toolbox Overview
+
+Docker Toolbox is an installer for quick setup and launch of a Docker environment on Mac and Windows systems.
+
+
+
+## What's in the box
+
+Toolbox includes these Docker tools:
+
+* Docker Machine for running `docker-machine` commands
+
+* Docker Engine for running the `docker` commands
+
+* Docker Compose for running the `docker-compose` commands
+
+* Kitematic, the Docker GUI
+
+* a shell preconfigured for a Docker command-line environment
+
+* Oracle VirtualBox
+
+## Ready to get started?
+
+Download Docker Toolbox from the product page. Explore videos, tutorials, and other resources there to help you get started with Docker.
+
+## Next Steps
+
+* Get Started with Docker for Mac OS X
+
+* Get Started with Docker for Windows
+
+* [Learn about Kitematic](userguide/)