diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html
index 27af8d6a1f..8293acf079 100644
--- a/awx/ui/templates/ui/index.html
+++ b/awx/ui/templates/ui/index.html
@@ -31,7 +31,8 @@
window.pendo_options = {
// This is required to be able to load data client side
- usePendoAgentAPI: true
+ usePendoAgentAPI: true,
+ disableGuides: true
};