--- title: Interstitial nav description: > Interstitial navigation is used to connect merchants to deeper pages—such as settings, features, or resources—within a section of your app. It helps keep navigation clean and focused by avoiding multiple nested items, making it easier for merchants to discover and access important functionality. | Used to | Examples | | --- | --- | | Link to individual settings pages | Navigate from a settings overview to product settings or notification preferences | | Connect to feature-specific pages | Direct merchants from campaign overview to reporting or automation setup | | Guide merchants to supporting resources | Link to help documentation or integration guides from a central section | | Simplify navigation structure | Reduce clutter by providing access to deeper pages without multi-level menus | --- api_name: app-home source_url: html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/interstitial-nav' md: >- https://shopify.dev/docs/api/app-home/patterns/compositions/interstitial-nav.md --- # Interstitial nav Interstitial navigation is used to connect merchants to deeper pages—such as settings, features, or resources—within a section of your app. It helps keep navigation clean and focused by avoiding multiple nested items, making it easier for merchants to discover and access important functionality. | Used to | Examples | | - | - | | Link to individual settings pages | Navigate from a settings overview to product settings or notification preferences | | Connect to feature-specific pages | Direct merchants from campaign overview to reporting or automation setup | | Guide merchants to supporting resources | Link to help documentation or integration guides from a central section | | Simplify navigation structure | Reduce clutter by providing access to deeper pages without multi-level menus | *** ### Examples * #### Interstitial nav ##### jsx ```jsx Shipping & fulfillment Shipping methods, rates, zones, and fulfillment preferences. Products & catalog Product defaults, customer experience, and catalog display options. Customer support Support settings, help resources, and customer service tools. ``` ##### html ```html Shipping & fulfillment Shipping methods, rates, zones, and fulfillment preferences. Products & catalog Product defaults, customer experience, and catalog display options. Customer support Support settings, help resources, and customer service tools. ``` ## Related [Requirements - Built for Shopify](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements)