> 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 flows ## Article: Sample flows ## Article Link: https://dev.wix.com/docs/api-reference/business-management/site-urls/published-site-urls/sample-flows.md ## Article Content: # Sample flows This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation. ## Direct Wix users to their published site You might choose to direct Wix users from within your app to the published site. To do this: 1. Include a call to action that redirects to the relevant URL - for example, a button. 2. When the Wix user clicks the button, call the [List Published Site URLs](https://dev.wix.com/docs/rest/business-management/site-urls/published-site-urls/list-published-site-urls.md) method. 3. Redirect the site builder to the relevant URL as provided in the response.