> 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/user-guide/manage-subscriptions/assign-a-risk-limit-to-a-subscription.md).

# Assign a risk limit to a subscription

You, as an investor, can limit potential losses from your subscriptions by assigning a risk limit to each of your subscriptions.

The [risk limit](/copy-trading-pamm-and-mam-concepts/risk-limits-for-investors.md) is the maximum loss amount that your investment account can bear from an individual subscription. If the assigned risk limit is exceeded, the subscription will be automatically terminated.

To assign a risk limit to a subscription:

{% stepper %}
{% step %}
In the main menu, expand the respective item, such as **B2COPY**, **MAM**, or **PAMM**, and then click **My Accounts** under the desired platform, if more than one is available.
{% endstep %}

{% step %}
Click the investment account in the list.
{% endstep %}

{% step %}
In the account details, go to **Subscriptions**.
{% endstep %}

{% step %}
Select the subscription.
{% endstep %}

{% step %}
In the subscription row, click ⋮ (the **Actions** button) and select **Edit** in the dropdown.

<figure><img src="/files/RpQSOstnVPDCeOU68o6c" alt="Click Actions"><figcaption><p>Click Actions</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Edit subscription** popup, enter the maximum loss amount in the **Loss limit** field.

{% hint style="info" %}
Risk limits for subscriptions are always denoted in the currency in which the subscribed investment account is denominated.

A risk limit can be specified as a positive or negative value (such as 200 or -200). In either case, it represents a loss on the investment account.
{% endhint %}

<figure><img src="/files/ZIyZwTqTd5808Q94ZL59" alt="Assign a risk limit to a subscription"><figcaption><p>Assign a risk limit to a subscription</p></figcaption></figure>
{% endstep %}

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

If the loss on the investment account caused by the subscription exceeds the assigned risk limit amount, all the open positions copied to your investment account from this subscription are closed, and you are charged the fees listed in the fee plan. After that, your investment account is unsubscribed from the master account.


---

# 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/user-guide/manage-subscriptions/assign-a-risk-limit-to-a-subscription.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.
