> 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-subscription-code.md).

# Create a subscription using a subscription code

Certain master accounts can be protected with subscription codes. If you, as an investor, have a subscription code, you can use it to access the trading statistics of that specific code-protected master account and subscribe to it.

To find a master account on the **Leaderboard** and subscribe to it using a subscription 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 %}
To view the master account page, enter the subscription code in the **Check subscription code** popup, and click **Check**.

<figure><img src="/files/9YTDZuFZhP08BJzhXqzn" alt="Enter a subscription code"><figcaption><p>Enter a subscription code</p></figcaption></figure>
{% endstep %}

{% step %}
After viewing the master account’s trading statistics, click **+Follow** to subscribe to the account.
{% 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-subscription-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.
