# Register new clients

*Applicable to standalone solutions only*

You can register clients in the Admin panel using their account numbers from respective trading platforms.

{% hint style="info" %}
You must have the `User — Manage` permission to register new clients in the Admin panel and mange their profiles.
{% endhint %}

To register a new client and and create a client profile:

{% stepper %}
{% step %}
Expand the **Clients** menu.
{% endstep %}

{% step %}
Go to **Users** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4 or MT5), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Click **Create** in the upper-right page corner.
{% endstep %}

{% step %}
In the popup that appears, fill in the following fields:

* In the **Login** field, enter the number of the client’s existing account. The account number must be unique and not already used for another client.
* In the **Platform** dropdown, select the respective trading platform.

<figure><img src="/files/J8BRGIzPL3ANZ4yl6flW" alt="Create a client"><figcaption><p>Create a client</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

The new client profile will be created, assigned an identifier, and displayed in the list of users.

The personal data from the client’s account (if available) will be automatically pulled into the Admin panel, including:

* **Email** — the client's email address. If not specified in the account on the trading platform, the email will be assigned as follows: `{account_number}@b2copymail.com`.
* **Name** — the client's full name.
* **Nickname** — the client's nickname. Nicknames don't have to be unique. Emojis and any characters are allowed.
* **Country** — the client's country.
* **City** — the client's city.
* **Communication language** — the client’s preferred communication language. This setting doesn't affect the language of the Web UI.

If certain data is missing in the client’s account on the platform, the corresponding fields in the Admin panel will remain empty and can be filled in later manually.

<figure><img src="/files/VfhvOS4rWlnnvbBkHQ1M" alt="Client profile"><figcaption><p>Client profile</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.b2copy.b2broker.com/admin-panel-guide/manage-clients/register-new-clients.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
