# Configure account settings

Use these settings to manage the actions that clients can perform with master and investment accounts in the Web UI.

These settings only affect the Web UI and don't restrict actions in the Admin panel. {% endhint}

To configure trading settings:

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

{% step %}
Go to **Settings**.
{% 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 %}
On the **Account Settings** tab, adjust the following options:

<figure><img src="/files/6YYs81CIFTzzVQ1pCddc" alt="Account settings"><figcaption><p>Account settings</p></figcaption></figure>

**Create new investment accounts**

Default: Enabled

* **Enabled** — allows clients to create new investment accounts in the Web UI.
* **Disabled** - prohibits clients from creating new investment accounts in the Web UI.

***

**Create new master accounts**

Default: Enabled

* **Enabled** — allows clients to create new master accounts in the Web UI.
* **Disabled** — prohibits clients from creating new master accounts in the Web UI.

***

**Allow multiple subscriptions for 1 master account from the same user**

Default: Enabled

* **Enabled** — allows multiple subscriptions to the same master account for the same investor.
* **Disabled** — restricts an investor to a single subscription per master account.

For example, suppose that an investor has two investment accounts.

* If the option is enabled, the investor can subscribe both of their investment accounts to the same master account.
* If disabled, only one investment account can be subscribed to that master account.

***

**Max number of active subscriptions for 1 investment account**

*Applicable to copy trading and MAM*

Default: No Limit

Limits the number of active subscriptions that investors can create in the Web UI using the same investment account.

Click **Edit** and select the allowed number of active subscriptions per investment account, or select **No Limit** to apply no restrictions on the number of active subscriptions.

***

**Password type sent to investor after password reset**

*Applicable to MT4/5 accounts only*

Default: Investor password

Specifies which password, Master or Investor, is sent in the email when investors reset their MT4/5 account passwords via the Web UI. This setting does not affect emails sent when new accounts are created. For account creation emails: in B2COPY you control which password appears by editing the template (placeholders `SeAccountPassword` and `SeInvestorPassword`); in B2CORE full version you select the **Mail template** in the product/account settings (e.g. `accountCreated`, `accountCreatedInvestorOnly`, `accountCreatedWithoutInvestor`, `PaymentAccountCreated`).

{% hint style="info" %}
**Account creation emails:** This setting does not apply. In B2COPY, control which password appears by editing the email template (placeholders `SeAccountPassword` and `SeInvestorPassword`). In B2CORE full version, select the **Mail template** in the product/account settings (e.g. `accountCreated`, `accountCreatedInvestorOnly`, `accountCreatedWithoutInvestor`, `PaymentAccountCreated`).
{% endhint %}

* **Master password** — allows the investor to trade on the account.
* **Investor password** — enables the investor to only view positions on the account.
  {% 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://docs.b2copy.b2broker.com/admin-panel-guide/manage-b2copy-settings/configure-account-settings.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.
