# Hide products

Hiding products completely removes them from view for unauthorized visitors. This is useful for wholesale-only products or exclusive items that should only be visible to approved customers.

***

### Setup <a href="#setup" id="setup"></a>

1. Open the **Theme Editor** by clicking **Customize** next to your theme
2. Click **Theme Settings** (gear icon near the top left)
3. Scroll down and click **Account**
4. In the **Hide products with tag** field, enter a tag (e.g., `hide product`)
5. Click **Save**

***

### Add tags to products <a href="#add-tags" id="add-tags"></a>

1. In your Shopify admin, go to **Products**
2. Select the product you want to hide
3. In the **Tags** section, add the exact tag you configured (e.g., `hide product`)
4. Click **Save**

***

### Where products are hidden <a href="#where-hidden" id="where-hidden"></a>

Tagged products will be hidden from:

* Collection pages
* Search results
* Product grids and sliders
* Featured product sections
* Recently viewed products

***

### Important notes <a href="#notes" id="notes"></a>

{% hint style="warning" %}
**Restriction tags are case sensitive!**

Tags must match exactly between the theme settings and your products. For example, if you set `Hide Product` in theme settings, the product tag must also be `Hide Product`—`hide product` or `HIDE PRODUCT` won't work.
{% endhint %}

* Products are completely hidden from unauthorized visitors
* Approved customers must be logged in to see hidden products
* Learn how to [approve customers](/keystone/guides/wholesale/customer-approval.md) to grant access


---

# 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://help.brickspacelab.com/keystone/guides/wholesale/hide-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.
