diff --git a/src/IDF/templates/faq.html b/src/IDF/templates/faq.html
index 2601dc3..680fcc8 100644
--- a/src/IDF/templates/faq.html
+++ b/src/IDF/templates/faq.html
@@ -3,6 +3,7 @@
{block body}
What are the keyboard shortcuts?
@@ -16,6 +17,15 @@
Shift+w: The issues assigned to you.
+How to mark an issue as duplicate?
+
+This is simple:
+
+- Write in the comments "This is a duplicate of issue 123", change 123 with the corresponding issue number.
+- Change the status of the current issue to Duplicate.
+- Submit the changes.
+
+
{/block}
{block context}
{trans 'Here we are, just to help you.'}