> For the complete documentation index, see [llms.txt](https://help.urbanpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.urbanpiper.com/business-manager/creating-a-menu/configuring-your-menu.md).

# Configuring your Menu

{% embed url="<https://urbanpiper.portal.trainn.co/share/oDc5q9lCcWv0jtQcs5vB4A>" %}

## How to Add Items and Sections to your Menu

In this guide, we'll walk through the steps to add items and sections to your menu. Follow along to easily manage your menu items.

#### Step 1: Select the Menu

First, navigate to the menu you want to modify. In this example, we'll use the regular menu associated with the Piper Pizza brand.

#### Step 2: Create a New Menu Section

Next, choose to create a new menu section. This will prompt you to enter the details of your first section.

* Name the section (e.g., "Pizzas").
* Associate a schedule.
* Optional: Add a description and cover image.

Once you've created your first section, you can continue to add more sections by clicking on the "Create Section" button. For example, add another section for "Appetizers" and then click on submit.

#### Step 3: Add Items to a Section

Now, let's add items to the "Pizzas" section:

* Go to the "Pizzas" section and click on "Add Items".
* Associate the pizzas from your base items.
* Click "Save" to complete the associations.

#### Step 4: Create Subsections

Let's create a subsection under "Appetizers":

* Go to "Appetizers" and create a subsection.
* Name the first subsection (e.g., "Garlic Bread").
* Associate the items (e.g., two types of garlic bread) to this subsection.

To add another subsection, follow the same steps. For example, create a subsection called "Fries". If you don't have any fries in your items, you can create a new item on the fly and save it.

#### Step 5: Edit Item Attributes

You can also edit attributes such as item name and price. For instance, you can associate an image to an item for better visual representation.

### Conclusion

And that's it! You've successfully created sections and items on your menu. Easy as that.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.urbanpiper.com/business-manager/creating-a-menu/configuring-your-menu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
