> 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/detach-open-positions-copied-into-investment-accounts.md).

# Detach open positions copied into investment accounts

It’s possible to detach open positions copied into copy-trading and MAM investment accounts from the corresponding positions on master accounts from which the positions were copied.

In the case of copy-trading subscriptions, positions are detached on investment accounts by investors.

In the case of MAM subscriptions, positions are detached on master accounts by master account owners.

After a position on an investment account is detached from the corresponding position on a master account, both positions are managed independently on those accounts. This means that if the position is closed on the master account, it won’t be automatically closed on the investment account.

## Detach positions on copy-trading accounts

To detach a position on a copy-trading investment account:

{% stepper %}
{% step %}
In the main menu, expand **B2COPY** and click **My accounts** under the desired platform, if more than one is available.
{% endstep %}

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

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

{% step %}
In the **Open positions** section, find the position that you want to detach and click the **Detach** button. Alternatively, you can detach open positions on the **Open positions** tab in the [Trading report](https://github.com/b2broker-gitbook/gitbook-b2copy/blob/master/user-guide/manage-master-and-investment-accounts/view-your-account-details/trading-report-page.md).

<figure><img src="/files/YLN4wIKChsEoT3IFt0ke" alt=""><figcaption><p>Detach a position on a copy-trading account</p></figcaption></figure>
{% endstep %}

{% step %}
Confirm the action in the displayed popup.
{% endstep %}
{% endstepper %}

## Detach positions on MAM accounts

To detach a position on a MAM master account:

{% stepper %}
{% step %}
In the main menu, expand **MAM**, and then click **My accounts** under the desired platform, if more than one is available.
{% endstep %}

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

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

{% step %}
In the **Open positions** section, find the position that you want to detach and click the **Detach** button.
{% endstep %}

{% step %}
Confirm the action in the displayed popup.
{% 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/user-guide/manage-subscriptions/detach-open-positions-copied-into-investment-accounts.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.
