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

# Subscription

> Learn how to upgrade your plan, downgrade your plan, view past invoices, and change payment method.

export const AccountIcon = props => {
  return <div style={{
    display: "inline",
    justifyContent: "center",
    alignItems: "center"
  }}>
      <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="currentColor" stroke="currentColor" strokeWidth="0" style={{
    display: "inline"
  }} {...props}>
        <path fill="none" d="M0 0h24v24H0z"></path>
        <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 4c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm0 14c-2.03 0-4.43-.82-6.14-2.88a9.947 9.947 0 0 1 12.28 0C16.43 19.18 14.03 20 12 20z"></path>
      </svg>
    </div>;
};

## Upgrade your free plan to a paid plan

You can upgrade from either the Kombai extension in your IDE or the Kombai dashboard.

<Tabs>
  <Tab title="IDE Extension">
    1. [Launch Kombai extension](/get-started/set-up#launch-kombai-extension) in your IDE and sign-in.
    2. Click <AccountIcon /> at the top.
    3. Select a credit bundle from the dropdown.
    4. Click **Upgrade plan**.
    5. Click **Open**.
    6. Complete the subscription in Stripe's portal.
  </Tab>

  <Tab title="Dashboard">
    1. Navigate to the [Kombai dashboard](https://agent.kombai.com).
    2. Click **Upgrade Plan** button. Or go to **Your Plan** page from the sidebar.
    3. Select a credit bundle from the **Credit Bundle** dropdown under **Upgrade to Pro** section.
    4. Click **Upgrade**.
    5. Complete the subscription in Stripe's portal.
  </Tab>
</Tabs>

## Upgrade your paid plan to a higher paid plan

1. [Launch Kombai extension](/get-started/set-up#launch-kombai-extension) in your IDE and sign-in.
2. Click <AccountIcon /> at the top.
3. Select a higher credit bundle from the dropdown.
4. Click **Upgrade plan**.
5. Click **Open**.
6. Complete the subscription in Stripe's portal.

<Note>
  Unused and unexpired credits in your account always roll over when you
  upgrade. You never lose existing credits by upgrading. Learn more about
  [Credit rollovers](/account/credits#credit-rollovers).
</Note>

### Upgrading monthly plans to higher monthly plans

* When you switch from a monthly plan to a higher monthly plan, you're charged immediately for the price of your new plan.
* Any unused credits from your monthly plan roll over into your new monthly plan.
* Your new monthly plan starts on the upgrade date, and your renewal date resets to that same day each month.

### Upgrading monthly plans to annual plans

* When you switch from a monthly plan to an annual plan, you're charged immediately for the annual price of your new plan.
* Any unused credits from your monthly plan roll over into your new annual plan.
* Your annual plan starts on the upgrade date, and your renewal date resets to that same day each year.

### Upgrading annual plans to higher annual plans

* When you upgrade your plan, you are only charged prorated amounts based on how much time is left in your current billing cycle.

* For example, if you’re on a `$192` yearly plan and switch to a `$576` yearly plan halfway through the year, the unused `$96` from your old plan is applied as an adjustment. You’ll then be charged `$288` for the remaining half of the cycle on the `$576` plan, minus the `$96` adjustment. This means you’ll pay an additional `$192` overall for that year.

* Your renewal date does not change. From the next billing cycle onward, you’ll be charged the full `$576` each year for your upgraded plan.

* You also receive enough additional credits to bring you up to the new plan's full monthly allocation for the month in which you upgrade, plus you get that full allocation again on each monthly anniversary for the rest of your billing cycle.

## Renew your same plan

When your credits in the current plan are over, you can also renew the same plan instead of upgrading to a higher plan. This will reset your billing cycle to the start of the newly renewed plan.

<Tabs>
  <Tab title="IDE Extension">
    1. [Launch Kombai extension](/get-started/set-up#launch-kombai-extension) in your IDE and sign-in.
    2. Click <AccountIcon /> at the top.
    3. Select the same plan from the dropdown.
    4. Click **Restart plan**.
    5. Click **Open**.
    6. Complete the renewal in Stripe's portal.
  </Tab>

  <Tab title="Dashboard">
    1. Navigate to the [Kombai dashboard](https://agent.kombai.com).
    2. Go to the **Your Plan** page from the sidebar.
    3. Select the same credit bundle from the **Credit Bundle** dropdown.
    4. Click **Restart plan**.
    5. Complete the renewal in Stripe's portal.
  </Tab>
</Tabs>

## Downgrade your plan

You can downgrade to a lower credit bundle from either the Kombai extension in your IDE or the Kombai dashboard.

<Tabs>
  <Tab title="IDE Extension">
    1. [Launch Kombai extension](/get-started/set-up#launch-kombai-extension) in your IDE and sign-in.
    2. Click <AccountIcon /> at the top.
    3. Select a lower credit bundle from the dropdown.
    4. Click **Downgrade plan**.
    5. Click **Open**.
    6. Authorize the payment in Stripe's portal.
  </Tab>

  <Tab title="Dashboard">
    1. Navigate to the [Kombai dashboard](https://agent.kombai.com).
    2. Go to the **Your Plan** page from the sidebar.
    3. Select a lower credit bundle from the **Credit Bundle** dropdown.
    4. Click **Downgrade**.
    5. Authorize the payment in Stripe's portal.
  </Tab>
</Tabs>

## View past invoices

1. Navigate to the [Kombai dashboard](https://agent.kombai.com).
2. Go to the **Your Plan** page from the sidebar.
3. Scroll down to the **Billing & Invoices** section.
4. Click **View Past Invoices**.
5. You'll be redirected to Stripe's portal, where you can view your past invoices.

## Change your payment method

1. Navigate to the [Kombai dashboard](https://agent.kombai.com).
2. Go to the **Your Plan** page from the sidebar.
3. Scroll down to the **Billing & Invoices** section.
4. Click **Change Payment Method**.
5. You'll be redirected to Stripe's portal, where you can change your payment method.
