diff --git a/docs/gui.rst b/docs/gui.rst
index 4a1ad1e028e9bfd979d2157ce3a4797e8ca7e300..0527e9bc068ac1fcd7a1a17a0ab6e34813833269 100644
--- a/docs/gui.rst
+++ b/docs/gui.rst
@@ -87,4 +87,8 @@ Different visualisations can be enabled or disabled using the display menu (4) o
 - confusion
 	A matrix in the center of the screen, only available after clicking "menu" -> "auto correct" -> "No".
 - dataset
-	
\ No newline at end of file
+	Display information about the consecutive segment in the currently viewed frame. This includes stats per individual like midline length variance, as well as (if available) identities as predicted by the neural network.
+- #individuals
+	A graph that shows the number of individuals per frame (only shows data for frames analysed in the current session, not loaded frames).
+- heatmap
+	Show a heatmap with customizable properties. Search ``heatmap_`` in the settings box to find all available options. By default it shows a density map for positions of individuals in the whole video.
\ No newline at end of file