> 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: ItemModifiers ## Article: Introduction ## Article Link: https://dev.wix.com/docs/velo/apis/wix-restaurants-v2/menus/item-modifiers/introduction.md ## Article Content: --- title: Introduction --- # About Item Modifiers With the Item Modifiers API you can manage item modifiers. Item modifiers are extra modifications that can be applied additionally to a menu item. For example, "Almond milk" could be an item modifier that can be applied to a coffee. Item modifiers can be gathered into [groups](https://dev.wix.com/docs/velo/api-reference/wix-restaurants-v2/menus/item-modifier-groups/introduction.md). With the Item Modifiers API, you can: - Create, update and delete item modifiers. - Retrieve information about item modifiers. ## Before you begin It's important to note the following point before starting to code: - You must install the Wix Restaurants Menus (New) app. To use the Item Modifiers API, import `{ itemModifiers }` from wix-restaurants.v2: ```js import { itemModifiers } from 'wix-restaurants.v2'; ``` ## Terminology **Menu**: A list of food and beverage items available for purchase at a restaurant.