# Menus

## Overview

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

## Commands Details

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

### Create menu

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.servoy.com/reference/servoy-developer/solution-explorer/all-solutions/active-solution/menus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
