diff --git a/docs/qfRoundInstruction.md b/docs/qfRoundInstruction.md
new file mode 100644
index 000000000..15c35b2c3
--- /dev/null
+++ b/docs/qfRoundInstruction.md
@@ -0,0 +1,39 @@
+# Qf Round
+## Create
+
+
+* **Name** name of round that we show in the UI
+* **Is Active** If we want qfRound be active we should check this option. **Be careful we can just have one active qfRound, otherwise system would not work well in this state**
+* **Allocated Fund** The amount of fund that we want to distribute in this round ( USD value)
+* **Minimum Passport Score** At the end of the round we just consider donations whose donor passport score is greater than or equal to this field
+* **Begin Date** Exact time of when we want to begin round
+* **End Date** Exact time of when round supposed to end **be careful of this field, because when end date passes admins can not edit round anymore**
+
+
+# List
+
+
+Admins can see list of QF Rounds here
+
+# Show Single QF Round
+
+
+You can see qf round detail and related projects of a qf round in this page
+
+# Add projects to an active QF round
+## Project list
+
+
+You can select multiple project and add/remove them to existing active QF Round with these two buttons
+**Add To Qf Round** and **Remove From Qf Round**
+
+## Project page
+
+
+You can add/remove a project to existing active QF Round with these two buttons
+**Add Project To Qf Round** and **Remove Project From Qf Round**
+
+And also you can see related qfRound of a project in this page
+
+
+