# Importing images and galleries

You can import product images in two ways:

1. **External URLs**\
   Reference images hosted elsewhere via their URLs.
2. **Local WordPress Library**\
   Download and store images in your WP Media Library.

<figure><img src="/files/5wMcCCcKReDIN5nxOINY" alt=""><figcaption></figcaption></figure>

#### Local Storage & Background Processing

* When you choose to **save images locally**, only the **main product image** appears immediately.
* **Gallery images** are fetched and saved in the background via a cron job.
* Admins will see a notification on the frontend if a product still has images queued for processing.
* The plugin processes **\~20 products every 5 minutes**.\
  → Make sure your cron system is running correctly if gallery images remain unprocessed for an extended period.

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

#### External Gallery Limits

* External galleries support up to **9 additional** images per product.

**Troubleshooting**

* **Cron not running?**\
  Verify your server’s cron or WP-Cron setup.
* **Gallery images not extracted**\
  Not all shops provide product microdata for galleries. In this case, a custom parser will be required to scrape gallery images.

<figure><img src="/files/QcEHzYhB1hsuyf8VL2Ps" 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://ei-docs.keywordrush.com/importing-to-woocommerce/importing-images-and-galleries.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.
