From d83adc7c3ab01abe8c05b0a1ec6b86a849b0cbfc Mon Sep 17 00:00:00 2001
From: Royer Yangali <royer.yangali@etsi.org>
Date: Wed, 4 Dec 2024 11:58:06 +0100
Subject: [PATCH] ADDS: adding new FAQ section for administrative questions

---
 doc/faq.md | 15 +++++++++++++++
 mkdocs.yml |  3 ++-
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 doc/faq.md

diff --git a/doc/faq.md b/doc/faq.md
new file mode 100644
index 0000000..3b1dd0d
--- /dev/null
+++ b/doc/faq.md
@@ -0,0 +1,15 @@
+This section addresses common questions you may encounter while working with TFS software.
+
+## **How can I contribute to TFS Documentation?**
+Please refer to the detailed procedure outlined in our project's README within the GitLab repository. It contains essential instructions and guidelines to assist you.
+
+See the README to [contribute documentation](https://labs.etsi.org/rep/tfs/documentation#what-should-be-the-flow-to-add-documentation-during-development).
+
+## **What if I have some issues while installing/using TFS?**
+Feel free to join our Slack community channel and ask questions! Our experts will soon reply your question.
+
+General [Slack Channel](https://join.slack.com/t/teraflowsdn/shared_invite/zt-18gc5jvkh-1_DEZHFhxeuOqzJZPq~U~A) 
+
+---------------------------------------------------------------------------------
+
+For any other bussiness, you can contact the SDG Support team at **SDGsupport@etsi.org**
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index dfa5cf6..41fd251 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -84,4 +84,5 @@ nav:
   - 5. Supported SBIs and Network Elements: ./supported_sbis_and_network_elements.md
   - 6. Supported NBIs: ./supported_nbis.md
   - 7. Supported Service Handlers: ./supported_service_handlers.md
-  - 8. Troubleshooting: ./troubleshooting.md          
+  - 8. Troubleshooting: ./troubleshooting.md   
+  - 9. FAQ: ./faq.md          
-- 
GitLab