> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create and View Plans

> Create a Subscription Plan and view a list of created plans.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

You must create a Plan before you create a Subscription.

## Create a Plan

You can create a Plan in two ways: [Dashboard](/docs/sg/payments/subscriptions/create-plans#create-a-plan-from-dashboard) and [APIs](/docs/sg/payments/subscriptions/create-plans#create-a-plan-using-apis)

<Warning>
  **Watch Out!**

  * Plans with `daily` frequency should have the interval set to a value greater than 7.
  * Once a Plan is created, you cannot edit or delete it.
</Warning>

### Create a Plan From Dashboard

Watch this video to see how to create a Plan from the Dashboard.

To create a plan:

1. Log in to the Dashboard and click **Subscriptions** under **PAYMENT PRODUCTS** in the left menu.
2. Go to **Plans** and click **+ New Plan**. The **New Plan** window displays.
3. Enter the following details:
   1. **Plan Name:** Name of the plan.
   2. **Plan Description:** A brief description for the plan. This is an optional field.
   3. **Billing Frequency:** How often should the customer be charged.
   4. **Billing Amount:** Amount to be charged.
   5. **Internal Notes:** Any internal notes if required.
4. Click **Create Plan**.

### Create a Plan Using APIs

You can create a Subscription Plan using the [create a plan API](/docs/sg/api/payments/subscriptions/create-plan).

## View Plan Details

You can view Plan details in two ways: [Dashboard](/docs/sg/payments/subscriptions/create-plans#view-plan-details-using-dashboard) and [APIs](/docs/sg/payments/subscriptions/create-plans#view-plan-details-using-api)

### View Plan Details Using Dashboard

To view Plan details:

1. Log in to the Dashboard and click **Subscriptions** under **PAYMENT PRODUCTS** in the left menu.
2. Go to **Plans** and click on the required **Plan Id** to view its details.

### View Plan Details Using API

* View all Plans using the [fetch all plans API](/docs/sg/api/payments/subscriptions/fetch-all-plans).
* View a Plan with an id using the [fetch a plan by id API](/docs/sg/api/payments/subscriptions-custom#fetch-a-plan-by-id).

### Related Information

* [Create Subscriptions via Links](/docs/sg/payments/subscriptions/create-subscription-links)
* [Charge a Card Manually](/docs/sg/payments/subscriptions/manually-charge-card)
* [Update a Subscription](/docs/sg/payments/subscriptions/update)
* [Subscriptions Settings](/docs/sg/payments/subscriptions/settings)
