diff --git a/etc/doxygen/pages/Components.dox b/etc/doxygen/pages/Components.dox
new file mode 100644
index 0000000000000000000000000000000000000000..f344dd71a5a45a20ef7e31a68c4e0dd5872d11ac
--- /dev/null
+++ b/etc/doxygen/pages/Components.dox
@@ -0,0 +1,11 @@
+/**
+\addtogroup Components Components
+Components are the main building blocks of ArmarX and offer services for other applications via Ice.
+Each component usually implements one Ice interface by which it offers its services.
+They can be configured with \ref armarx-componentproperties via config files.
+
+\defgroup ArmarXGui-Components ArmarXGui Components
+\ingroup ArmarXGui Components
+GUI related components such as the \ref RemoteGuiProvider
+
+*/