# Upload profile pictures

*Applicable to standalone solutions only*

You can upload pictures to client profiles in the Admin panel.

The picture is applied as an avatar to a client’s profile and is shown for their master accounts listed on the **Leaderboard**, and on other pages in the Web UI.

To a upload a profile picture:

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

{% step %}
Go to **User** 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 %}
Select the client and click the profile identifier in the **Id** column to open the profile details.

You can quickly find the client by entering their email in the search box.
{% endstep %}

{% step %}
In the profile details, click the picture area and select an image on your computer to upload it as the client’s profile picture.

{% hint style="info" %}
The image must meet the following requirements:

* **Supported formats**: PNG, JPG/JPEG, or WEBP
* **Maximum dimensions**: 512×512 pixels
* **Maximum file size**: 2 MB
  {% endhint %}

<figure><img src="/files/VfhvOS4rWlnnvbBkHQ1M" alt="Profile details"><figcaption><p>Profile details</p></figcaption></figure>
{% endstep %}
{% endstepper %}

Once selected, the image will be uploaded and set as the client’s profile picture.


---

# 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/upload-profile-pictures.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.
