> For the complete documentation index, see [llms.txt](https://docs.b2core.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.b2core.b2broker.com/back-office-guide/clients/general/client-tab.md).

# Client tab

This tab is visible by default. Here, you can find information about a particular client and view the client profile details, such as profile status and verification level.

{% hint style="info" %}
The grayed-out fields are disabled and cannot be edited (most of them are system fields and filled automatically).
{% endhint %}

Use caution when customizing the following fields because this may affect a client’s permissions:

* **Email** — this field is disabled by default. This email address is used by a client to log in to the system.

  To enable editing a client’s email, click the **Edit** button.

  To view the previous email addresses specified for a client, switch to the [History tab](/back-office-guide/clients/general/history-tab.md) and select the **Email change history** option.
* **Birthday** — this field is disabled by default.

  To enable editing a client’s date of birth, click the **Edit** button.

{% hint style="info" %}
A user must be at least 18 years old to be allowed to use the system.
{% endhint %}

* **Status** — the current [status](/back-office-guide/references/client-statuses.md) of a client profile.
* **Client type** — the [type](/back-office-guide/clients/types.md) of a client profile.
* **Manager** — the client’s [manager](/back-office-guide/clients/managers.md). The scope of activities that a client is allowed to perform may vary depending on the client department and their assigned manager.
* **Verification level** and **Verification** — the [verification level](/back-office-guide/verification/levels.md) obtained by a client. This level determines the scope of activities that a client is allowed to perform.
* **Tag** — the tags assigned to a client, which are used to sort the client list displayed to [Back Office administrators](/back-office-guide/system/users.md). These tags have no effect on client permissions.
* **Risk level** — the risk level assigned to a client, which may determine the scope of activities that the client is allowed to perform.

On this tab, you can also add a picture to a client profile by clicking the **Edit** button located in the picture frame and selecting the required image. The added picture will be displayed in the client profile in the B2CORE UI.


---

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

```
GET https://docs.b2core.b2broker.com/back-office-guide/clients/general/client-tab.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.
