diff --git a/doc/user/compliance/audit_event_types.md b/doc/user/compliance/audit_event_types.md
index c4b2690190d634c99fc231509568a07c86641074..9d7d2a92d104bb4657cbb59347bea763145997a9 100644
--- a/doc/user/compliance/audit_event_types.md
+++ b/doc/user/compliance/audit_event_types.md
@@ -273,7 +273,7 @@ Audit event types belong to the following product categories.
 | [`cluster_agent_token_created`](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112036) | A user creates a cluster agent token | {{< icon name="check-circle" >}} Yes | GitLab [15.10](https://gitlab.com/gitlab-org/gitlab/-/issues/382133) | Project |
 | [`cluster_agent_token_revoked`](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112036) | A user revokes a cluster agent token | {{< icon name="check-circle" >}} Yes | GitLab [15.10](https://gitlab.com/gitlab-org/gitlab/-/issues/382133) | Project |
 
-### Duo workflow
+### GitLab Duo Workflow
 
 | Type name | Event triggered when | Saved to database | Introduced in | Scope |
 |:----------|:---------------------|:------------------|:--------------|:------|
diff --git a/tooling/audit_events/docs/templates/audit_event_types.md.erb b/tooling/audit_events/docs/templates/audit_event_types.md.erb
index 997352c8a8fdc2c2ed25847fa0d75020397162c1..69dee15e9f1960988366e76b2dcc42c767fc7bb5 100644
--- a/tooling/audit_events/docs/templates/audit_event_types.md.erb
+++ b/tooling/audit_events/docs/templates/audit_event_types.md.erb
@@ -8,6 +8,8 @@
 <% end %>
 <% def humanize(feature_category) %>
 <%   case feature_category %>
+<%   when 'duo_workflow' %>
+<%     "GitLab Duo Workflow" %>
 <%   when 'mlops' %>
 <%     "MLOps" %>
 <%   when 'not_owned' %>