# New Menu Wizard

## Overview

<div align="center"><figure><img src="/files/1hA6wdVn6bDvDpODO9JH" alt=""><figcaption><p>New Menu Wizard</p></figcaption></figure></div>

The **New Menu Wizard** in Servoy allows developers to create new [Servoy Menus](/guides/develop/application-design/data-modeling/menu.md#overview) and associate them with a specific solution. This wizard simplifies the process of setting up menus by letting you define the menu name and link it to the desired solution.

## Sections

### Menu Name

A required field where you specify the name of the new menu.\
The wizard validates the name and ensures it is unique.

### Solution Selector

Displays a list of available solutions.\
Includes a Filter Solutions field to quickly locate the desired solution.

### Action Buttons

* **Finish**: Creates the menu with the specified name in the selected solution.
* **Cancel**: Closes the wizard without creating a menu.

## Using the New Menu Wizard

<div align="center"><figure><img src="/files/ELrbTagx9bWJxVW6wOAM" alt=""><figcaption><p>Create a new Menu</p></figcaption></figure></div>

Here are the steps for using the **New Menu Wizard**:

1. Open the Wizard
   * In the [Solution Explorer](/reference/servoy-developer/solution-explorer.md#overview), navigate to the `Menus` section under the desired solution.
   * Right-click and choose `Create menu`, or use the `+` button from the bottom toolbar to open the wizard.
2. Enter a Menu Name
   * In the `Menu Name` field, type the desired name for your new menu.
   * Ensure the name is descriptive and adheres to naming conventions.
3. Select a Solution
   * Use the Filter Solutions field to search for the solution you want to associate the menu with. (Optional)
   * Click on the desired solution from the list.
4. Finish the Process
   * Click `Finish` to create the new menu in the selected solution.
   * The menu will now appear under the `Menus` section of the chosen solution.
5. Cancel if necessary If you want to exit without creating a menu, click Cancel.

See [Menu](/reference/servoycore/object-model/solution/menu.md#properties-summarized) for properties that can be set on a **Menu** from Properties View.


---

# 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/object-editors/new-menu-wizard.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.
