> 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/configure-b2copy/run-the-introducing-brokers-ib-program/customize-the-ib-partnership-settings-of-investment-accounts.md).

# Customize the IB partnership settings of investment accounts

To customize the IB partnership settings of an individual investment account, proceed as follows:

* Change the reward percentage values that are set for IB partners as per [configured IB levels](/admin-guide/configure-b2copy/run-the-introducing-brokers-ib-program/manage-ib-levels.md).
* Manually add IB partners for an investment account and set a reward percentage for each partner.

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

{% step %}
For copy-trading investment accounts, go to **B2COPY** > **Investors**.\
For MAM investment accounts, go to **Mam** > **Investors**.\
For PAMM investment accounts, go to **Pamm** > **Investors**.
{% endstep %}

{% step %}
Select the investment account, and click **Edit**.
{% endstep %}

{% step %}
Go to the **Partnership settings** tab.

<figure><img src="/files/rD40ajAdviQaAxJsar0k" alt="Partnership settings tab of an investment account"><figcaption><p>Partnership settings tab of an investment account</p></figcaption></figure>
{% endstep %}

{% step %}
Go to the section named **As Investor (Sharing fees paid by this account)**.
{% endstep %}

{% step %}
To change the reward percentage values for the IB partners listed under the **As Investor** section, click **Edit**.
{% endstep %}

{% step %}
In the **Edit account percent as investor** dialog box, change the reward percentage in the **% fees** field.

<figure><img src="/files/2i7qCGDws6dx97ZkbJy3" alt="Edit account percent as investor"><figcaption><p>Edit account percent as investor</p></figcaption></figure>
{% endstep %}

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

{% step %}
To add a new IB partner for the investment account, click **+Add** in the **As Investor** section.
{% endstep %}

{% step %}
Select the client that you want to add as an IB partner for the investment account, and click **Select**.
{% endstep %}

{% step %}
In the **Add account percent as investor** dialog box, fill in the following fields:

* In the **Account ID** dropdown, select a partner’s wallet or trading account to which the rewards are deposited.
* In the **% fees** field, enter the reward percentage for the partner.
  {% endstep %}

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

The added IB partner is now rewarded with a percentage of each fee amount charged from the investment account according to the fee plan of the master account to which the investment account is subscribed. The remaining fee amount is paid to the master account’s owner.


---

# 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/configure-b2copy/run-the-introducing-brokers-ib-program/customize-the-ib-partnership-settings-of-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.
