diff --git a/attribution-reporting/functions/views/home/index.pug b/attribution-reporting/functions/views/home/index.pug
index 20e1b6e..4822302 100644
--- a/attribution-reporting/functions/views/home/index.pug
+++ b/attribution-reporting/functions/views/home/index.pug
@@ -44,6 +44,18 @@ body
                     li Enable the flag 
                         span.code.select chrome://flags/#privacy-sandbox-ads-apis 
                         | (will require restart). 
+                    li Disable the attestation check if you are using Chrome M118+ by using one of the below methods:
+                        ol 
+                            li Visit 
+                              span.code.select chrome://flags/#privacy-sandbox-enrollment-overrides 
+                              | and add 
+                              span.code.select https://arapi-adtech.web.app 
+                              | in the text box
+                            li Start Chrome from the command line with 
+                              span.code.select --privacy-sandbox-enrollment-overrides=https://arapi-adtech.web.app
+                            li See the 
+                              a(href="https://github.com/privacysandbox/attestation/blob/main/how-to-enroll.md#5-do-i-need-to-enroll-to-test-against-local-development-environments" noreferrer noopener target="_blank") explainer
+                              |  to learn more
         h2 Run the demo
         p In this demo an advertiser uses an adtech provider to run their ads on a publisher site. Follow the flow below to see how the API generates event-level and aggregatable reports:
         ol