# Hiding products and other content from lists in your online store

Locksmith allows you to hide *locked* content from lists across your store. This includes hiding products from collections and search result pages - only showing them to visitors that have gained access to the appropriate lock(s). This is turned on in your lock settings on your lock page:

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

## Hide products from the following:

* Searches
* Collections
* Related products
* Featured products
* And more! Any time your theme is showing a list of products, this feature likely has the ability to filter locked products from it - *as long as the list is not displayed by a third party app.*

## Other resource types

Although less commonly needed, you can also turn this feature on for page, blog, and article locks. In these cases, if your theme has a way to display "all pages", or "all blogs", for example, Locksmith can remove these from from those types of displays as well.

## Limitations

* Using **third party apps** that take over the display of your collections or searches will likely prevent Locksmith from hiding products correctly. Most filtering/search/display apps are **not compatible** with hiding products via Locksmith.
* Hiding a large number of products this way can introduce **blank spaces** to your collections. [More information and workarounds here](/faqs/faq-i-see-blank-spaces-in-my-collections-and-or-searches-when-locking.md).
* While this setting is capable of hiding products from the search results *page*, it cannot always remove products from search results that are fetched dynamically (i.e. shows results as you type).
* This setting cannot hide filtering options in your theme's filter menu (shown on collection pages), as filter items are displayed differently from product grids and navigation menus.

For more specific information regarding how locksmith works with your in-store search, including some troubleshooting steps, see our guide here:

{% content-ref url="/pages/zROi6atqaMjwYTVodQVb" %}
[Can Locksmith hide content from my in-store search?](/faqs/can-locksmith-hide-content-from-my-in-store-search.md)
{% endcontent-ref %}


---

# 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://www.locksmith.guide/tutorials/more/hiding-products-and-other-content-from-lists-in-your-online-store.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.
