> 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/assign-risk-limits-to-subscriptions.md).

# Assign risk limits to subscriptions

You can assign risk limits to subscriptions in the Admin panel to help investors control potential losses.

The [risk limit](/copy-trading-pamm-and-mam-concepts/risk-limits-for-investors.md) assigned to a subscription defines the maximum loss an investment account can incur from this subscription. If this limit is exceeded, all open positions allocated to the investment account from the subscription are closed, fees from the subscription's fee plan are applied, and the investment account is automatically unsubscribed from the master account.

To assign a risk limit to a subscription:

{% stepper %}
{% step %}
Expand the **Copy Trading**, **PAMM**, or **MAM** 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 %}
Select the subscription and click the identifier in the **Link ID** column to open the subscription details.
{% endstep %}

{% step %}
On the **Properties** tab, click **Edit** in the **Risk Limits** section.
{% endstep %}

{% step %}
In the **Loss Limit (Max loss amount)** field, enter the maximum loss amount.

{% hint style="info" %}
Risk limits for subscriptions are always denoted in the currency in which the subscribed investment account is denominated. ‍ For example, if a risk limit of 500 USD is set, this means that once the investment account exceeds a loss of 500 USD from this subscription, the subscription will be automatically terminated.
{% endhint %}

<figure><img src="/files/g0DSwbBR39OWq34UEztC" alt="Assign a loss limit"><figcaption><p>Assign a loss limit</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the risk limit.
{% endstep %}
{% endstepper %}


---

# 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/assign-risk-limits-to-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.
