> 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/editor-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 site editor You might choose to direct a Wix user with collaborator permissions to the site editor to place an app's [frontend extension](https://dev.wix.com/docs/build-apps/get-started/overview/how-apps-extend-wix.md#frontend-extensions) in the site. 1. Include a call to action that redirects to the editor - for example, a button. 2. Whenever the Wix user clicks the button, call [Get Editor URLs](https://dev.wix.com/docs/rest/business-management/site-urls/editor-urls/get-editor-urls.md). 3. Redirect the Wix user to the URL specified in the `editorUrl` parameter. ## Direct Wix users to preview the latest changes If a Wix user makes changes in the site editor, or to an app's behavior or UI, you might choose to direct them to preview those changes using Wix's site preview feature. 1. Include a call to action that redirects to preview the site - for example, a button. 2. Whenever the site builder clicks the button, call [Get Editor URLs](https://dev.wix.com/docs/rest/business-management/site-urls/editor-urls/get-editor-urls.md). 3. Redirect the site builder to the URL specified in the `previewUrl` parameter. > **Note**: The site preview feature will not be able to display any embedded script extensions.