> 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/locks/manage-locks.md).

# Manage locks

View, enable, disable, duplicate, preview, and delete your locks from the Locks list.

The **Locks** page is where every lock you create lives. It's the first screen you land on when you open the app, and the place to come back to whenever you need to check on, adjust, or clean up your locks.

<figure><img src="https://27754559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF4qMYopXntYz9YgUqZSo%2Fuploads%2Fgit-blob-4a4baf585de681efc1b4ad127aba180035702687%2Fscreenshot-locks-list-row.png?alt=media" alt="The Locks list showing several locks with their status, content type, and action icons."><figcaption><p>The Locks list shows every lock you've created, with its status and quick actions.</p></figcaption></figure>

## Viewing your locks

Each row in the list shows a lock's name, its status (**Active** or **Disable**), and the content type it protects. Click anywhere on a row to open that lock's editor and review or change its content, access rules, or behavior. You can filter the list (all, active, disabled) and search to find a specific lock quickly.

## Enabling and disabling a lock

Every lock has a quick toggle to turn it on or off without opening it. An active lock enforces its rules on the storefront immediately; a disabled lock stops protecting its content until you turn it back on, but keeps its full configuration so you can re-enable it later.

<figure><img src="https://27754559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF4qMYopXntYz9YgUqZSo%2Fuploads%2Fgit-blob-ee6803826a19868dce7cd1d646afa737b7d69ab7%2Fscreenshot-locks-enable-disable-toggle.png?alt=media" alt="The enable and disable action icon on a lock row in the Locks list."><figcaption><p>Use the status icon on a lock row to enable or disable it without opening the editor.</p></figcaption></figure>

## Previewing a lock

Each lock row has a **Preview** action that opens the locked page on your live storefront in a new tab, so you can see exactly what a blocked visitor sees before you rely on it.

## Duplicating a lock

Use the **Duplicate** action on a lock row to create a copy of that lock with the same content selection, access rules, and behavior. This is useful when you want to reuse most of a lock's setup but change one detail, like the content it targets or a single access rule, without rebuilding it from scratch.

## Deleting locks

Select one or more locks using the checkboxes, then use the bulk **Delete** action to remove them. Deleting a lock is permanent — the content it protected becomes publicly visible again as soon as it's removed, so review what a lock covers before deleting it.

## Getting started: the first-install setup guide

The first time you open the app, a 3-step setup guide walks you through getting protection live:

1. **Create lock** — build your first lock.
2. **Integrate with theme** — turn on the app embed in your theme so the lock can actually run on your storefront (see [Enable the app embed](/b2b-lock-password-protect/quick-start/enable-app-embed.md)).
3. **View in storefront** — confirm the lock is working by visiting the protected page.

A progress indicator tracks which of these steps you've completed (for example "1 / 3 Completed").

<figure><img src="https://27754559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF4qMYopXntYz9YgUqZSo%2Fuploads%2Fgit-blob-d36903a75928a0ce0caed3e4de952f6b4358ba6c%2Fscreenshot-locks-setup-guide.png?alt=media" alt="The app dashboard&#x27;s Setup guide card showing the three steps and a completion progress bar"><figcaption><p>The Setup guide on the dashboard tracks your progress through the three setup steps.</p></figcaption></figure>

## Quick Setup templates

If you don't have any locks yet, the Locks page shows an empty state with a **Quick Setup** carousel of ready-made templates. Each one pre-fills a working lock that you can review, adjust, and save — a faster starting point than building a lock from a blank editor.

<figure><img src="https://27754559-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FF4qMYopXntYz9YgUqZSo%2Fuploads%2Fgit-blob-a669fc523fe3e1d2fc71b63e5069a2ab3912f0ae%2Fscreenshot-locks-quick-setup-carousel.png?alt=media" alt="The Quick Setup carousel on the empty Locks page, showing several template cards."><figcaption><p>The Quick Setup carousel offers ready-made lock templates when you don't have any locks yet.</p></figcaption></figure>

The available templates are:

* **Hide all product price and Add to cart**
* **Lock content with passcode**
* **Use request access**
* **Wholesale-only products** — pre-fills a customer-tag rule for a "wholesale" tag applied to price and Add to cart
* **Selected customers can view page**
* **Lock checkout**

{% hint style="info" %}
Some content types and access rules used by these templates may require a paid plan. If a template needs a feature your current plan doesn't include, the app will prompt you to upgrade before applying it.
{% endhint %}

## Related docs

* [Locks overview](/b2b-lock-password-protect/locks/overview.md)
* [Access rules overview](/b2b-lock-password-protect/access-rules/overview.md)
* [Lock behavior overview](/b2b-lock-password-protect/lock-behavior/overview.md)
* [Create your first lock](/b2b-lock-password-protect/quick-start/quickstart.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/locks/manage-locks.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.
