> 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-links/create-pamm-subscriptions.md).

# Create PAMM subscriptions

You can create a PAMM subscription by linking an investment account to a master account in the Admin panel.

In PAMM, each investment account can be subscribed to only one master account, meaning that multiple subscriptions for a single investment account aren't allowed.

To create a subscription:

{% stepper %}
{% step %}
Expand the **PAMM** menu.
{% endstep %}

{% step %}
Go to **Links**.
{% 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 %}
Click **Create** in the upper-right page corner.
{% endstep %}

{% step %}
In the displayed popup, complete the following:

* In the **MA Login** field, enter the number of the master account.
* In the **IA Login** field, enter the number of the investment account.
* Enable the **Send email** checkbox to send the clients notifications with subscription details.
* Enable the checkbox **Make a 'subs' balance operation after a new subscription and an 'unsub' balance operation after unsubscription** to create zero-balance operations with comments on the master and investment accounts, helping to track the subscription. Leave the checkbox disabled to skip adding comments for this subscription.

For more details, refer to [Balance operations](/admin-panel-guide/manage-b2copy-settings/configure-trading-settings-for-pamm.md#balance-operations).

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

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

The newly created subscription appears on the **Links** page.


---

# 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-links/create-pamm-subscriptions.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.
