> 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-guide/configure-b2copy/configure-account-settings.md).

# Configure account settings

Use account settings to allow or prohibit your clients to create master and investment accounts in the Web UI, limit the maximum number of subscriptions that can be created for a single investment account, as well as configure the default visibility settings for open and closed positions on master and investment accounts.

Configure account settings as follows:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

{% step %}
For copy-trading account settings, go **B2COPY** > **Settings**.\
For MAM account settings, go to **Mam** > **Settings**.\
For PAMM account settings, go to **Pamm** > **Settings**.
{% endstep %}

{% step %}
Go to the **Account Setting** tab.

<figure><img src="/files/wUS5DKzqL07rEmBUwRHG" alt="Account Settings"><figcaption><p>Account Settings</p></figcaption></figure>

‍On this tab, you can configure the following groups of settings:

* [Account settings](/admin-guide/configure-b2copy/configure-account-settings/account-settings.md)
* [Default Master’s Positions Visibility](/admin-guide/configure-b2copy/configure-account-settings/default-masters-positions-visibility.md)
* [Default Investor’s Positions Visibility](/admin-guide/configure-b2copy/configure-account-settings/default-investors-positions-visibility-applicable-for-pamm-only.md) (for PAMM accounts only)
  {% endstep %}

{% step %}
Click **Save** to apply the changes.
{% 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/admin-guide/configure-b2copy/configure-account-settings.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.
