> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/uploadery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/uploadery/install-uploadery.md).

# Install Uploadery

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 2.0 theme. This is a [list of available Shopify 2.0 themes](https://themes.shopify.com/collections/free-themes).

{% hint style="info" %}
[**Not using a Shopify 2.0 theme? Click here to learn more about how to install Options directly in the theme.**](/uploadery/install-uploadery/install-in-1.0-themes.md)
{% endhint %}

***

### Installing Uploadery on a 2.0 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/1oMvVaOwnJ7O1w3ImPhW" alt=""><figcaption></figcaption></figure>

3. Select **Products** from the dropdown menu in the header and then select a product template. The **default product** is the standard template for a theme.

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

4. Locate a section for product information in the left-hand toolbar. Then, hover below the variant picker, click + **Add block**, then select the **Uploadery** block on the Apps tab. *If the block does not appear, then you are not using a 2.0 theme.*

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

5\. Don't forget to **save** your changes.

You can now start creating options with upload fields for your products.

### 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?

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

Shorten the link shown on the cart page by adjusting the upload link: [Display file upload details in the cart page](/uploadery/customize-the-app/display-a-short-link-on-the-cart.md).

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

<figure><img src="/files/8pvTfVPTF6zq1iofLkfN" alt=""><figcaption></figcaption></figure>

**Here are some other 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
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://shoppad.gitbook.io/uploadery/install-uploadery.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.
