diff --git a/content/1.help/1.DefenseFinder.md b/content/1.help/1.DefenseFinder.md
new file mode 100644
index 0000000000000000000000000000000000000000..69d670fddbbce762986ec7ce2a12243743f91c7d
--- /dev/null
+++ b/content/1.help/1.DefenseFinder.md
@@ -0,0 +1,25 @@
+---
+title: DefenseFinder Webservice
+layout: article
+---
+
+# Documentation
+
+## DefenseFinder
+
+[DefenseFinder](https://github.com/mdmparis/defense-finder) is a software to detect defense systems in bacterial genomes.
+It takes as input a fasta file, be it nucleic or protein (it will guess which).
+
+On the web service page, users can upload (1) their fasta file(s). One can upload multiple fasta files at once, as many jobs will run.
+
+Job are automatically launched once the upload is done. Jobs can be found in the analysis panel (2), and are named with the name of the input file. The job name can be changed.
+Analyses are kept for 6 months, or with a maximum of 10 jobs. 
+
+![webservice_interface](/help/webservice_interface.jpg){max-width=750px}
+
+The result consists in 3 tables :
+
+- Systems table : One system per line. On the column type, there is the name of the system, and one can click on it to be redirected to the corresponding wiki page.
+- Genes table : One gene per line. Those are genes from the aforementioned system, with some addition information on the quality of the hit. The key between both table is `sys_id`
+- HMMER table : One gene per line. Here it's all the genes hit by a hmm profile, even when the gene is not part of a defense system.
+
diff --git a/content/1.help.md b/content/1.help/2.Contributing-Wiki.md
similarity index 82%
rename from content/1.help.md
rename to content/1.help/2.Contributing-Wiki.md
index 983201dec5cb751223131463c05bcd6da1b755c0..e6dc0a4b5e8602ff5584c06ce329f1006e3c2157 100644
--- a/content/1.help.md
+++ b/content/1.help/2.Contributing-Wiki.md
@@ -1,33 +1,12 @@
 ---
-title: Help
+title: Contributing to the Wiki
 layout: article
 navigation: 
-    icon: 'md:help'
 ---
 
-# Documentation
+# Contributing to the Wiki
 
-## DefenseFinder
-
-[DefenseFinder](https://github.com/mdmparis/defense-finder) is a software to detect defense systems from bacterial genomes.
-It takes as input a fasta file, nucleic or proteic (it will guess which).
-
-On the web service page, users can upload (1) their fasta file. One can upload multiple fasta files at once, as many jobs will be run.
-
-Users need to provide a name for the job (2) being submitted before clicking on the submit button (3).
-Once a job is submitted, the page is redirected to the "Analyses" panel (4) where results of the past runs can be found.
-
-![webservice_interface](/help/webservice_interface.jpg){max-width=750px}
-
-The result consists in 3 tables :
-
-- Systems table : One system per line. On the column type, there is the name of the system, and one can click on it to be redirected to the corresponding wiki page.
-- Genes table : One gene per line. Those are genes from the aforementioned system, with some addition information on the quality of the hit. The key between both table is `sys_id`
-- HMMER table : One gene per line. Here it's all the genes hit by a hmm profile, even when the gene is not part of a defense system.
-
-## Contributing to the Wiki
-
-### 1/ Create an account
+## 1/ Create an account
 
 The wiki is based on gitlab pages, and we are using the gitlab's instance of the Pasteur Institute. To contribute, users need to be part of the project.
 
@@ -43,7 +22,7 @@ Once your account is created, you need to request access to the project, on the
 
 Click, and wait for an admin approval.
 
-### 2/ Edit a page
+## 2/ Edit a page
 
 Once you have access to the project (the previous step is done once), you can edit easily each page of the wiki, and post [issues](https://gitlab.pasteur.fr/mdm-lab/wiki/-/issues) (if you have question about something or remarks with anything from content to design).
 
@@ -65,7 +44,7 @@ To do so, just fill in the description (1) of what you did, or anything that you
 
 ![Create MR](/help/Create_MR.png){max-width=750px}
 
-### 3/ Tips to write Markdown
+## 3/ Tips to write Markdown
 
 As a general advice, check an already written file to see how other pages are written.<br><br>
 
diff --git a/content/1.help/_dir.yml b/content/1.help/_dir.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4e3ea367155ec0043de48b929419929f98628091
--- /dev/null
+++ b/content/1.help/_dir.yml
@@ -0,0 +1,2 @@
+navigation.icon: "md:help"
+