diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce3046fd..ea003c7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
Version 3.1.0 - ??/??/2025
- Added Google Gemini API support [#204, #2174].
+ - Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
- ...
Version 3.0.0 - 05/01/2025
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 405791b3..56ad5422 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -945,6 +945,8 @@
},
"ChatGPT_Developer_Messages_Info": {
"message": "When you set the developer messages, you give the model additional context to understand the task, provide more customized responses, and adhere to specific guidelines over the prompt that will be sent.",
+ "prefs_OptionText_btnManagePrompts_infoline3": {
+ "message": "You can use the {%tags_full_list%} data placeholder in the prompt to list the available tags. With an appropriate prompt, you could then force the tags to be chosen only from the list of those already existing.",
"description": ""
}
}
\ No newline at end of file
diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html
index bdf3a282..1f3ee74f 100644
--- a/options/mzta-release-notes.html
+++ b/options/mzta-release-notes.html
@@ -10,6 +10,7 @@
Version 3.1.0 - ??/??/2025
- Added Google Gemini API support [#204, #2174].
+ - Added an info text about using the new {%tags_full_list%} placeholder in the "Add Tags Prompt" page [#215].
- ...
Version 3.0.0 - 05/01/2025
diff --git a/pages/addtags/mzta-add-tags.html b/pages/addtags/mzta-add-tags.html
index c85d8b06..f7e0f81f 100644
--- a/pages/addtags/mzta-add-tags.html
+++ b/pages/addtags/mzta-add-tags.html
@@ -53,7 +53,8 @@