# Edit fee plans

You can edit existing fee plans for master accounts in the Admin panel.

{% hint style="warning" %}
After making changes to a fee plan, all updates are automatically applied to existing subscriptions where the plan has already been accepted by investors.
{% endhint %}

To edit a fee plan:

{% stepper %}
{% step %}
Expand the **Copy Trading**, **PAMM**, or **MAM** menu.
{% endstep %}

{% step %}
Go to **Masters**.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the account and click the account number in the **Account Login** column to open the account details.
{% endstep %}

{% step %}
Go to the **Fee plan** tab.
{% endstep %}

{% step %}
Select the fee plan and click **Edit** on the right side of the plan row.
{% endstep %}

{% step %}
In the displayed popup, adjust the fee plan settings as needed.
{% endstep %}

{% step %}
To make the plan the default, select the **Set plan as default** checkbox. To make it non-default, leave the checkbox unselected.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

The changes to the plan are saved and affect all subscriptions where the plan has already been accepted by investors.


---

# 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.b2copy.b2broker.com/admin-panel-guide/manage-master-and-investment-accounts/edit-fee-plans.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.
