diff --git a/FAQ.md b/FAQ.md
index 56c0331..845c304 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -43,6 +43,20 @@
+
+ In which order are macros executed?
+
+ ***
+ The macros are executed from the top to the bottom of the macro list.
+So assuming you have the following macros set up and all their conditions are met ...
+
+
+
+... first the actions of `Macro 1` would be executed, followed by `Macro 2`, and finally `Macro 3`.
+ ***
+
+
+
In which order are macro conditions evaluated?