diff --git a/docs/getting-started/subscription-management.md b/docs/getting-started/subscription-management.md new file mode 100644 index 00000000..31fb9ffe --- /dev/null +++ b/docs/getting-started/subscription-management.md @@ -0,0 +1,61 @@ +--- +title: Subscription Management +description: Learn how to manage your CodeRabbit subscription, including billing, plan changes, and seat management +sidebar_label: Subscription Management +sidebar_position: 7 +--- + +This guide covers how to manage your subscription, including accessing billing information, changing plans, and adjusting your seat count. + +## Accessing Billing Information + +### Invoices and Payment History + +You can access your billing history and download invoices by: + +1. Going to [**Subscription**](https://app.coderabbit.ai/settings/subscription) on the sidebar > **Manage Subscription** +2. Once in the customer portal select **Billing History** +3. Click to download an invoice from any specific month of billing + +![Subscription page navigation](../../static/img/getting-started/subscription-page.png) + +![Billing history view](../../static/img/getting-started/billing-history.png) + +![Downloading an invoice](../../static/img/getting-started/download-invoice.png) + +## Managing Your Subscription Plan + +### Changing Plans + +To upgrade or change your subscription plan: + +1. Going to [**Subscription**](https://app.coderabbit.ai/settings/subscription) on the sidebar > **Manage Subscription** +2. Once in the customer portal click the box with your plan highlighted at the top of the page +3. Click **Update number of seats or change your plan** +4. Click **Change** on the section at the top mentioning your current plan +5. Select the new plan you'd like to change to +6. Click **Update** + +![Changing your plan](../../static/img/getting-started/manage-subscription.png) + +![Changing your plan](../../static/img/getting-started/edit-subscription.png) + +![Changing your plan](../../static/img/getting-started/change-seats.png) + +![Changing your plan](../../static/img/getting-started/change-plan.png) + +### Adjusting Seat Count + +To modify the number of seats in your subscription: + +1. Going to [**Subscription**](https://app.coderabbit.ai/settings/subscription) on the sidebar > **Manage Subscription** +2. Once in the customer portal click the box with your plan highlighted at the top of the page +3. Click **Update number of seats or change your plan** +4. Enter the new number of seats needed +5. Click **Update Subscription** + +![Changing your plan](../../static/img/getting-started/manage-subscription.png) + +![Changing your plan](../../static/img/getting-started/edit-subscription.png) + +![Changing your plan](../../static/img/getting-started/change-seats.png) diff --git a/static/img/getting-started/billing-history.png b/static/img/getting-started/billing-history.png new file mode 100644 index 00000000..8fd36af6 Binary files /dev/null and b/static/img/getting-started/billing-history.png differ diff --git a/static/img/getting-started/change-plan.png b/static/img/getting-started/change-plan.png new file mode 100644 index 00000000..e41f00ce Binary files /dev/null and b/static/img/getting-started/change-plan.png differ diff --git a/static/img/getting-started/change-seats.png b/static/img/getting-started/change-seats.png new file mode 100644 index 00000000..cc736ac5 Binary files /dev/null and b/static/img/getting-started/change-seats.png differ diff --git a/static/img/getting-started/download-invoice.png b/static/img/getting-started/download-invoice.png new file mode 100644 index 00000000..5451693d Binary files /dev/null and b/static/img/getting-started/download-invoice.png differ diff --git a/static/img/getting-started/edit-subscription.png b/static/img/getting-started/edit-subscription.png new file mode 100644 index 00000000..065d0cc2 Binary files /dev/null and b/static/img/getting-started/edit-subscription.png differ diff --git a/static/img/getting-started/manage-subscription.png b/static/img/getting-started/manage-subscription.png new file mode 100644 index 00000000..1234acf9 Binary files /dev/null and b/static/img/getting-started/manage-subscription.png differ diff --git a/static/img/getting-started/subscription-page.png b/static/img/getting-started/subscription-page.png new file mode 100644 index 00000000..8fb90f96 Binary files /dev/null and b/static/img/getting-started/subscription-page.png differ