> 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-guide/manage-master-and-investment-accounts/create-fee-plans-for-a-master-account.md).

# Create fee plans for a master account

You can create default and non-default fee plans for your clients' master accounts in the Back Office.

A fee plan indicates fees and periods when investors subscribed to a master account are charged those fees.

The **default fee plan** is displayed to investors when subscribing to a master account in the Web UI. To create subscriptions, they should accept the plan.

When a subscription is created in the Back Office, the default fee plan is applied to the subscription automatically.

Apart from the default fee plan, it is possible to create one or more non-default plans for a master account. For example, a discounted fee plan, which a master account’s owner can offer to potential investors as part of a promo offer, should be created as a non-default plan.

Create a fee plan as follows:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

{% step %}
For copy-trading master accounts, go to **B2COPY** > **Masters**.\
For MAM master accounts, go to **Mam** > **Masters**.\
For PAMM master accounts, go to **Pamm** > **Masters**.
{% endstep %}

{% step %}
Select the master account, and click **Edit**.
{% endstep %}

{% step %}
On the **Edit account** page, go to the **Fee Plan** tab.
{% endstep %}

{% step %}
To add a new fee plan for the master account, click **+Create**.
{% endstep %}

{% step %}
In the **Create Fee Plan** popup, fill in the following fields:

* Enter rates for each fee that you want to include in the default fee plan and select payment intervals for the fees that are paid periodically in the **Period** dropdowns.

Fee rates can be specified as decimal values. Use a dot `.` as a decimal separator.

To learn more about the available fees that can be included in the fee plan, refer to the [Fee list](/copy-trading-pamm-and-mam-concepts/fee-list.md).

* In the **Is Default** dropdown select:
  * **Default** – to create the default fee plan for the master account.
  * **Not Default** – to create a non-default fee plan.

<figure><img src="/files/00QFLOHEnaBv0L7fvQck" alt="Create the default fee plan"><figcaption><p>Create the default fee plan</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to create the fee plan.
{% endstep %}
{% endstepper %}

The created fee plan is assigned an identifier and displayed in the list of plans created for the master account on the **Fee Plan** tab.


---

# 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-guide/manage-master-and-investment-accounts/create-fee-plans-for-a-master-account.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.
