diff --git a/apps/docs/docs/getting-started/introduction.mdx b/apps/docs/docs/getting-started/introduction.mdx
index 846b5b95..f2e138b8 100644
--- a/apps/docs/docs/getting-started/introduction.mdx
+++ b/apps/docs/docs/getting-started/introduction.mdx
@@ -72,7 +72,7 @@ Need help using Rowboat? Join our community!
Join our growing discord community and interact with hundreds of developer using Rowboat!
diff --git a/apps/rowboat/components/common/help-modal.tsx b/apps/rowboat/components/common/help-modal.tsx
index c45eb6be..c3a4edba 100644
--- a/apps/rowboat/components/common/help-modal.tsx
+++ b/apps/rowboat/components/common/help-modal.tsx
@@ -56,7 +56,7 @@ export function HelpModal({ isOpen, onClose, onStartTour }: HelpModalProps) {
docs or reach out on discord.',
+ content: 'Come back here anytime to restart the tour.\nStill have questions? See our docs or reach out on discord.',
title: 'Step 9/9'
}
];