> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview.md).

# Products

Choose how you want to target products — all of them, specific picks, variants, a tag, or a vendor.

The **Products** content type locks selected products or variants instead of your whole store — the right choice for gating a wholesale catalog, an unreleased product, or any subset of your catalog behind a login, tag, or passcode while the rest of your store stays open.

The content picker breaks products into five targeting methods. Pick the page that matches how you want to select products — each one is a complete guide from creating the lock through saving it:

| Targeting method                                                                              | Best for                                                                         |
| --------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [All products](/b2b-lock-password-protect/content-to-lock/overview/all-products.md)           | Locking your entire catalog in one go, optionally with exceptions                |
| [Specific products](/b2b-lock-password-protect/content-to-lock/overview/specific-products.md) | A hand-picked list of individual products                                        |
| [Variants](/b2b-lock-password-protect/content-to-lock/overview/variants.md)                   | Locking down to one size/color/option instead of the whole product               |
| [Product tags](/b2b-lock-password-protect/content-to-lock/overview/product-tags.md)           | A catalog that grows over time — newly tagged products are covered automatically |
| [Vendor](/b2b-lock-password-protect/content-to-lock/overview/vendor.md)                       | Everything from one supplier or brand                                            |

{% hint style="info" %}
Only one targeting method applies per lock. If you need different rules for different subsets of products, create separate locks — for example one lock for a `wholesale`-tagged catalog and a second lock for a specific unreleased product.
{% endhint %}

## Related docs

* [Locks overview](/b2b-lock-password-protect/locks/overview.md)
* [Access rules overview](/b2b-lock-password-protect/access-rules/overview.md)
* [Hide price and Add to cart](/b2b-lock-password-protect/lock-behavior/hide-price-and-add-to-cart.md)
* [Manage locks](/b2b-lock-password-protect/locks/manage-locks.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://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview.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.
