diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index c2e2576bd..97791f10a 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -56,16 +56,11 @@
end
end %>
-
-
-
+ <%= govuk_phase_banner(
+ classes: "govuk-width-container",
+ tag: { text: "Beta" },
+ text: "This is a new service – help us improve it by giving us your feedback (opens in a new tab)".html_safe,
+ ) %>
<% if !current_user.nil? %>
<% if current_user.support? %>
@@ -85,6 +80,9 @@
<% end %>