> 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: Set Up a Wix Pricing Page ## Article: Set Up a Wix Pricing Page ## Article Link: https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-a-wix-pricing-page.md ## Article Content: # Set Up a Wix Pricing Page Wix pricing pages are pages hosted by Wix that showcase the key features of each pricing plan your app offers. This guide shows you how to set up a Wix pricing page. Alternatively, if you want to use an external pricing page, you can [set up an external pricing page](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-an-external-pricing-page.md). The end result looks like this: ![Pricing](https://wixmp-833713b177cebf373f611808.wixmp.com/images/25520ac9759bf022949005b1ae1ef071.png) Before you begin, ensure you've added at least 1 recurring pricing plan in the [app dashboard](https://manage.wix.com/app-selector?title=Select+an+App&primaryButtonText=Select+Site&actionUrl=https%3A%2F%2Fdev.wix.com%2Fapps%2F%7BappId%7D%2Fpricing). ## How the pricing page works The pricing page appears when users are purchasing or upgrading to a paid plan. It consists of 2 main stages: 1. **Plan and cycle selection**: Where users select both a subscription plan and billing cycle (monthly or yearly) in a single view. Shows up to 4 recurring plans with features in a benefits table. Users can toggle between monthly and yearly pricing for each plan. The user's current plan is disabled if upgrading. 2. **Checkout and success**: Where users enter payment details, complete the subscription, and receive confirmation that their subscription is active. > **Note:** Free apps are installed directly without taking users through the pricing page. ## Configure your page 1. Go to [**Pricing Page**](https://manage.wix.com/app-selector?title=Select+an+App&primaryButtonText=Select+Site&actionUrl=https%3A%2F%2Fdev.wix.com%2Fapps%2F%7BappId%7D%2Fpricing) in your app's dashboard. 1. Select **Wix pricing page**, then click **Customize Pricing Page**. This option isn't available if you don't have any visible paid plans. 1. Choose a **Recommended plan** from the dropdown. This plan is marked with a "POPULAR" badge on your pricing page. 1. Click **Add Feature**. 1. **Feature Details**: Add a title and description to specify what the feature includes and explain why it's useful. 1. **Comparison**: Select the plan that the feature is relevant for and add custom text (optional). We recommend distributing features so that better features are reserved for more expensive plans. 1. Click **Done**. 1. To check how it looks, click **Preview Pricing Page**. ## Link to your pricing page Add upgrade buttons or CTAs in your app that link to the pricing page where users can upgrade. All Upgrade buttons and CTAs should link to your app's pricing page opened in a new tab. To do so, use the following URL, replacing `` and `` with their respective values: ```plaintext https://www.wix.com/apps/upgrade/?appInstanceId= ``` > **Note:** If your app is built with Wix Blocks, see [Provide Entry Points to Upgrade a Blocks App](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). ## See also - [Set up a freemium business model](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/set-up-a-freemium-business-model.md) - [About monetizing your app](https://dev.wix.com/docs/build-apps/launch-your-app/pricing-and-billing/about-monetizing-your-app.md)