# Upload multiple images

Uploadery allows you to add an unlimited number of upload fields to any of your products.

You can click on the **Add Another Custom Field** button to add another upload field to the product. Click here for a refresher on how to [create upload fields](/uploadery/readme/create-and-display-upload-fields.md).

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

Don't forget to **save** your changes. Then, your product page will look like this:

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

{% hint style="info" %}
**Note:** Don't forget to change the upload field's **Field Name**. This will be the text that appears at the cart summary screen, checkout, and the order details page, showing the file details.
{% endhint %}

Lastly, you will want to make sure that your field names are all unique values to prevent any issues.


---

# 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://shoppad.gitbook.io/uploadery/readme/upload-multiple-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.
