> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/features/system/bulk-pictures.md).

# Bulk Pictures

The merchant will be able to Bulk Import images directly to the products. This means that once the merchant has bulk imported their products they can easily add the product images without going through each product in the system.

The merchant will need to first format their images into the correct format before they can start a Bulk Image Upload. Please [click here](/features/system/bulk-pictures/formatting-images-for-bulk-upload.md) to view how to format your images.

### How to Bulk Import Images

1. Format images ready for import
2. Click on System
3. Select Bulk Pictures
4. Drag and drop or click and select the folder with the images you wish to upload
5. Select Merge if you are adding additional images to a product or replace if you want to replace the images currently connected to the products. Select either or if the products don't currently have images
6. Wait for images to upload and then import them to products
7. The screen will refresh once the import is completed

{% embed url="<https://scribehow.com/embed/How_to_Bulk_Import_Pictures_in_Backoffice__Aln7Hzl3SE-Kzl9W79W60A>" %}


---

# 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://support.storefront.co.za/features/system/bulk-pictures.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.
