diff --git a/documentation/user-guide/downloading.rst b/documentation/user-guide/downloading.rst
index 8f8302bac112a46d30324a0c04fdde6dc83dc4d8..0a222cd6c2af38f44b40f4ba0254af213c026b82 100644
--- a/documentation/user-guide/downloading.rst
+++ b/documentation/user-guide/downloading.rst
@@ -29,5 +29,9 @@ Note that the download size in WCS is restricted in order to not block the
 service. Clients are advised to download bigger coverages in chunks and put them
 together afterwards.
 
+Downloading in QGIS
+---------
+
+
 The final chapter :ref:`sample_requests` holds a list of sample requests against
 the various services described in this user guide.
diff --git a/documentation/user-guide/viewing.rst b/documentation/user-guide/viewing.rst
index 950a27ed3103172be586e537e875c8567f37ddcc..63800f9620395fecff9f992ddf63abf8814cebb9 100644
--- a/documentation/user-guide/viewing.rst
+++ b/documentation/user-guide/viewing.rst
@@ -116,6 +116,8 @@ All these customization parameters can of course be combined as needed.
 Please see the chapter :ref:`sample_requests` for detailed examples of all
 supported parameters.
 
+.. _loading_qgis:
+
 Loading in QGIS
 ---------------
 
@@ -145,23 +147,40 @@ button as shown in :numref:`fig_wms_qgis2`.
 
    *WMS loading in QGIS*
 
-The TimeManager plugin offers a convenient way to navigate through the time
-dimension as shown in :numref:`fig_wms_qgis3`.
+Important parameter to consider while viewing the layers is the requested time interval,
+allowing for example to observe changes over years. One option is to manually add a custom **time=** parameter to the url after checking the `Ignore GetMap URI` checkbox. 
+
+For QGIS versions lower than 3.14, the only way how to use WMS layers with time support (WMS-T) was through a maintained plugin called `TimeManager <https://github.com/anitagraser/TimeManager>`_. It offers a convenient way to navigate through the time for raster and vector layers with custom defined steps as shown in :numref:`fig_wms_qgis3`.
 
 .. _fig_wms_qgis3:
 .. figure:: images/wms_qgis3.*
-   :alt: WMS loading in QGIS
+   :alt: WMS loading in QGIS with TimeManager
 
-   *WMS loading in QGIS*
+   *WMS loading in QGIS with TimeManager*
+
+.. only:: builder_html
+
+The plugin needs to be installed first and then set up with the desired layer. The raster layer to be added to TimeManager must be first added to the workspace as shown in :ref:`loading_qgis`. By clicking `Settings` button and following up with `Add raster` button as can be seen in :numref:`fig_wms_qgis4` it can be then chosen from list of layers. It is also suggested to add Start time and End time constrains to narrow down the interval which TimeManager will consider.
+
+.. _fig_wms_qgis4:
+.. figure:: images/wms_qgis4.*
+   :alt: Setup of TimeManager
+
+   *Setup of TimeManager*
 
 .. only:: builder_html
 
-  It even allows exporting an animation as shown in :numref:`fig_wms_qgis4` below.
+After setting the layer up, it is possible to change the time interval length (for example 1 month) and view all products in that interval. After clicking the `play` button, it displays the layer iteratively from defined Start time to End time, always displaying each frame for a set number of milliseconds.
 
-  .. _fig_wms_qgis4:
+It even allows exporting an animation as shown in :numref:`fig_wms_qgis5` below.
+
+  .. _fig_wms_qgis5:
   .. figure:: images/wmts_animation.gif
      :alt: WMS loading in QGIS
 
      *WMS loading in QGIS*
 
+Second option available newly in QGIS Version 3.14 is to use added core support for WMS-T protocol called **Temporal Controller**. In detail video guide directly from the author of the feature can be seen on `video link <https://www.youtube.com/watch?v=vgDg5cRwPRw>`_
+
+
 Continue reading to learn about the provided :ref:`searching` services.