> 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/introduction.md ## Article Content: # About the Site URLs APIs Wix provides various URL-related capabilities that may direct Wix users to specific areas of their sites, including the site's editor, preview mode, or published site. These URLs can be useful for guiding Wix users to make site changes, preview unpublished updates, or access different language versions of their live site. With the Site URLs APIs you can: - [Direct Wix users to their site's editor](https://dev.wix.com/docs/rest/business-management/site-urls/editor-urls/get-editor-urls.md) to make changes. - Allow Wix users to [preview unpublished site updates](https://dev.wix.com/docs/rest/business-management/site-urls/editor-urls/get-editor-urls.md) before going live. - Retrieve and manage [links to a site's published version](https://dev.wix.com/docs/rest/business-management/site-urls/published-site-urls/list-published-site-urls.md), including primary and secondary URLs. ## Terminology - **Editor**: The platform Wix users use to build and edit their sites, including Wix Studio and Wix Editor. - **Preview**: A feature that lets Wix users see how unpublished site changes will appear to visitors. - **Published site**: A Wix site that is live and accessible to visitors. - **Primary URL**: The main domain connected to a Wix site. - **Secondary URL**: Additional domains that redirect to the primary URL. - **Wix Multilingual**: A tool for managing site translations and different language versions.