> 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.md).

# Content to lock

- [Whole website](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/whole-website.md): Lock your entire storefront behind access rules, with an option to still allow the home page.
- [Products](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview.md): Choose how you want to target products — all of them, specific picks, variants, a tag, or a vendor.
- [All products](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview/all-products.md): Lock your entire product catalog in one lock, with optional exceptions.
- [Specific products](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview/specific-products.md): Lock a hand-picked list of individual products.
- [Variants](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview/variants.md): Lock down to specific variants — one size or color — instead of the whole product.
- [Product tags](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview/product-tags.md): Lock every product carrying a specific tag, including ones you add later.
- [Vendor](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/overview/vendor.md): Lock every product from a specific vendor.
- [Collections](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/collections.md): Lock specific collections behind access rules while the rest of your store stays public.
- [Pages](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/pages.md): Lock specific storefront pages behind access rules while the rest of your store stays public.
- [Blogs and articles](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/blogs-articles.md): Lock an entire blog or specific articles within it behind access rules.
- [Specific URL](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/specific-url.md): Lock any custom URL or path on your store behind access rules, with an option to exclude specific URLs.
- [Cart page](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/cart-page.md): Lock the storefront cart page itself, separate from conditions about what's inside the cart.
- [Checkout](https://docs.samita.io/b2b-lock-password-protect/content-to-lock/checkout.md): Block checkout for specific customers or products using a dedicated condition builder enforced by Shopify itself.


---

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