# WebMenus WebMenus define navigation structures for public-facing websites. They specify menu items with labels and URLs, locations (header, footer, sidebar), environments (production, preview), and can include custom URLs or links to Records and Webpages. WebMenus enable dynamic navigation that adapts based on published content, allowing websites to automatically reflect changes in the data model. Menus can be activated/deactivated, organized hierarchically, and support multiple environments for preview/testing before production deployment. WebMenus are essential for building dynamic, content-driven navigation in career sites and public-facing applications. ## Show web menu - [GET /api/v2/webmenus/{uuid}](https://developer.caraer.com/apis/webmenus/getwebmenu.md): Show web menu ## Update web menu - [PUT /api/v2/webmenus/{uuid}](https://developer.caraer.com/apis/webmenus/updatewebmenu.md): Update web menu ## Delete web menu - [DELETE /api/v2/webmenus/{uuid}](https://developer.caraer.com/apis/webmenus/deletewebmenu.md): Delete web menu ## Restore web menu - [PATCH /api/v2/webmenus/{uuid}](https://developer.caraer.com/apis/webmenus/patchwebmenu.md): Restore web menu ## Create web menu - [POST /api/v2/webmenus](https://developer.caraer.com/apis/webmenus/createwebmenu.md): Create web menu ## Index web menus - [POST /api/v2/webmenus/index](https://developer.caraer.com/apis/webmenus/indexwebmenus.md): Index web menus