diff --git a/docs.it4i/general/tools/codeit4i.md b/docs.it4i/general/tools/codeit4i.md
new file mode 100644
index 0000000000000000000000000000000000000000..493252c6300badc583d141a14c59dfc8343c9244
--- /dev/null
+++ b/docs.it4i/general/tools/codeit4i.md
@@ -0,0 +1,31 @@
+# Code.it4i.cz
+
+[code.it4i.cz][1] is a GitLab server maintained by IT4Innovations.
+It is available for all IT4I users and can be accessed via LDAP login credentials.
+
+It offers various tools including:
+
+## Project Management
+
+Collaborate with teammates using built-in code review tools.
+Control, track, and manage different versions of your project.
+Manage access and permission rights for different roles within your project.
+Report, track, and manage bugs and feature requests within your projects.
+Maintain project-specific documentation directly within GitLab.
+
+For more detailed information see the [GitLab documentation][2].
+
+## Continuous Integration / Continuous Deployment
+
+Automatically execute compilation scripts and test cases
+and distribute new versions of your code.
+See the [CI/CD section][a] for more information.
+
+## IT4I Documentation
+
+Participate on improving and expanding our documentation to help other users.
+
+[1]: https://code.it4i.cz/
+[2]: https://docs.gitlab.com/
+
+[a]: cicd.md
diff --git a/mkdocs.yml b/mkdocs.yml
index 1438fe6a5b836d9e564a31d714d720e5fd734473..de5b4616c4c73d641c2942b76615343942b4cc4e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -113,6 +113,7 @@ nav:
         - HyperQueue: general/hyperqueue.md
 #      - Parallel Computing and MPI: general/karolina-mpi.md
     - Tools:
+        - CodeIT4I: general/codeit4i.md
         - CI/CD: general/tools/cicd.md
         - Data Sharing Tools: general/tools/tools-list.md
         - IT4I Portal Client: general/tools/portal-clients.md