diff --git a/_includes/plugin_attributes b/_includes/plugin_attributes
index 574633303ab..9ecec169810 100644
--- a/_includes/plugin_attributes
+++ b/_includes/plugin_attributes
@@ -4,5 +4,6 @@
{% if include.plugin.attributes contains "cloud" %} Cloud{% endif %}
{% if include.plugin.attributes contains "commercial" %} Commercial{% endif %}
{% if include.plugin.attributes contains "free-tier" %} Free tier{% endif %}
+{% if include.plugin.attributes contains "ai-developed" %} AI Developed{% endif %}
{% endif %}
{% endif %}
\ No newline at end of file
diff --git a/_plugins/psucontrol_ewelink.md b/_plugins/psucontrol_ewelink.md
index b4b60f2d2e7..c283d231b77 100644
--- a/_plugins/psucontrol_ewelink.md
+++ b/_plugins/psucontrol_ewelink.md
@@ -42,6 +42,7 @@ compatibility:
attributes:
- cloud
+- ai-developed
screenshots:
- url: /assets/img/plugins/psucontrol_ewelink/settings_screenshot.png
diff --git a/help/registering/index.md b/help/registering/index.md
index 82b36f46c14..a3aaad24985 100644
--- a/help/registering/index.md
+++ b/help/registering/index.md
@@ -202,6 +202,7 @@ If all is in the green, follow these steps:
# - cloud # if your plugin requires access to a cloud to function
# - commercial # if your plugin has a commercial aspect to it
# - free-tier # if your plugin has a free tier
+ # - ai-developed # if your plugin was developed with the use of Artificial Intelligence
---
@@ -266,6 +267,9 @@ If all is in the green, follow these steps:
commercial, ask for clarification on that in your registration pull request. Please note that commercial plugins are
excluded from the public stats after some cases of manipulation.
+ - If your plugin **was developed with the aid of Artificial Intelligence** you _must_
+ mark it as such using the `attributes` property.
+
If you are unsure about how something should be structured, take a look at the existing plugins or
[ask on the forum](https://community.octoprint.org/c/development) or in your registration pull request.