> 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/view-your-account-details/settings-page.md).

# Settings page

## For master accounts

On the **Settings** page of a master account, you can manage the following settings of your account:

* View or change the name of your master account and reset passwords for your MT4/5 accounts. For cTrader accounts, passwords can't be reset, as all cTrader accounts are linked to a single cTrader ID, which uses one password for that ID. The account name helps distinguish your account among other master accounts and is displayed on the **Leaderboard** and other Web UI pages. For details, refer to [Add or change your account name](/user-guide/manage-master-and-investment-accounts/add-or-change-your-account-name.md) and [Reset your account password](/user-guide/manage-master-and-investment-accounts/reset-your-account-password.md).

<figure><img src="/files/C3WuUX7XMMdfWOiWTke9" alt="Master account name and password"><figcaption><p>Master account name and password</p></figcaption></figure>

* **Fee Plan**

View or modify the fee plan that investors should accept in order to subscribe to your master account. For details, refer to [Set up or modify a fee plan for your master account](/user-guide/manage-master-and-investment-accounts/set-up-or-modify-a-fee-plan-for-your-master-account.md).

<figure><img src="/files/KaNKn5seukx06dt9cv4d" alt="Fee plan"><figcaption><p>Fee plan</p></figcaption></figure>

* **Privacy**

Select the visibility status of your master account. The status indicates if your account is displayed on the **Leaderboard** or hidden from it. For details, refer to [Change your master account visibility on the Leaderboard](/user-guide/manage-master-and-investment-accounts/change-your-master-account-visibility-on-the-leaderboard.md).

<figure><img src="/files/TSOja8U1jOhAq0ov4u9Y" alt="Privacy"><figcaption><p>Privacy</p></figcaption></figure>

* **Minimum deposit**

Assign a minimum deposit to your master account. The minimum deposit determines the minimum balance that must be on investment accounts so that they can be subscribed to your master account. Furthermore, the same minimum balance must be maintained on the investment accounts after withdrawing funds in order to keep the subscriptions active. For details, refer to [Assign a minimum deposit to your master account](/user-guide/manage-master-and-investment-accounts/assign-a-minimum-deposit-to-your-master-account.md).

<figure><img src="/files/iqgXkgK16wyjZnuilw2P" alt="Minimum deposit"><figcaption><p>Minimum deposit</p></figcaption></figure>

* **Subscription code**

Enter a description of your trading strategy to let potential investors know more about your trading style.The strategy description is displayed on the account's [Statistics page](/user-guide/view-your-account-details/statistics-page.md), which investors can view before subscribing to your account.

For details, refer to [Assign a subscription code to your master account](/user-guide/manage-master-and-investment-accounts/assign-a-subscription-code-to-your-master-account.md).

<figure><img src="/files/3N4mPEqgRrO9OfMZ0LmA" alt="Subscription code"><figcaption><p>Subscription code</p></figcaption></figure>

* **Strategy description**

Enter a description of your trading strategy to let potential investors know more about your trading style.The strategy description is displayed on the account's [Statistics page](/user-guide/view-your-account-details/statistics-page.md), which investors can view before subscribing to your account.

<figure><img src="/files/5VdB6NvlemffqSgA8GaK" alt="Strategy description"><figcaption><p>Strategy description</p></figcaption></figure>

* **Trading history visibility**

Enter the number of closed positions that you want to display in the **Trading history** of your master account’s [Statistics page](/user-guide/view-your-account-details/statistics-page.md). The trading history will show only the specified number of most recent closed positions.

<figure><img src="/files/z05gwTydrMoswbwUPDkq" alt="Trading history visibility"><figcaption><p>Trading history visibility</p></figcaption></figure>

* **Promo Offers**

To offer investors discounted fee plans when they subscribe to your master account, set up one or several promo offers. For details, refer to [Set up a promo offer for a master account](/user-guide/manage-master-and-investment-accounts/set-up-a-promo-offer-for-your-master-account.md).

<figure><img src="/files/L5uGSbjKLFh0ErIhlT6N" alt="Promo offers"><figcaption><p>Promo offers</p></figcaption></figure>

## For investment accounts

On the **Settings** page of an investment account, you can view and change the name of your account and reset the account password.

<figure><img src="/files/Dxk7KoepuW0e57169F29" alt="Settings page of an investment account"><figcaption><p>Settings page of an investment account</p></figcaption></figure>


---

# 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/view-your-account-details/settings-page.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.
