> 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: Example Flow ## Article: Example Flow ## Article Link: https://dev.wix.com/docs/api-reference/business-management/locations/example-flow.md ## Article Content: # Sample use cases & flows: Locations This article shares a possible use case for your implementation, as well as an example flow that supports it. You're certainly not limited to this use case, but it can be a helpful jumping off point as you plan your implementation. ## Set Up a New Main Business Location You can help the site owners create a new business location, set it as default, and update the opening hours for a location. 1. Call [Create Location](https://dev.wix.com/docs/api-reference/business-management/locations/create-location.md). 2. Set the new location as **default** by calling Set Default Location. 3. List all existing locations by calling [List Locations](https://dev.wix.com/docs/api-reference/business-management/locations/list-locations.md). > **Note:** Make sure to extract the relevant locations’ IDs from the response and save it for future calls. 4. Update a location's opening hours by calling [Update Location](https://dev.wix.com/docs/api-reference/business-management/locations/update-location.md). > **Note:** Currently, it isn't possible to partially update a location. Therefore, you'll need to specify the full location object when making the call.