> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/admin-panel-guide/manage-master-and-investment-accounts/edit-fee-plans.md).

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