> 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-master-and-investment-accounts/set-up-a-promo-offer-for-a-master-account.md).

# Set up a promo offer for a master account

You can set up promo offers for your clients’ master accounts in the Back Office. Promo offers allow master accounts’ owners to offer investors to subscribe to their accounts with more favorable fee plans than their default plans.

One or more discounted fee plans can be created for a master account. A promo offer is created to associate a discounted fee plan with a particular promo code. An investor who has a promo code can apply it when subscribing to the master account and create a subscription under more affordable conditions.

Set up a promo offer for a master account:

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

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

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

{% step %}
Go to the **Fee Plan** tab, and click **+Create** to create the fee plan for the promo offer.

<figure><img src="/files/DLkcr4WO3XDpOLRXVXOI" alt="Fee Plan tab"><figcaption><p>Fee Plan tab</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Create Fee Plan** popup, set up the fee settings, and select **Not default** in the **Is Default** dropdown.

<figure><img src="/files/XVBXUkW1JA0bsEfpOqQA" alt="Create a non-default fee plan"><figcaption><p>Create a non-default fee plan</p></figcaption></figure>

Refer to [Fee list](/copy-trading-pamm-and-mam-concepts/fee-list.md) to learn more about the available fees that can be included in the fee plan.
{% endstep %}

{% step %}
Click **Save** to create the fee plan.
{% endstep %}

{% step %}
Go to the **Promo Offers** tab.
{% endstep %}

{% step %}
To add a new promo offer, click **+Create**.

<figure><img src="/files/c2vwz50PHoKb45diJTrx" alt="Promo Offers tab"><figcaption><p>Promo Offers tab</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Create Promo Offer** popup, fill in the following fields:

* In the **Offer Name**, enter the promo offer name.
* In the **Promo Code** field, enter the promo code. It may be a combination of letters, numbers, or both.
* In the **Fee Plan ID** dropdown, select the identifier of the non-default fee plan that is offered to investors after entering the promo code when subscribing to the master account in the Web UI.

<figure><img src="/files/2h4KjGTWGSwgoRf8A7p8" alt="Create a promo offer"><figcaption><p>Create a promo offer</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to save the promo offer.
{% 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/admin-guide/manage-master-and-investment-accounts/set-up-a-promo-offer-for-a-master-account.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.
