> 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/user-guide/manage-subscriptions/create-a-subscription-using-a-promo-code.md).

# Create a subscription using a promo code

If you have a promo code, you can subscribe to the master account, which the promo code relates to, with a fee plan that offers more favorable conditions than the master account’s default plan.

To find a master account in the **Leaderboard** and subscribe to it using a promo code:

{% stepper %}
{% step %}
In the main menu, expand the respective item, such as **B2COPY**, **MAM**, or **PAMM**, and then click **Leaderboard** under the desired platform, if more than one is available.
{% endstep %}

{% step %}
On the **Leaderboard**, click **Find account by login**.

<figure><img src="/files/A7PN9UeiBrW60IuaAskf" alt="Find account by login"><figcaption><p>Find account by login</p></figcaption></figure>
{% endstep %}

{% step %}
In the popup, enter the master account number and click **Proceed**.
{% endstep %}

{% step %}
After viewing the master account’s trading statistics, click **+Follow** to subscribe to the account.
{% endstep %}

{% step %}
In the **Create new subscription** popup, enter the promo code and click **Apply**. After that, the default fee plan is replaced with the discounted fee plan according to the promo offer set up by the master account’s owner.

<figure><img src="/files/05FIh6mPMErvTH2yfrbF" alt="Enter a promo code"><figcaption><p>Enter a promo code</p></figcaption></figure>
{% endstep %}

{% step %}
To complete the subscription process, proceed to Step 4 in [Create a subscription](/user-guide/manage-subscriptions/create-a-subscription.md).
{% 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/user-guide/manage-subscriptions/create-a-subscription-using-a-promo-code.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.
