# I'm the administrator of my site and I cannot access pages because of Locksmith locks.

Locksmith locks your customer facing website so that it can only be accessed under certain circumstances. Some merchants set up more nuanced conditions and Locksmith can get in the way as you navigate your own website.

{% hint style="info" %}
*Note: Using this guide requires that customer accounts are enabled in your store, and that you have a customer account for your own store.*
{% endhint %}

### To let Locksmith know to let your customer account through, set up the following lock:

Click the "Start a Liquid lock" on the main page of Locksmith.

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

Next enter this into the "Liquid condition area":

```
customer.tags contains "admin"
```

That will look like this:

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

Press **Create lock** to continue. For your key, use the following..

Select "if (always permit)" from the list of key condition types.

<figure><img src="/files/5igPpi9ZLcbAM3cydRAy" alt=""><figcaption><p>You can simply type "always" to filter the list.</p></figcaption></figure>

It should end up saying "Permit...always", like so:

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

That's it, for your lock setup. Make sure to save the lock!

### Create a "customer" account for your store:

Now, if you haven't already, create a *customer* account for your store, and go into your "Customers" area and add "admin" as a tag to your own customer account. You can now access any content in your store while signed in with this account.

Remember this is just a way to test what your customers are seeing, so this means you need to **sign in with your customer account** to gain access to locked content. If customer accounts are not enabled on your store, you won't be able to use this method.

{% hint style="info" %}
**Note:** Locksmith won't lock down your website during [theme edit mode](https://help.shopify.com/en/manual/online-store/themes/customizing-themes/edit), so you always have the option to view your store that way.
{% endhint %}

**As always, feel free to contact us via email at <team@uselocksmith.com> if you have any questions.**


---

# 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/faqs/im-the-administrator-of-my-site-and-cannot-access.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.
