diff --git a/app/views/admin/settings/forms/_onboarding.html.erb b/app/views/admin/settings/forms/_onboarding.html.erb
index b835d670e..0f979796b 100644
--- a/app/views/admin/settings/forms/_onboarding.html.erb
+++ b/app/views/admin/settings/forms/_onboarding.html.erb
@@ -25,6 +25,15 @@
+
+ <%= admin_config_label :suggested_tags %>
+ <%= admin_config_description Constants::Settings::General::DETAILS[:suggested_tags][:description] %>
+ <%= f.text_field :suggested_tags,
+ class: "crayons-textfield",
+ value: Settings::General.suggested_tags.join(","),
+ placeholder: Constants::Settings::General::DETAILS[:suggested_tags][:placeholder] %>
+
+
<%= admin_config_label :suggested_users %>
<%= admin_config_description Constants::Settings::General::DETAILS[:suggested_users][:description] %>