diff --git a/public/scripts/templates/macros.html b/public/scripts/templates/macros.html
index 2eeb6537c..a3e0e83a0 100644
--- a/public/scripts/templates/macros.html
+++ b/public/scripts/templates/macros.html
@@ -17,6 +17,7 @@
{{char}} – the Character's name
{{lastMessage}} - the text of the latest chat message.
{{lastMessageId}} – index # of the latest chat message. Useful for slash command batching.
+ {{firstIncludedMessageId}} - the ID of the first message included in the context. Requires generation to be ran at least once in the current session.
{{currentSwipeId}} – the 1-based ID of the current swipe in the last chat message. Empty string if the last message is user or prompt-hidden.
{{lastSwipeId}} – the number of swipes in the last chat message. Empty string if the last message is user or prompt-hidden.
{{// (note)}} – you can leave a note here, and the macro will be replaced with blank content. Not visible for the AI.