Start here. This is the direct spoken answer to practice first.
Overview
Parallel slots can navigate independently, but a server handling a direct request cannot reconstruct every slot's previous client state.
Parallel Routes use named @slot folders that a parent layout receives as props, and the slot name does not change the URL. During soft navigation, Next.js can retain each slot's active subpage. On a full reload, it renders default.tsx for any slot that does not match the requested URL, or a 404 if no fallback exists. In Next.js 16, every parallel slot needs an explicit default file.