> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Menus Introduction ## Article: Menus Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-restaurants-v2/menus/menus-introduction.md ## Article Content: # About the Menus API The Menus API provides all the functionality required to create and manage restaurant menus. The Menus API contains the following APIs: - [Menus](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/menus/introduction.md): This API allows you to create and manage restaurant menus. Menus don't contain menu items (dishes) directly. Rather, they're divided into sections, such as "Appetizers," "Mains," or "Desserts.", each of which contain a list of menu items. - [Sections](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/sections/introduction.md): This API allows you to create and manage menu sections. Sections represent parts of a menu such as "Appetizers," "Mains," or "Desserts." Each section contains a list of corresponding menu items (dishes). - [Items](https://dev.wix.com/docs/velo/apis/wix-restaurants-v2/menus/items/introduction.md): This API allows you to create and manage individual menu items (dishes). Items can be labeled and customized with item variants and item modifier groups. - [Item Labels](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/item-labels/introduction.md): This API allows you to create and manage labels with icons for important item properties or ingredients like "Spicy," "Vegan," or "Gluten-Free." - [Item Modifiers](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/item-modifiers/introduction.md): This API allows you to create and manage menu item modifiers. - [Item Modifier Groups](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/item-modifier-groups/introduction.md): This API allows you to create and manage item modifier groups. - [Item Variants](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/item-variants/introduction.md): This API allows you to create and manage item variants. ## Before you begin It's important to note the following point before starting to code: - You must install the Wix Restaurants Menus (New) app. ## Terminology - **Item**: A menu item or dish served at a restaurant. - **Item modifier**: An additional option that customers can select for an item, such as "Almond Milk" or "Soy Milk" for coffee. - **Item modifier group**: A group of related item modifiers that can be applied to an item. - **Item variant**: An alternate version of a menu item with different properties, such as size, base ingredients, or quantity. - **Section**: A distinct part of a menu that categorizes and groups related items, such as "Appetizers," "Mains," or "Desserts."