# Create a master account

You can create copy-trading, MAM, and PAMM master accounts for your clients in the Back Office.

Create a master account as follows:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance, such as MT4, MT5, or cTrader.
{% endstep %}

{% step %}
To create a copy-trading master account, go to **B2COPY** > **Masters**.\
To create a MAM master account, go to **Mam** > **Masters**.\
To create a PAMM master account, go to **Pamm** > **Masters**.
{% endstep %}

{% step %}
On the **Masters** page, click **+Create**.
{% endstep %}

{% step %}
Select the client whom you want to create a master account for, and then click **Select**.

<figure><img src="/files/LVdRmhcFUnodK4kNEgUw" alt="Create a master account"><figcaption><p>Create a master account</p></figcaption></figure>
{% endstep %}

{% step %}
On the **Create Master Account** page, select one of the following options in the **Create from** dropdown:

* **New account** – to create a new account on the trading platform and then create a master account on the B2COPY investment platform using the newly created account.
* **Existing account (on Trading platform only)** – to create a master account on the B2COPY investment platform using the account that already exists on the trading platform but hasn't yet been registered via the Web UI.
* **Existing account (in Trader's room)** – to create a master account on the B2COPY investment platform using the trading account that has already been registered via the Web UI.
  {% endstep %}

{% step %}
If you create the master account using an existing trading account, enter the account number in the **Account login** field.

{% hint style="info" %}
If a master account for a client was created on the **Accounts** tab that is available on the client details page, the account must be added to the B2COPY investment platform using the **Existing account (in Trader's room)** option.
{% endhint %}

<figure><img src="/files/L5XO7nnqR9LXwNyE40T8" alt="The master account created in client details"><figcaption><p>The master account created in client details</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Leverage** dropdown, select a leverage ratio for the master account.
{% endstep %}

{% step %}
In the **Account** **Name** field, enter a short name for the master account. This name will be displayed on the **Leaderboard** and other pages in the Web UI.
{% endstep %}

{% step %}
In the **Strategy description** field, enter a trading strategy description to let potential investors know more about the trading style of the master account owner.
{% endstep %}

{% step %}
To inform the client about the newly created master account by sending an email with account details, enable the **Send email** checkbox.
{% endstep %}

{% step %}
Click **Save**.

<figure><img src="/files/tfMznxPbtpNhypAnesdl" alt="Select master account parameters"><figcaption><p>Select master account parameters</p></figcaption></figure>
{% endstep %}
{% endstepper %}

The created master account is now listed on the **Masters** page.


---

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