> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nadles.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pricing page

## Overview

Pricing page displays your selected products including prices, descriptions, and "Subscribe" buttons.

<Frame caption="Pricing page">
  <img src="https://mintcdn.com/nadles/0Nb4bFxOTiT2NICu/images/user-portal/pricing-page.png?fit=max&auto=format&n=0Nb4bFxOTiT2NICu&q=85&s=d7b8132fa3ec2d1259ac202f2f24cf57" alt="" width="2732" height="992" data-path="images/user-portal/pricing-page.png" />
</Frame>

It also replaces the default index page in your user portal that users see when they have no active subscriptions.
That eliminates the need for customers to return to your website from the user portal to select the product to subscribe, which makes the subscription process smoother and increases your conversion rate.

## Public pricing page

The pricing page is also available to non-authenticated users.

If you want to add a pricing page link to your website, use the following URL:

```
https://<your-user-portal-domain>/pricing/
```

## Embedded pricing page

If you would like to embed the product list in your website, use the following URL:

```
https://<your-user-portal-domain>/pricing/embedded/
```

This removes all elements other than the product list from the pricing page.

```
<iframe
    src="https://<your-user-portal-domain>/pricing/embedded/"
    frameborder="0" 
    width="100%" 
    height="330px" 
    style="overflow: hidden;"
></iframe>
```

## Adding products to the pricing page

In order to select a product to be shown on the pricing page, do the following:

* Navigate to **My Products → select product → Settings**.

* Scroll down to the "Pricing page" section.

* Enable "Show on pricing page in user portal"

* Specify product order on the pricing page.

* Fill in the description that will be shown under the pricing info. The field supports Markdown syntax.

<Frame caption="Product settings for pricing page">
  <img src="https://mintcdn.com/nadles/0Nb4bFxOTiT2NICu/images/user-portal/pricing-page-settings.png?fit=max&auto=format&n=0Nb4bFxOTiT2NICu&q=85&s=0b8f50d76df767ace825491652cc8d3f" alt="" width="1782" height="1052" data-path="images/user-portal/pricing-page-settings.png" />
</Frame>
