# Plan & Billing

{% hint style="warning" %}
Requires the **Manage plan & billing** user permission to view and edit.
{% endhint %}

Plans and billing apply only at the workspace level.

To manage the workspace's subscription plan, add-ons, and billing details, go to the [settings panel](/docs/settings/settings.md) and select **Plan & Billing**.

See [Proto pricing](https://proto.cx/pricing) for details on subscription plans, add-ons, and their features.

***

## Manage Plan & Add-Ons

### Change plans

#### To upgrade:

1. Expand the toolbar with the Proto **icon button**, if it's not already.
2. In the expanded toolbar is the workspace's monthly interactions counter.\
   Select **Upgrade** to go to the Stripe checkout page for the next plan.
3. Complete checkout.

#### To downgrade:

1. Go to the *Main Dashboard.*
2. Start a conversation with the Proto [platform bot](/docs/getting-started/proto-ai.md).
3. Submit a "Create ticket" message to trigger the ticket input.
4. Request a downgrade to the specified plan. A member of our staff will promptly follow up to confirm the plan change.

### Enterprise Max Add-on

The [Enterprise Max](/docs/getting-started/enterprise-max.md) add-on is a monthly subscription with extended features, layered on top of an existing Enterprise plan.

To purchase or remove the add-on, follow the [upgrade steps](#to-upgrade) above to access the Stripe billing page.

***

## Manage Billing & Invoices

In Plan & Billing settings, select **Manage billing**, **View invoices**, or **Update payment method** which navigates to the Stripe billing dashboard. Here you can:

* Manage payment methods
* Manage billing info
* Review and download invoices


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.proto.cx/docs/settings/workspace/plan-and-billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
