# Create promo offers

You can create promo offers for master accounts in the Admin panel.

Promo offers allow master account owners to offer investors to subscribe under more favorable fee plans than the default ones.

One or more promo offers can be created for a master account. Investors with a promo code can apply it when subscribing to the master account and create a subscription on more favorable terms.

To create a promo offer:

{% stepper %}
{% step %}
Expand the **Copy Trading**, **PAMM**, or **MAM** menu.
{% endstep %}

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

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the account and click the account number in the **Account Login** column to open the account details.
{% endstep %}

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

{% step %}
Click **Create**.
{% endstep %}

{% step %}
In the displayed popup, fill in the following:

* In the **Short description**, enter the promo offer description.
* In the **Promo code** field, enter the promo code. It can be a combination of letters, numbers, or both, and must be unique.
* In the **Fee plan** section, select one of the options:
  * **Available** — to select an existing fee plan that will be associated with the promo offer.

    If you choose this option, select the fee plan identifier in the **Fee Plan ID** dropdown to assign it to the promo offer.
  * **Create new** — to create a new fee plan for the promo offer.

    If you choose this option, specify the fee plan settings as needed.
    {% endstep %}

{% step %}
(*For standalone solutions only*) Keep the **For Partners** toggle disabled.

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

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

The created promo offer is assigned an identifier and displayed in the list of promo offers for the master account on the **Promo offers** tab.

Promo offers can be edited or deleted when no longer needed.


---

# Agent Instructions: 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:

```
GET https://docs.b2copy.b2broker.com/admin-panel-guide/manage-master-and-investment-accounts/create-promo-offers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
