diff --git a/docs/site/docs/monitoring.md b/docs/site/docs/monitoring.md
new file mode 100644
index 0000000000000000000000000000000000000000..1929fec9c4f4aed4d503d4878baaf1a99a30721e
--- /dev/null
+++ b/docs/site/docs/monitoring.md
@@ -0,0 +1,24 @@
+---
+title: ASAPO monitoring
+---
+Asapo monitoring is a web-serivce, that visualise data -flow in asapo. Service is available here: http://asap3-utl01:8400/tv/ and can be accessed within the DESY network. For standalone asapo service is available at host machine under the same address. Service shows parameters for selected beamtime and a given time period.
+
+#### Total transfer speed and file rate 
+Transfer speed shows the data-transferred speed by consumer and producer. File transfer rate is given in files per second and given for consumer only.
+
+![Docusaurus](/img/monitoring/transfer_speed.png)![Docusaurus](/img/monitoring/file_rate.png)
+
+#### List of producers and consumers
+Each created consumer and producer have a unique index. Lists of consumers and produces, that were active in selected period are given. 
+
+![Docusaurus](/img/monitoring/consumers_producers.png)
+
+#### Pipeline topology
+Each consumer and producer have an associated pipeline-step (Default if not given). Topology widget reconstruct connections between active consumers and producers based on pipeline-step and data-source names. In some cases produces for some of the active consumer are not known (most probable because they were active early than selected period). They are illustrated in the topology in Unknown pipeline step. 
+
+![Docusaurus](/img/monitoring/topology.png)
+
+#### Groups ID
+Each message in asapo have an internal  timestamp, shown, when it was arrived. Widget shown list of consumer groups and time-delay between message timestamp and time, when message was requested by consumer.
+
+![Docusaurus](/img/monitoring/group_delay.png)
\ No newline at end of file
diff --git a/docs/site/sidebars.js b/docs/site/sidebars.js
index a2c73129fe1abe945d61538c398a81ea350734cd..d39866fc4c386915d72f8a3ec7d03e5d9ab0c641 100644
--- a/docs/site/sidebars.js
+++ b/docs/site/sidebars.js
@@ -11,6 +11,7 @@ module.exports = {
         'producer-clients',
         'consumer-clients',
         'core-architecture',
+        'monitoring',
       ],
     },
     {
diff --git a/docs/site/static/img/monitoring/consumers_producers.png b/docs/site/static/img/monitoring/consumers_producers.png
new file mode 100644
index 0000000000000000000000000000000000000000..5d39c9cf6001eb03ff14e2258eec9ec54e565dfc
Binary files /dev/null and b/docs/site/static/img/monitoring/consumers_producers.png differ
diff --git a/docs/site/static/img/monitoring/file_rate.png b/docs/site/static/img/monitoring/file_rate.png
new file mode 100644
index 0000000000000000000000000000000000000000..6b528b246aaffa29a4b1e5dbdd3025f9bacce91a
Binary files /dev/null and b/docs/site/static/img/monitoring/file_rate.png differ
diff --git a/docs/site/static/img/monitoring/group_delay.png b/docs/site/static/img/monitoring/group_delay.png
new file mode 100644
index 0000000000000000000000000000000000000000..2bf53fd234bfcff76563e467f02aab9f864dd664
Binary files /dev/null and b/docs/site/static/img/monitoring/group_delay.png differ
diff --git a/docs/site/static/img/monitoring/topology.png b/docs/site/static/img/monitoring/topology.png
new file mode 100644
index 0000000000000000000000000000000000000000..a75edffddff8178196284e8c869c49ead7f97917
Binary files /dev/null and b/docs/site/static/img/monitoring/topology.png differ
diff --git a/docs/site/static/img/monitoring/transfer_speed.png b/docs/site/static/img/monitoring/transfer_speed.png
new file mode 100644
index 0000000000000000000000000000000000000000..fbae90358796c1b8d1359596083c62e979c5c753
Binary files /dev/null and b/docs/site/static/img/monitoring/transfer_speed.png differ