# Backend Product Images Manager

Once you enable the extension, it will add a Product Images Manager tab on your store backend.

**NOTE —** For Magento 2.4.3 and higher versions, Magento automatically remove product images from the database when a product is deleted. In case there is any unwanted images still left in the database, then the Product Images Manager fetches them and the admin can remove them.

From the Admin dashboard, navigate to **Image Clean > Product Images Manager.**

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

It will open a Product Images grid, as shown below. The Fetch New Images button will update the image list.

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

### Delete Single Product Image <a href="#bdelete-single-product-imageb" id="bdelete-single-product-imageb"></a>

You can delete a single product image by pressing the Delete option for that particular image from the Action column beside the Image column in the grid.

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

### Delete Multiple Product Images <a href="#bdelete-multiple-product-imagesb" id="bdelete-multiple-product-imagesb"></a>

To delete multiple product images, select the images you want to delete with the help of the checkbox and choose Delete from the Action dropdown.

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

Once you press the delete option, it will ask for your confirmation.

<figure><img src="/files/8daXGNM1euaGKnif4Rbq" alt=""><figcaption></figcaption></figure>

On confirming, you will get a success message on your screen.

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

### Delete All Product Images <a href="#bdelete-all-product-imagesb" id="bdelete-all-product-imagesb"></a>

Choose Select All from the checkbox dropdown to delete all product images at a time. This will automatically select all images. Then choose Delete from the Actions dropdown.

<figure><img src="/files/Xq2P63IbpUcu2RFgO5Zj" alt=""><figcaption></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.magecomp.com/magento-2-image-clean-extension/backend-product-images-manager.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.
