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

# Creating plans

To create a new plan:

1. Click the **+ Add plan** button under the **Plans** section of the selected product.

<img src="https://mintcdn.com/stigg/MUFJYfAHBpT4XSwO/images/docs/add-plan.png?fit=max&auto=format&n=MUFJYfAHBpT4XSwO&q=85&s=223530415dae427d09c3f11cedda8ba0" alt="" width="2880" height="1398" data-path="images/docs/add-plan.png" />

2. In the modal that appears, set the following:
   * **Name**: The name of the plan.
   * **ID**: Automatically generated by Stigg. Use this ID to reference the plan in your application. To link an existing plan, you can override the auto-generated value.
   * **Description** *(optional)*: A short description of the plan.
   * **Customer visibility**: Determines whether the plan appears in pricing tables rendered via Stigg SDKs and whether customers can self-subscribe to it.

<Note>
  The **Name** and **Description** values appear in customer-facing pricing tables and the customer portal. Use clear, customer-friendly text for best results.
</Note>

3. Click **Create** to confirm.

<Warning>
  Newly created plans are saved as **drafts**.
</Warning>

Plans must be [**published**](./publishing-plans) before they become visible to customers or available for subscriptions.

Before publishing, make sure to define the plan’s [pricing](./defining-plan-pricing/defining-plan-price) and [entitlements](./assigning-features-plans).


## Related topics

- [Creating coupons](/documentation/modeling-your-pricing-in-stigg/coupons/creating-coupons.md)
- [Creating products](/documentation/modeling-your-pricing-in-stigg/products/creating-products.md)
- [Create Plan](/api-and-sdks/api-reference/mutations/create-plan.md)
- [Creating a new customer](/documentation/managing-customers-and-subscriptions/customers/creating-customers.md)
- [Creating feature groups](/documentation/modeling-your-pricing-in-stigg/features/feature-groups/creating-feature-group.md)
