> For the complete documentation index, see [llms.txt](https://docs.wfolio.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wfolio.pro/getting-started/en/billing/change-plan.md).

# How to change the plan

You can manage your plan in the [**Plans & billing**](https://wfolio.pro/my/settings/billing) section of your settings. Here, you can increase your cloud drive storage or switch to another plan line.

{% hint style="info" %}
If you need to renew your current plan, use the [**Trial period and payment**](/getting-started/en/billing/trial.md) guide.
{% endhint %}

***

### Cost of changing the plan <a href="#dd6b17ba-2626-4a8f-90ef-f9c5f8f386d7" id="dd6b17ba-2626-4a8f-90ef-f9c5f8f386d7"></a>

You can:

* increase cloud drive storage within your current plan line;
* switch to another plan line — for example, add or remove the website builder.

You can review plans and pricing in the [**Plans & billing**](https://wfolio.pro/my/settings/billing) section of your settings.

If the new plan costs less than your current one, the switch is free.

If the new plan costs more, you only pay the difference for the remaining paid period. The system calculates the amount automatically, so you do not need to calculate the surcharge manually.

After payment, the new plan takes effect immediately and remains active until the end of the current paid period.

{% hint style="info" %}

#### **Example:**

On February 13, 2026, you activated the **Drive Only Standard** annual plan. On August 21, 2026, you switched to the **Site + Drive Pro** plan.

Your plan is already paid through February 13, 2027. So when you switch, you do not pay for the full year again. You only pay the difference for the period from August 21, 2026, to February 13, 2027.
{% endhint %}

***

### How to change the plan <a href="#id-35f1e62e-df30-46a2-b1a8-a070dc0014b6" id="id-35f1e62e-df30-46a2-b1a8-a070dc0014b6"></a>

At the bottom of the page, you will see a list of available plans.

To change the plan:

1. Choose a billing period — yearly or monthly.
2. Find the plan you need in the list and click **Switch**.
3. Use **Renew** to renew your current plan.

![](/files/Fg10hePx85Iumc8A9tpu)

The system will show your current plan, the new plan, and the final amount due for the switch. This amount is already calculated, so no extra calculation is needed. The new plan takes effect immediately after payment.

<img src="/files/NvzIRdPcVCaYzrEQU9g1" alt="" width="375">

***

### FAQ <a href="#id-7539256b-3bc4-4010-8bf9-86da7a811ff2" id="id-7539256b-3bc4-4010-8bf9-86da7a811ff2"></a>

#### Is the website preserved when switching to the Drive Only plan?

Yes, the website is preserved.

It becomes unavailable for viewing and editing. Access is restored after you switch to a plan from the **Site + Drive** line.

#### Are projects deleted when changing the plan?

No, projects are not deleted.

#### Why was the plan cheaper last year than it is this year?

A one-time discount applies to the first annual payment. After that, renewals are charged at the standard plan price.

You can reduce the renewal cost with referral program bonuses. Learn more in the [**Referral program**](/getting-started/en/billing/invite-friend.md) article.

#### Is the first annual payment discount preserved when changing the plan?

Yes, when you switch to another plan, the first annual payment discount remains valid.


---

# 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.wfolio.pro/getting-started/en/billing/change-plan.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.
