# How to change a subscription plan?

{% stepper %}
{% step %}
Log in to your profile at [roolz.net](https://roolz.net) and then to the space of the company you are working on behalf of.
{% endstep %}

{% step %}
Click on the "Settings" button located in the upper right corner.
{% endstep %}

{% step %}
Select the "Plan and billing" tab on the left.
{% endstep %}

{% step %}
There are 3 options on how to change your subscription plan:

1. Click on the ellipsis on the right where your current plan is listed, then "Switch to another plan";&#x20;
2. Click on "Expand possibilities, business, logistics" and select a new plan;
3. In your plan block at the bottom click on "Switch to beginner/pro/expert" button and select a new plan.
   {% endstep %}

{% step %}
Congrats! You have successfully changed your plan.
{% endstep %}
{% endstepper %}


---

# 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://help.roolz.net/en/getting-started/publish-your-docs/how-to-change-a-subscription-plan.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.
