# Minimal Theme

Before Uploadery starts working on your store, you will need to install the app onto your current theme.

Follow the step-by-step instructions below on how to install Uploadery for your Minimal theme.

1\. Starting from your Shopify dashboard, click on **Online Store**, and then click on **Themes**.

2\. Click the **Actions** button, then select **Edit code.**

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

3\. Use the search bar located in the top left of the code editor to search for your **product-template.liquid** file.

4\. In this file, do a search using the keyboard shortcuts (ctrl F or ⌘ F) for the following text.

```
{% form 'product'
```

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

5\. Within the {% form and {% endform %} tags, locate the **quantity** section that starts with:

**\<div class="product-single\_\_quantity**

6\. Copy the following code snippet.

```
<div id="uploadery-container"></div>
```

7\. Paste the code snippet on a new line right above the quantity section that you found in step 5.

8\. Save changes.

9\. You can now start creating upload fields for your products. Follow the instructions in [this article](/uploadery/readme/create-and-display-upload-fields.md) to get started.

***

### What's next?

Add a snippet of code so upload fields can display quicker on your product page: [Decrease Uploadery's load time](/uploadery/troubleshooting/decrease-uploaderys-load-time.md).

### Need to adjust the upload link on the cart page?

![](/files/DThVVSgV81oX6K9WJIam)

Shorten the link shown on the cart page by adjusting the upload link: [Display file upload details in the cart page](https://github.com/shoppad/docs-uploadery/blob/master/customize-the-app/display-file-upload-details-in-the-cart-page.md).

### Want to customize the look of your upload fields?

![](/files/68MWnHc0PTQSbUSiE7Eo)

**Here are some great resources to get you started:**

* [Style your upload fields](/uploadery/customize-the-app/style-file-upload-fields.md)
* [Add an image preview to the product page](/uploadery/customize-the-app/add-an-image-preview-to-the-product-page.md)


---

# 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/install-uploadery/minimal-theme.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.
