diff --git a/doc/source/user_guide/index.rst b/doc/source/user_guide/index.rst
index bb1efae14..025f50081 100644
--- a/doc/source/user_guide/index.rst
+++ b/doc/source/user_guide/index.rst
@@ -4,5 +4,6 @@ User Guide
 .. toctree::
    :maxdepth: 1
 
+   supported_distros
    installation
    building_an_image
diff --git a/doc/source/user_guide/supported_distros.rst b/doc/source/user_guide/supported_distros.rst
new file mode 100644
index 000000000..49babbee6
--- /dev/null
+++ b/doc/source/user_guide/supported_distros.rst
@@ -0,0 +1,19 @@
+Supported Distributions
+=======================
+
+Distributions which are supported as a build host:
+
+- Centos 6, 7
+- Debian 8 ("jessie")
+- Fedora 20, 21, 22
+- RHEL 6, 7
+- Ubuntu 14.04 ("trusty")
+
+
+Distributions which are supported as a target for an image:
+
+  - Centos 6, 7
+  - Debian 8 ("jessie")
+  - Fedora 20, 21, 22
+  - RHEL 6, 7
+  - Ubuntu 12.04 ("precise"), 14.04 ("trusty")