diff --git a/src/_images/httpql_multi_line_comment.png b/src/_images/httpql_multi_line_comment.png
new file mode 100644
index 00000000..b09fac36
Binary files /dev/null and b/src/_images/httpql_multi_line_comment.png differ
diff --git a/src/_images/httpql_single_line_comment.png b/src/_images/httpql_single_line_comment.png
new file mode 100644
index 00000000..9df5138f
Binary files /dev/null and b/src/_images/httpql_single_line_comment.png differ
diff --git a/src/reference/httpql.md b/src/reference/httpql.md
index 044a7096..88d84aee 100644
--- a/src/reference/httpql.md
+++ b/src/reference/httpql.md
@@ -152,3 +152,17 @@ Caido supports the priority of operations: `AND` has a higher priority than `OR`
::: tip
While parentheses are optional, we recommend using them to make your logical grouping clear.
:::
+
+## Comments
+
+Caido supports both single-line and multi-line comments in HTTPQL queries.
+
+::: tip
+Comments can be used to write descriptions or temporary disable certain query statements.
+:::
+
+
+
+---
+
+