This visual trace shows how Next.js controls scroll behavior during navigation. When a user clicks a link or triggers navigation, Next.js checks the scroll option. If set to false, the page does not scroll and keeps the current position. If true or default, it scrolls instantly to the top. If set to smooth, it scrolls with animation. Manual lets developers control scroll themselves. The execution table tracks each step from user action to page view update, showing scroll behavior and page state changes. Variable tracker shows how scroll options and positions change. Key moments clarify common confusions about when and why scrolling happens or not. The quiz tests understanding of scroll actions at different steps. This helps beginners see exactly how scroll control works in Next.js navigation.