> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/sections/introduction.md ## Article Content: # About Sections The Sections API allows you to manage menu sections. Sections gather together various dishes (or [items](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/items/introduction.md)) into groups, such as "Appetizers", "Mains", "Desserts", "Drinks" and so on. With the Section API, you can: - Create, delete, and update sections. - Retrieve the information about a section.
__Caution:__ While it's technically possible, adding the same section to multiple menus can break some functionality on Wix sites. We strongly recommend that you avoid adding any section to more than 1 menu.## Before you begin It's important to note the following point before starting to code: - The Sections API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new). ## Use cases - [Sync pizza menus across all sites](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/sections/sample-use-cases-and-flows.md#sync-pizza-menus-across-all-sites) ## Terminology **Menu**: A list of food and beverage items available for purchase at a restaurant, café, or other dining establishment. @sdk_package_setup