diff --git a/docs.it4i/lumi/.gitkeep b/docs.it4i/lumi/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/docs.it4i/lumi.md b/docs.it4i/lumi/lumi.md
similarity index 80%
rename from docs.it4i/lumi.md
rename to docs.it4i/lumi/lumi.md
index 6e6222edf3adfbc010e8237653aca2ac32ed3fe7..7427d29d614ecfa7128a82dd98f316a4a21f79a0 100644
--- a/docs.it4i/lumi.md
+++ b/docs.it4i/lumi/lumi.md
@@ -1,4 +1,4 @@
-# LUMI
+# About LUMI
 
 The European High-Performance Computing Joint Undertaking (EuroHPC JU) is pooling European resources
 to develop top-of-the-range exascale supercomputers for processing big data,
@@ -6,8 +6,8 @@ based on competitive European technology.
 
 One of the pan-European pre-exascale supercomputers, [LUMI][1], is located in CSC’s data center in Kajaani, Finland.
 
-The supercomputer is hosted by the LUMI consortium.
-The LUMI (Large Unified Modern Infrastructure) consortium countries are Finland, Belgium, the Czech Republic,
+The supercomputer is hosted by the Large Unified Modern Infrastructure consortium.
+The LUMI consortium countries are Finland, Belgium, the Czech Republic,
 Denmark, Estonia, Iceland, Norway, Poland, Sweden, and Switzerland.
 
 LUMI is one of the world’s best-known scientific instruments for the lifespan of 2021–2027.
diff --git a/docs.it4i/lumi/software.md b/docs.it4i/lumi/software.md
new file mode 100644
index 0000000000000000000000000000000000000000..09e7c7b895a0209cb116dc03e0f313a04cc5133f
--- /dev/null
+++ b/docs.it4i/lumi/software.md
@@ -0,0 +1,40 @@
+# LUMI Software Guides
+
+Below are the guides for selected [LUMI Software modules][1]:
+
+## How to Run PyTorch on Lumi-G AMD GPU Accelerators
+
+[https://docs.lumi-supercomputer.eu/software/packages/pytorch/][2]
+
+## How to Run Gromacs on Lumi-G AMD GPU Accelerators
+
+[https://docs.csc.fi/apps/gromacs/#example-batch-script-for-lumi-full-gpu-node][3]
+
+## AMD Infinity Hub
+
+The AMD Infinity Hub contains a collection of advanced software containers and deployment guides for HPC and AI applications,
+including code built recipes for code customization.
+
+[https://www.amd.com/fr/developer/resources/infinity-hub.html][4]
+
+## GPU-Accelerated Applications With AMD INSTINCT™ Accelerators Enabled by AMD ROCm™
+
+[https://www.amd.com/system/files/documents/gpu-accelerated-applications-catalog.pdf][5]
+
+## CSC Installed Software
+
+Codes enabled by CSC and available for all, including PyTorch, TensorFlow, JAX, GROMACS, and others.
+
+[https://docs.lumi-supercomputer.eu/software/local/csc/][6]
+
+## Installation of SW via Conda
+
+[https://docs.lumi-supercomputer.eu/software/installing/container-wrapper/][7]
+
+[1]: https://lumi-supercomputer.github.io/LUMI-EasyBuild-docs/
+[2]: https://docs.lumi-supercomputer.eu/software/packages/pytorch/
+[3]: https://docs.csc.fi/apps/gromacs/#example-batch-script-for-lumi-full-gpu-node
+[4]: https://www.amd.com/fr/developer/resources/infinity-hub.html
+[5]: https://www.amd.com/system/files/documents/gpu-accelerated-applications-catalog.pdf
+[6]: https://docs.lumi-supercomputer.eu/software/local/csc/
+[7]: https://docs.lumi-supercomputer.eu/software/installing/container-wrapper/
diff --git a/docs.it4i/lumi/support.md b/docs.it4i/lumi/support.md
new file mode 100644
index 0000000000000000000000000000000000000000..db022c0673f28464c0911d4c4078bfb8d696fdfd
--- /dev/null
+++ b/docs.it4i/lumi/support.md
@@ -0,0 +1,36 @@
+# LUMI Support
+
+You can use the [LUMI support portal][5] for help and support regarding the cluster and SW technology at LUMI.
+
+Czech national support for LUMI is provided by Jan Vicherek (contact: [support\[at\]it4i.cz][a]).
+
+Additionally, LUMI organizes number of events and training, the list of which can be found at:
+
+[https://lumi-supercomputer.eu/events/][1]
+
+## LUMI User Coffee Breaks
+
+These are LUMI User Support Team’s online meetings
+which you can join even if you are not yet LUMI user.
+
+[https://lumi-supercomputer.eu/lumi-user-coffee-breaks/][2]
+
+You can submit questions for the session using HedgeDoc.
+
+Zoom link for the meeting can be found at:
+
+[https://www.lumi-supercomputer.eu/events/usercoffeebreaks/][3]
+
+## Overview
+
+The overview of LUMI's events and trainings can be found at:
+
+[https://lumi-supercomputer.github.io/LUMI-training-materials/][4]
+
+[1]: https://lumi-supercomputer.eu/events/
+[2]: https://lumi-supercomputer.eu/lumi-user-coffee-breaks/
+[3]: https://www.lumi-supercomputer.eu/events/usercoffeebreaks/
+[4]: https://lumi-supercomputer.github.io/LUMI-training-materials/
+[5]: https://lumi-supercomputer.eu/user-support/need-help/
+
+[a]: mailto:support@it4i.cz
diff --git a/mkdocs.yml b/mkdocs.yml
index 95ab9f28428c9606a99ad71a665ea260ef108baa..266e27f844b66873ae3d8a7a8b9139391b0bfd1c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -123,7 +123,6 @@ nav:
     - Satisfaction and Feedback: general/feedback.md
     - Energy Saving: general/energy.md
     - DICE: dice.md
-    - LUMI: lumi.md
     - Support: general/support.md
   - Storage:
     - PROJECT: 
@@ -304,6 +303,10 @@ nav:
   - Clouds:
     - E-Infra CZ Cloud: cloud/einfracz-cloud.md
     - IT4I Cloud: cloud/it4i-cloud.md
+  - LUMI:
+      - About LUMI: lumi/lumi.md
+      - LUMI Software: lumi/software.md
+      - LUMI Support: lumi/support.md
 
 extra:
   disqus: 'test-3whnesz3gq'