> 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: Sample Use Cases and Flows ## Article: Sample Use Cases and Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/item-labels/sample-use-cases-and-flows.md ## Article Content: # Item Label: Sample Use Cases & Flows This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation. ## Sync pizza menu across all sites If you have several pizzeria sites, you might need to sync menus across those sites. For example, if there is a new label for the pizza called "Spicy (Level 3)", this change also needs to be reflected on other sites. To sync the pizza menu across all sites: 1. Call [Query Labels](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/item-labels/query-labels.md) by the `name` field on the site where you updated the menu. 1. Extract the, `labels.id`, `labels.name` and `labels.icon` field values. 1. Call [Create Label](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/item-labels/create-label.md) for your other sites and pass the new item label to each. 1. Call [Update Item](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/menus/items/items/update-item.md) and add the new label ID to the `item.labels` array.