> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/~/revisions/g18PriCA5my8tVHIv5Mt/support/faq/listly-image-downloader/how-should-i-prepare-the-excel-file-to-upload-to-the-image-downloader.md).

# How should I prepare the Excel file to upload to the Image Downloader?

### 1. Extract the webpage that contains the images you want to download with Listly.

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

You can extract web pages containing images through Listly and download an Excel file to easily prepare URLs for download.\
Through Listly, you can collect image URLs with just a few simple clicks.

### 2. Check the column position where the image URLs are located in the Excel file.

<figure><img src="/files/210edd1602a3512e4e8b8fef23060974b96d8421" alt=""><figcaption></figcaption></figure>

Check URLs: Verify the data that appears as links in the Excel file. In the example file, column A is the webpage address itself, and column B contains the image URLs.\
Because column arrangements may differ by file, label or record the location of the column that contains the image URLs.

### 3. Check or create the column in the Excel file to use as the filename.

<figure><img src="/files/6085e84aaf26a3351cb8bdc1350a84c44b61e59a" alt=""><figcaption></figcaption></figure>

Mark the data column to use as the filename, or edit and organize the necessary data.\
In the example, a new FILE NAME column was created in column F by combining the brand name + item name.\
Using the Listly image downloader, you can download image files in the freely edited name order.

{% hint style="success" %}
**Notes**&#x20;

Listly Image Downloader treats the first row of the Excel file as the title. It’s convenient to give separate headings to the Image URL and filename columns for easy identification.
{% endhint %}


---

# 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://help.listly.io/~/revisions/g18PriCA5my8tVHIv5Mt/support/faq/listly-image-downloader/how-should-i-prepare-the-excel-file-to-upload-to-the-image-downloader.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.
