> 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/register-new-clients/register-new-clients-with-email-addresses.md).

# Register new clients with email addresses

You can register new clients via the [Back Office](#user-content-fn-1)[^1]. After that, they can sign in to the [Web UI](#user-content-fn-2)[^2] with their credentials to get started with copy trading, PAMM, or MAM.

Alternatively, clients can register themselves on the **Sign Up** page of the Web UI.

{% hint style="info" %}
You can register new clients via the Back Office only if you have the necessary permissions to manage clients.
{% endhint %}

Register a new client via the Back Office as follows:

{% stepper %}
{% step %}
Go to **Clients** > **General**.
{% endstep %}

{% step %}
On the **General** page, click **+Create** in the upper-right page corner.
{% endstep %}

{% step %}
In the **Create client** popup, enter your client's email address and click **Save**.
{% endstep %}
{% endstepper %}

The client's profile has been created in the system and added to the clients list displayed on the **General** page.

You can click the **Edit client** button located in the client row to enter additional information about the client and configure various settings in the client’s profile.

Newly registered clients are assigned the **Active** status in the Back Office and are now able to sign in to the Web UI with their email addresses and passwords.

[^1]: The web interface intended for brokers that want to provide copy-trading, PAMM, and MAM services to their clients using the B2COPY investment platform.

[^2]: The web interface for end users who intend to use copy-trading, PAMM, and MAM services provided by the broker. In the Web UI, end users can create master and investment accounts, deposit and withdraw funds, create subscriptions, monitor trading statistics of their accounts, and manage their account and subscription settings.


---

# 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/register-new-clients/register-new-clients-with-email-addresses.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.
