> 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/add-a-profile-picture-and-nickname-to-a-client-profile.md).

# Add a profile picture and nickname to a client profile

You can add a profile picture and nickname to a client profile in the Back Office. The profile picture is applied as an icon to client's master accounts and together with the nickname is displayed on the **Leaderboard** and other pages in the Web UI.

Once added, a profile picture and nickname are automatically applied to the existing and new client master accounts.

Add a profile picture and nickname as follows:

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

{% step %}
From the clients list, select a client for whom you want to add a profile picture and nickname, and then click the **Edit client** button.
{% endstep %}

{% step %}
To upload a profile picture, click the **Edit** button displayed in the profile picture area, and select an image file on your computer. You can adjust the size and position of the picture.

{% hint style="info" %}
You can upload a PNG or JPG image. The minimum image resolution is 4500 × 4500 pixels. The maximum file size is 10 MB.
{% endhint %}
{% endstep %}

{% step %}
To set a nickname, click the **Edit** button displayed on the right of the **Nickname** field and enter a nickname.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

The profile picture can be changed, but can't be removed.

The nickname can be changed or removed.

<figure><img src="/files/KOfHBoddEVhchXcDRzOV" alt=""><figcaption><p>Client tab in client details</p></figcaption></figure>

The client can view the picture and nickname added to their profile upon navigating to **Profile** > **Settings** in the Web UI.

<figure><img src="/files/FwiKCSaqs4LL8tQtnmdW" alt=""><figcaption></figcaption></figure>

## **Allow or disallow clients to change their profile pictures and nicknames**

{% stepper %}
{% step %}
Go to **System** > **Settings**.
{% endstep %}

{% step %}
To allow clients to change their profile pictures and nicknames in the Web UI, set the **Change a userpic** and **Change a nickname** fields to **Enabled;** to disallow – set these fields to **Disabled**.
{% 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/register-new-clients/add-a-profile-picture-and-nickname-to-a-client-profile.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.
