> 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-management/site-urls/editor-urls/introduction.md ## Article Content: # About Editor URLs On occasion, you might want to redirect a Wix user to a site's editor or to preview a site with any unpublished changes - for example, to lead them to make changes in an app's settings panel in the editor, or to review changes to an app or the site. ## Before you begin It’s important to note the following points before starting to code: * Embedded script extensions won't be displayed in the preview. ## Use cases * [Direct Wix users to a site editor](https://dev.wix.com/docs/rest/business-management/site-urls/editor-urls/sample-flows.md#direct-site-builders-to-their-site-editor). * [Direct Wix users to preview the latest changes](https://dev.wix.com/docs/rest/business-management/site-urls/editor-urls/sample-flows.md#direct-site-builders-to-preview-the-latest-changes.md). ## Terminology * **Editor**: The platform Wix users use to build and edit their sites. Wix offers several editors for site building: * [Wix Studio](https://support.wix.com/en/wix-studio) * [Wix Editor](https://support.wix.com/en/using-the-wix-editor) * Editor X: Deprecated. * **Preview**: A feature that enables Wix users to see what changes made on a site (in the editor, or in an app) will look like to visitors, without publishing the site. Wix recommends that Wix users preview their sites to test how new changes and updates look before publishing them.