> For the complete documentation index, see [llms.txt](https://docs.ib.b2core.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.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-transfer-clients-and-structures.md).

# How to transfer clients and structures in the IB system

This article covers two common scenarios for managing client structures in the IB system:

* Transferring an entire client tree from one IB to another.
* Transferring an individual client from one IB to another.

{% hint style="warning" %}

### Before you start

* Ensure you have proper backup of client data.
* Confirm that the destination IB exists and is active.
* Always verify exports before deleting source IBs.
  {% endhint %}

## Transferring the entire client structure from one IB to another

Use this method to move all clients or SubIBs from one Introducing Broker to another while preserving all relationships and data. This scenario requires the **mandatory removal of the source IB** from which clients are being transferred.

{% stepper %}
{% step %}
Go to **Introducing brokers** > **Program** > **Introducing brokers** and open the profile of the source IB (`IB1`).
{% endstep %}

{% step %}
On the **Clients** tab, export all first-level clients under `IB1`.

{% hint style="info" %}
Export only first-level clients. All lower-level clients will be automatically transferred with their relationships preserved.
{% endhint %}
{% endstep %}

{% step %}
After confirming the export is complete, delete `IB1` from the system.
{% endstep %}

{% step %}
Import IB data, as described here: [How to import IB-related data](/for-brokers/how-to-articles/how-to-import-ib-related-data.md).

In your CSV file, specify the following:

* In the **IB Email** column, the email address of the destination IB (`IB2`).
* In the **Client Email** column, the email addresses of clients exported from `IB1`.
* In the **IB Type ID** column, the identifier of the desired IB type. To find IB type IDs, go to **Introducing brokers** > **Program** > **Types** and export the existing types. The required IDs will be available in the exported file.

Upload the CSV file and complete the import process.
{% endstep %}
{% endstepper %}

All clients will be transferred to `IB2` with their transaction data, reward information, and subordinate client relationships intact.

## Moving a particular client from one IB to another

Use this method to transfer an individual client or SubIB from a source IB to a target IB while preserving all their data.

{% stepper %}
{% step %}
Identify the current IB under which the client is located (`IB1`) and determine the target IB where the client should be moved (`IB2`).
{% endstep %}

{% step %}
Go to **Introducing brokers** > **Program** > **Clients** and remove the client from `IB1`.
{% endstep %}

{% step %}
Go to **Introducing Brokers** > **Program** > **Introducing brokers** and select the target `IB2`.
{% endstep %}

{% step %}
On the **Clients** tab, click the **Create** button to add the client.
{% endstep %}

{% step %}
On the **Clients** tab, enter the client's email address to create them under the target `IB2`. The system will automatically preserve all transaction and reward information during this process.
{% endstep %}

{% step %}
Verify that the client has been successfully moved to the target `IB2` with all their historical data intact.
{% 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.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-transfer-clients-and-structures.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.
