--- description: A4D rule — always update navigation menu and placeholder name/design; never leave default alwaysApply: true --- # Navigation Menu & Placeholder Name/Design (MANDATORY) Agents consistently miss these. **You must not leave them default.** **Navigation belongs in the app layout:** Build the navigation **into** the app layout (e.g. `appLayout.tsx`). The layout component must include the nav—header nav, sidebar, or both—so every page is wrapped by the same shell and nav. Do not omit navigation from the layout or put it only on individual pages. ## 1. Navigation menu - **Always edit the navigation menu** in the layout file (typically `src/appLayout.tsx`). Replace default/placeholder nav items and labels with **app-specific** links and names. - Do **not** leave template items (e.g. "Home", "About", generic links or placeholder labels). Use real routes and labels that match the app (e.g. "Dashboard", "Products", "Orders" for an e‑commerce app). - The navigation is part of the app shell; it lives in **appLayout.tsx** (or the file that `routes.tsx` uses as the layout). Open that file and update every nav link and label. **Check before finishing:** Did I change the nav items and labels in the layout file to match this app? If not, the task is incomplete. ## 2. Placeholder name and design - **Replace the placeholder app name** everywhere it appears: header, nav brand/logo area, footer, document `