diff --git a/FAQ.md b/FAQ.md
index 24286b2..56c0331 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -43,6 +43,20 @@
+
+ In which order are macro conditions evaluated?
+
+ ***
+ The conditions are checked from the top to the bottom.
+So assuming you have the following conditions set up in a given macro ...
+
+
+
+... they would be evaluated as `(((Scene) or File) and Audio)`.
+ ***
+
+
+
Where do I report issues, bugs, or feature requests?