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

# Build: Plans

> These are the tiers you have on your pricing page

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/HeroPlans.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=5a39706ded0f6f75b8f40712f2bb8b86" style={{ borderRadius: "0.5rem" }} width="1400" height="751" data-path="images/HeroPlans.png" />
</Frame>

The 1Price platform allows you to create unique 'tiers' or 'plans' that allow for full customization for experiments. You create plans for monthly plans, yearly plans, and one-time deals.

### Plan Configurations

After you've [imported your products from Stripe](/quickStart#3-import-products-1-min), you need to have a 1-to-1 mapping of the Product to their interval types. For instance, you can create a new plan called 'Growth Tier' where you link one Product for the monthly interval, and another Product for the yearly interval.

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/PlansDashboard.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=0c8d03147a3e90c661a735bd2a3349ee" style={{ borderRadius: "0.5rem" }} width="1390" height="434" data-path="images/PlansDashboard.png" />
</Frame>

Navigate to the **Plan** tab and choose **+ New** then fill in the identifier, description, and corresponding products.

<Info>
  The identifier must be unique as it be used later for during API calls.
</Info>

<Frame>
  <img src="https://mintcdn.com/1price/LkGW1g4FkKzLHgqa/images/CreatePlan.png?fit=max&auto=format&n=LkGW1g4FkKzLHgqa&q=85&s=b7cb5f590da225456ac1b5dbd33844a8" style={{ borderRadius: "0.5rem" }} width="1390" height="688" data-path="images/CreatePlan.png" />
</Frame>

<Note>
  {" "}

  You can also map particular Stripe productIds with their corresponding original
  productIds. This is useful if you use external tools or have a complex backend
  system.{" "}
</Note>

### Required Fields

<ParamField path="Plan Identifier" type="id" required>
  The unique id for your Plan
</ParamField>

<ParamField path="Description" type="string" required>
  The description of your plan
</ParamField>

<ParamField path="Monthly Product" type="plan">
  The product that is linked to your monthly plan.
</ParamField>

<ParamField path="Yearly Product" type="plan">
  The product that is linked to your yearly plan.
</ParamField>

<Tip>
  For **One-time Products**, you can link a single value instead of grouping the Monthly & Yearly.
</Tip>
