From b31704ed6ca3ae781fe2e9dca44aaada9acd48ee Mon Sep 17 00:00:00 2001
From: Vojdan Kjorveziroski <vojdan.kjorveziroski@finki.ukim.mk>
Date: Wed, 5 Jun 2024 16:09:52 +0200
Subject: [PATCH] Add introduction to the guides section

---
 docs/guides/introduction.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 docs/guides/introduction.md

diff --git a/docs/guides/introduction.md b/docs/guides/introduction.md
new file mode 100644
index 0000000..b9f97a2
--- /dev/null
+++ b/docs/guides/introduction.md
@@ -0,0 +1,9 @@
+# nmaas Guides
+
+The Guides section is dedicated to hosting step-by-step instructions on how to perform common tasks from the nmaas web interface (the nmaas Portal). The following guides are currently available:
+
+- [Application Manager Guide](application-manager-guide.md) - targeted at users with the application manager role. It outlines the required steps to add a new version of an existing application in the nmaas catalog.
+- [Domain Admin Guide](domain-admin-guide.md) - targeted at users with the `Domain Admin` role. It describes the steps to add or remove users to/from an existing domain.
+- [User Guide](user-guide.md) - targeted at regular users. It provides a comprehensive overview on how nmaas can be used, starting from requesting a new domain and registering a user account, to deploying application instances, accessing them, reconfiguring them, and finally deprovisioning application instances which are no longer needed.
+
+Please note that these guides are aimed at nmaas users interacting with the platform through its web interface. Administrators who would like to deploy a new nmaas instance should have a look at the [nmaas Installation Guide](../self-hosted-nmaas/introduction.md).
\ No newline at end of file
-- 
GitLab