> 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: About Site Page Extensions ## Article: About Site Page Extensions ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-pages/about-site-page-extensions.md ## Article Content: # About Site Page Extensions A site page extension adds a full page to the user's site. The page can appear in the site's main navigation menu and behaves just like any other page. Learn more about [how site owners manage pages](https://support.wix.com/en/article/wix-editor-managing-your-sites-pages). Your app's site pages are structured as a series of [sections](https://support.wix.com/en/article/wix-editor-adding-and-setting-up-sections), each containing a [site widget](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions.md). A page can contain as many widgets as you like. This means that before setting up a page, your app must have at least one widget. ![site page app](https://wixmp-833713b177cebf373f611808.wixmp.com/images/63788024676d56b25d96513bea0e5d01.png) You can add multiple pages to your app. You must assign a unique ID to each page you add, which is used when referring to the page in code. When your app is installed on a site, the ID is also used as the page's default [URL slug](https://support.wix.com/en/article/wix-editor-changing-your-page-url). When setting up the page extension, you can determine whether site owners are able to duplicate the page and whether to add it automatically to the site menu after installation. > **Note**: Your app can automatically add a page only to a [regular site menu](https://support.wix.com/en/article/wix-editor-adding-a-site-menu) in the Wix Editor. It cannot add a page to [advanced menus](https://support.wix.com/en/article/wix-editor-adding-and-setting-up-advanced-menus) or to [menus in Wix Studio](https://support.wix.com/en/article/studio-editor-designing-menus). ## Implementation options Once you've created your [site widgets](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions.md), setting up a site page extension only requires configuration in your app's dashboard, with no coding involved. Add a site page extension to your app by [setting it up in your app's dashboard](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-pages/add-a-site-page-extension.md).