> 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-panel-guide/manage-b2copy-settings/configure-web-ui-settings/account-properties.md).

# Account Properties

Use these toggles to control which actions are available for master and investor accounts in the Web UI.

<figure><img src="/files/av1jLrX7pkD9eVL5W88T" alt="Account Properties"><figcaption><p>Account Properties</p></figcaption></figure>

**Minimum Deposit**

Displays the **Minimum deposit** section in master account details in the Web UI and enables master account owners to assign minimum deposits to their accounts. If disabled, the section is hidden.

***

**Subscription Code**

Displays the **Subscription code** section in master account details in the Web UI and enables master account owners to assign subscription codes to their accounts. If disabled, the section is hidden.

***

**Reset password for Master account**

Displays the **Reset Password** button on the **Settings** page in master account details in the Web UI and enables master account owners to change passwords of their trading accounts via the Web UI. If disabled, the button is hidden.

***

**Reset password for Investor account**

Displays **Reset Password** button on the **Settings** page in investment account details in the Web UI and enables investors to change passwords of their trading accounts via the Web UI. If disabled, the button is hidden.

***

**Deposits/Withdrawals button**

*Applicable to standalone solutions only*

Displays the **Transfer** button in account rows in the Web UI. This option allows clients to transfer funds to or from their master and investment accounts, as well as add funds during account creation or when subscribing to master accounts.

If disabled, the **Transfer** button is hidden in account rows, preventing clients from transferring funds to or from their master and investment accounts, as well as from adding funds during account creation and when subscribing to master accounts.

{% hint style="warning" %}
This option doesn't affect the display of the **Transfer** menu that clients can use to transfer funds to or from their master and investment accounts in the Web UI.
{% endhint %}

{% hint style="success" %}
The best practice for managing operations that clients can make on their accounts is the combined use of the visibility option **Deposits/Withdrawals button** and permissions (such as `Deposit`, `Transfer deposit`, `Withdraw`, and `Transfer withdraw`) assigned to the products based on which master and investment accounts are created.
{% endhint %}


---

# 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-panel-guide/manage-b2copy-settings/configure-web-ui-settings/account-properties.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.
