Skip to content

Commit 16ec596

Browse files
Update create-plans.mdx
Update for plan dialog and plan type options, as well as group settings.
1 parent ae8d76a commit 16ec596

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/content/docs/billing/manage-plans/create-plans.mdx

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ app_context:
1414

1515
Once you’ve got a plan strategy along with a plan feature list, prices, and details, you’re ready to create plans them in Kinde.
1616

17+
All plans must belong to a plan group. When you create your first plan, it will be automatically added to the default group. A plan group can only contain either user plans or organization plans. When you create your first plan, we automatically create a group based on the plan type you select.
18+
1719
<Aside>
1820

1921
Remember you can create one charge or feature that can be used and redefined across all plans. E.g. You can have one ‘Base price’ charge that is defined as 0.00 in a free plan, 10.00 in a Plus plan, and 25.00 in a Pro plan.
@@ -24,19 +26,14 @@ Remember you can create one charge or feature that can be used and redefined acr
2426

2527
1. Go to **Billing > Plans**.
2628
2. If this is the first plan, select **Add plan** on the empty page.
27-
3. If you already have plans, select **Add plan** under the group you want to add to. The **Add plan** window opens.
28-
29-
![Add plans window](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/92cf723a-f99c-465c-26cc-3f60c817b200/public)
30-
31-
<Aside>
29+
3. If you already have plans, select **Add plan** in the top right. The **Add plan** window opens.
3230

33-
All plans must belong to a plan group, even if it’s just the default group. When you create your first plan, it will be automatically created in a group, which you can then re-label and manage. A plan group can only contain either user plans or organization plans. When you create your first plan we automatically create a group based on the customer type.
34-
35-
</Aside>
31+
![Add plans window](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/a8a237d5-c242-45dc-453e-a7ad66e33a00/public)
3632

37-
4. Give the plan a **Name** (e.g. `Free`), a **Description**, and a **Key** for referencing the plan in your code. This is the name that will also appear in the pricing table (if you use one).
38-
5. Select the **Group** the plan belongs to (only if you have multiple plan groups). Otherwise the plan is added to the default group.
39-
6. Select **Save draft**.
33+
4. Choose is the plan is for **Organizations** or **Users**, or select the **Group** the plan belongs to. Only one or other of these options will appear.
34+
5. Give the plan a **Name** (e.g. `Free`), a **Description**, and a **Key** for referencing the plan in your code. This is the name that will also appear in the pricing table (if you use one).
35+
6. Select a **Default currency**. This field only appears if one has not been set. You can change this later in **Settings > Billing**.
36+
7. Select **Save**.
4037

4138
## Add a subscription fee or fixed charge to a plan
4239

0 commit comments

Comments
 (0)