# Create a PAMM subscription

You can create a PAMM subscription by subscribing a PAMM investment account to a PAMM master account in the Back Office.

In the case of PAMM trading, a PAMM investment account can be subscribed only to a single PAMM master account, which means that PAMM investment accounts can't have multiple subscriptions.

Create a PAMM subscription as follows:

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

{% step %}
Go to **Pamm** > **Subscriptions**.
{% endstep %}

{% step %}
On the **Subscriptions** page, click the **+Create** button located at the upper-right page corner.

<figure><img src="/files/CfHGJtIqyoJh92bUiciB" alt="Create a PAMM subscription"><figcaption><p>Create a PAMM subscription</p></figcaption></figure>
{% endstep %}

{% step %}
On the **Create Subscription** page, enter a PAMM master account login and a PAMM investment account login to subscribe the investment account to the master account.
{% endstep %}

{% step %}
Enable the **Send email** checkbox if you want to send emails with subscription details to the clients.
{% endstep %}

{% step %}
Leave the option **Make a 'subs' balance operation after a new subscription and an 'unsub' balance operation after unsubscription** enabled. If you don't want to make zero balance operations with comments on the master and investment accounts for this particular subscription, disable this option.
{% endstep %}

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

The default PAMM allocation method is applied to all new subscriptions.

For details on how to select the default allocation method, refer to [Configure PAMM settings](/admin-guide/configure-b2copy/configure-pamm-settings.md).

The created subscription and its settings are displayed on the **Subscriptions** 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-subscriptions/create-a-pamm-subscription.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.
