# Manage Subscription

## Upgrade from Free

The free version of Devin is restricted to limited team members and servers. To upgrade, go to Settings -> Team and click Upgrade or choose a plan directly at <https://www.devin.fm/product/pricing>.

{% hint style="danger" %}
Make sure to enter the same email address for billing as was used to create the team in the Devin App. Otherwise, the upgrade will not apply to your team.
{% endhint %}

{% hint style="warning" %}
When choosing a plan, remember to select server quantity.
{% endhint %}

<figure><img src="/files/5TYV3KyM78bxPTqIEC0U" alt=""><figcaption><p>Upgrading Subscription through the Devin Customer Portal</p></figcaption></figure>

## Manage Plan

To manage your team's plan, go to Settings -> Team and click Manage Plan. This will open the Devin Customer Portal where you can:

* Edit billing information
* Edit payment method
* Change plan and server quantities
* Cancel subscription
* See invoice history


---

# 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://docs.devin.fm/guides/team/manage-subscription.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.
