# Assigning Upload Fields: Excluding a few products

If you want an upload field to appear on most products while excluding a few, the easiest way to manage this is by using product tags.

Instead of assigning products one by one, you can:

1. Add a shared tag to all products that should display the upload field
2. Assign your Uploadery Option Set to that tag

Any product without the tag will not display the upload field.

### Step 1: Select the Products in Shopify

From your Shopify admin:

1. Click **Products**.

Open your Products list in Shopify, where you’ll see checkboxes next to each item.

You can either:

* Select individual products that should display the upload field
* Select all products, then manually uncheck the few that should not display the upload field

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

### Step 2 — Add a Tag Using Bulk Actions

After selecting the products:

1. Click **More actions**
2. Select **Add tags**

(Screenshot: More actions dropdown with “Add tags” visible)

In the tag field:

3. Enter a descriptive tag name
4. Click **Save**

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

Shopify will confirm once the tag has been added.

Product tags are used internally and will not be visible to customers on your storefront.

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

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

### Step 3 — Assign the Tag in Uploadery

Next, open the **Uploadery dashboard** and click **Option Sets**.

Open an existing Option Set or create a new one.

In the assignment section:

1. Choose to assign by product tag
2. Enter the tag you just created

Use the **Preview matching products** feature to confirm the correct products are included.

Click **Save**.

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

### What Happens Next

Your upload field will now display only on products with that tag.

If you need to include or exclude products later, simply add or remove the tag inside Shopify. There’s no need to edit the Option Set again.


---

# 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/assigning-upload-fields-excluding-a-few-products.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.
