diff --git a/docs/source/templates.rst b/docs/source/templates.rst
index bff8985e..9801ada9 100644
--- a/docs/source/templates.rst
+++ b/docs/source/templates.rst
@@ -194,6 +194,22 @@ This field is **optional**.
"privileged": true
}
+``note``
+--------
+
+Usage / extra information about the template. This will be displayed inside the template
+creation form in the Portainer UI.
+
+Supports HTML.
+
+This field is **optional**.
+
+.. code-block:: json
+
+ {
+ "note": "You can use this field to specify extra information.
It supports HTML."
+ }
+
Build and host your own templates
=================================