diff --git a/config/feature_flags/development/saved_replies.yml b/config/feature_flags/development/saved_replies.yml
index b6a7151addf83cec5f233e6b3920f63000b61587..0c973292ba0dfcd6681c6691a13795d7c1161f9c 100644
--- a/config/feature_flags/development/saved_replies.yml
+++ b/config/feature_flags/development/saved_replies.yml
@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/352956
 milestone: '14.9'
 type: development
 group: group::project management
-default_enabled: false
+default_enabled: true
diff --git a/doc/user/profile/comment_templates.md b/doc/user/profile/comment_templates.md
index b9cd595916c87141f532e3a1fcd8f3846115ebb2..8a94aff44fe65ad67d351a164e4f46b29ee557ba 100644
--- a/doc/user/profile/comment_templates.md
+++ b/doc/user/profile/comment_templates.md
@@ -9,6 +9,7 @@ type: howto
 
 > - GraphQL support [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/352956) in GitLab 14.9 [with a flag](../../administration/feature_flags.md) named `saved_replies`. Disabled by default.
 > - User interface [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/113232) in GitLab 15.10 [with a flag](../../administration/feature_flags.md) named `saved_replies`. Disabled by default. Enabled for GitLab team members only.
+> - [Enabled by default](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119468) in GitLab 16.0.
 
 FLAG:
 On self-managed GitLab, by default this feature is not available. To make it available, ask an administrator to [enable the feature flag](../../administration/feature_flags.md) named `saved_replies`.