# How to change Back Office images

You can view and change the images displayed in the Back Office.

{% hint style="info" %}
To be able to view and change the Back Office images, you must be assigned the permissions to **View Backend images** and **Edit Backend images**, which can be found under the **System** permission group (for details, refer to [How to add a user group and grant permissions](/how-to-articles/manage-system-settings/how-to-add-a-user-group-and-grant-permissions.md)).
{% endhint %}

To change an image specified for a Back Office element, remove the current image by clicking the **Delete** button, and then add a new one.

To add a new image:

{% stepper %}
{% step %}
Navigate to **System** > **Backend images**, and then click the **+Create** button located in the upper-right corner of the page.
{% endstep %}

{% step %}
In the **Type** dropdown, select a Back Office element to which you want to apply a new image. The following options are available:

* the main menu logo
* the logo on the login page
* the background image on the login page
  {% endstep %}

{% step %}
Click **Upload an image** and locate the image on your computer to assign to a selected user interface element.
{% endstep %}

{% step %}
Click **Save** to update the specified image.
{% endstep %}
{% endstepper %}


---

# 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.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-change-back-office-images.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.
