> 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 App Page Replacement ## Article: About App Page Replacement ## Article Link: https://dev.wix.com/docs/develop-websites-sdk/code-your-site/extend-wix-business-solutions/replace-app-pages/about-app-page-replacement.md ## Article Content: # About App Page Replacement You can replace some of the Wix's default app pages, such as the Booking Calendar or the Plans & Pricing page, with your own customized versions. Modify or extend the page's design and functionality however you like to suit your precise business needs. By adding code to the page and using Wix APIs, you can easily integrate with the app's page flow and access contextual app data, providing site visitors with a seamless app experience. ## How custom app pages work To implement a custom page's functionality and integrate it into the app's page flow, you need to add code to the page and use Wix APIs. Your code has to do several things: 1. Fetch data from the Wix app about the content to display. 2. Handle UI initialization and interactions, and implement any customized business logic. 3. Direct visitors to the next page in the app's flow. ![Replace app page](https://wixmp-833713b177cebf373f611808.wixmp.com/images/bc177ef473d2d6ab29e7c031ef0090c4.gif) ## Demo video Watch a quick demo to see how easy it is to build you own custom page.