> For the complete documentation index, see [llms.txt](https://docs.overleaf.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overleaf.com/groups/subscription-management/switching-plans.md).

# Switching plans

If you need to change your Overleaf plan, you can switch to a different plan that better fits your needs. Whether you're upgrading to access additional features or downgrading to a smaller plan, the process is straightforward with the help of our Support and Sales teams.

## Options for switching plans

* **Upgrade your plan**: Move to a plan with more features or seats, such as upgrading from a Standard to a Pro plan, or adding additional licenses.
* **Downgrade your plan**: Switch to a plan with fewer features or seats if your current plan no longer meets your requirements.

## How to switch plans

To switch plans, please [contact the Overleaf team](https://www.overleaf.com/contact). Our team can assist you with:

1. Identifying the best plan for your needs.
2. Managing the transition from your current plan to the new plan.
3. Ensuring any billing adjustments are handled appropriately.

### Remember that:

* Plan changes will usually take effect immediately.
* If you're in the middle of a subscription term, the cost of the new plan will be pro-rated based on the remaining time of your current plan.
* If you're switching to a manually billed subscription, additional steps may be required. Our team will advise you on this.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.overleaf.com/groups/subscription-management/switching-plans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
