diff --git a/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx b/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx
index 9064d152f44..0ca96fb71b6 100644
--- a/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx
+++ b/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx
@@ -31,6 +31,20 @@ import { GrantPrivilegesStep } from "@components/CCIP/TutorialBlockchainSelector
This tutorial will guide you through enabling your tokens in CCIP using only your web browser and [Remix IDE](https://remix.ethereum.org). You'll learn how to deploy tokens and set up token pools without needing to install any development tools.
+## How to Follow This Tutorial
+
+This is an interactive, step-by-step tutorial with progress tracking:
+
+- **Progress Tracking**: A navigation panel on the right shows your progress through the tutorial
+- **Checkboxes**: Each step has a checkbox - mark it when you complete that step
+- **Contract Addresses**: Some steps are automatically marked complete when you provide the deployed contract addresses
+- **Sequential Flow**: Steps should be completed in order, as each builds upon the previous ones
+
+
+
## Before You Begin