> 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: Panel Button Rules to Open Pages ## Article: Panel Button Rules ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/editor-experience-panels/panel-button-rules-to-open-pages.md ## Article Content: # Add Panel Button Rules to Open Pages
**Editor compatibility** Wix Blocks apps aren't supported in the Wix Harmony editor. Existing Blocks apps remain available for purchase on the Wix App Market for Wix Editor and Wix Studio sites. To learn more, see [About Wix Harmony and Blocks](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/about-wix-harmony-and-blocks.md).
Panel button rules determine which page opens when Wix users click the button in their editor. These rules can lead to one of three pages: * One of your app's [dashboard pages](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/dashboard-pages/about-dashboard-pages-in-blocks.md) * Your app's [pricing page](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/publish-blocks-apps-to-the-app-market/adjust-a-blocks-app-to-different-pricing-plans.md) * Any external URL To add a rule to a panel button: 1. Click the button. 1. Click **Rules** -> **Open a page** in the Inspector. 1. Click **+ Add Rule**. 1. Select one of the three options: dashboard page, pricing page or an external URL. ![button rule](https://wixmp-833713b177cebf373f611808.wixmp.com/images/2543182e670ef555e34cd9d0227b4b06.png) ## Open a dashboard page [Dashboard pages](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/dashboard-pages/about-dashboard-pages-in-blocks.md) are administrative pages that allow Wix users to manage the app's data and settings. Creating a panel button that leads to a dashboard page is a good way to increase the page's visibility. Note that you can also define a button to navigate to a dashboard page [using code](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/dashboard-pages/open-a-blocks-dashboard-page-from-a-custom-panel.md). ## Open your app's pricing page When you [add pricing plans to your app](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/publish-blocks-apps-to-the-app-market/adjust-a-blocks-app-to-different-pricing-plans.md), it gets a pricing page where users can choose their plan and upgrade their app. Providing a button that leads to that page is a good way to let users upgrade your app (you can also use [more entry points](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/wix-blocks/publish-blocks-apps-to-the-app-market/provide-entry-points-to-upgrade-your-app.md#provide-entry-points-to-upgrade-a-blocks-app) for this). If you are creating an Upgrade button and connecting it to your pricing page, consider changing the button type to **Premium** to get the purple color. ![premium style](https://wixmp-833713b177cebf373f611808.wixmp.com/images/08df1aabcdab0360d05c46b71319696a.png) ## Open an external URL Add the full URL of the site you'd like to open. Use this option, for example, to provide support or documentation.