> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create and View Plans

> You must create a Plan before you create a Subscription.

<Info>
  **International Currency**

  Create the plan in the currency you want to charge the customer. You can select any one of our [supported currencies](/payments/international-payments#supported-currencies) to create a Plan.
</Info>

## Create a Plan

You can create a Plan in two ways: [Dashboard](/payments/subscriptions/create-plans#create-a-plan-from-dashboard) and [APIs](/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:

<Steps>
  <Step title="Step 1">
    Log in to the Dashboard and click **Subscriptions** under **PAYMENT PRODUCTS** in the left menu.
  </Step>

  <Step title="Step 2">
    Go to **Plans** and click **+ New Plan**. The **New Plan** window displays.
  </Step>

  <Step title="Step 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. Refer to the [supported currencies](/payments/international-payments#supported-currencies) page for information on currencies.
    5. **Internal Notes:** Any internal notes if required.
  </Step>

  <Step title="Step 4">
    Click **Create Plan**.
  </Step>
</Steps>

### Create a Plan Using APIs

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

## View Plan Details

You can view Plan details in two ways: [Dashboard](/payments/subscriptions/create-plans#view-plan-details-using-dashboard) and [APIs](/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](/api/payments/subscriptions#fetch-all-plans).
* View a Plan with an id using the [fetch a plan by id API](/api/payments/subscriptions#fetch-a-plan-by-id).

### Related Information

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