> 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-guide/manage-subscriptions/resync-open-positions-on-a-master-account-with-subscribed-investment-accounts.md).

# Resync open positions on a master account with subscribed investment accounts

In the Back Office, you can resync a specific position opened on a copy-trading master account with subscribed investment accounts. The resync operation attempts to copy the selected open position into the subscribed investment accounts to which that position wasn’t copied on the first attempt to copy it.

This may be helpful when a position wasn’t copied due to a margin shortage on a subscribed investment account. In this case, the position can be resynced after refilling the account balance.

Another reason why a position wasn’t copied is due to a procedure of restoring an investment account from a backup. After restoring the account, the position can be resynced.

{% hint style="info" %}
The resync operation doesn’t open a position on investment accounts on which it has already been opened or in the case when the position was copied to an investment account, and then detached and closed by an investor.
{% endhint %}

Resync an open position on a master account with subscribed investment accounts as follows:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

{% step %}
Go to **B2COPY** > **Masters**.
{% endstep %}

{% step %}
Select a master account, and click **Edit**.
{% endstep %}

{% step %}
Go to the **Subscriptions (As Master)** tab.
{% endstep %}

{% step %}
Navigate to the **Open Positions** section, and among the positions opened on the master account, select the one that you want to resync.

<figure><img src="/files/LvVfk4GvyP9oSEC6RfWF" alt="Resync open positions"><figcaption><p>Resync open positions</p></figcaption></figure>
{% endstep %}

{% step %}
Click the **Resync** button in the position row.
{% endstep %}

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

After resyncing, the selected position is opened on the subscribed investment accounts to which it wasn’t previously copied.


---

# 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-guide/manage-subscriptions/resync-open-positions-on-a-master-account-with-subscribed-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.
