# Menus

## Overview

This node contains all existing [menus](https://docs.servoy.com/reference/servoy-developer/solution-explorer/all-solutions/active-solution/menu#overview) created in the active solution.\
The **Menus** node in Solution Explorer serves as the central location for managing all [Servoy Menus](https://docs.servoy.com/reference/servoy-developer/solution-explorer/all-solutions/active-solution/menu#overview) within a solution. It allows developers to create and organize menus, which can be used in UI components such as [Sidenav](https://docs.servoy.com/guides/develop/application-design/ui-components/navigation/sidenav#overview) and [Navbar](https://docs.servoy.com/guides/develop/application-design/ui-components/navigation/navbar#overview). Each [menu](https://docs.servoy.com/reference/servoy-developer/solution-explorer/all-solutions/active-solution/menu#overview) created under this node can contain multiple [menu items](https://docs.servoy.com/reference/servoy-developer/solution-explorer/all-solutions/active-solution/menu/menu-item#overview), which define navigation and functionality within the application.

## Commands Summary

A summary of commands available on this item via right-click context menu:

| Command                     | Summary                                                                                                |
| --------------------------- | ------------------------------------------------------------------------------------------------------ |
| [Create menu](#create-menu) | Opens the [New Menu Wizard](https://docs.servoy.com/reference/object-editors/new-menu-wizard#overview) |

## Commands Details

The details for each command available on this item via right-click context menu:

### Create menu

Opens the [New Menu Wizard](https://docs.servoy.com/reference/object-editors/new-menu-wizard#overview).\
The new created menu will be added under the **Menus** node. Once a [menu](https://docs.servoy.com/reference/servoy-developer/solution-explorer/all-solutions/active-solution/menu#overview) is created, developers can configure its properties, add menu items, and assign it to UI components such as the [Sidenav](https://docs.servoy.com/guides/develop/application-design/ui-components/navigation/sidenav#overview) or [Navbar](https://docs.servoy.com/guides/develop/application-design/ui-components/navigation/navbar#overview).
