# Studio 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 Studio theme.

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

2\. Click the **Customize** button on the **Studio** theme.

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

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

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

4\. In the **Product Information** section of the left-hand toolbar, click + **Add block** and select the **Uploadery Fields** block.

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

5\. Move the **Uploadery Fields** block above the **Quantity selector** block, or the **Buy buttons** block.

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

6\. **Save** your changes.

7\. 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/hqoPIfAKtLjV1NdHRBgi)

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/FGnqATxAJkmLn1bScZUv)

**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/studio-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.
