# More about keys...

- [Inverting conditions in Locksmith](https://www.locksmith.guide/keys/more/inverting-conditions-in-locksmith.md)
- [Combining key conditions](https://www.locksmith.guide/keys/more/combining-key-conditions.md)
- ["Has purchased..." key](https://www.locksmith.guide/keys/more/has-purchased.md): Granting access to content in your store only after the appropriate purchase has been made
- [Using the "Force open other locks" setting](https://www.locksmith.guide/keys/more/using-the-force-open-other-locks-setting.md): How to deal with multiple overlapping locks preventing customers from accessing the content inside them
- [Custom Liquid key-condition basics](https://www.locksmith.guide/keys/more/custom-liquid-key-condition-basics.md): How to create customer liquid key conditions in Locksmith
- [Manual mode](https://www.locksmith.guide/keys/more/manual-mode.md)
- [Excluding content from locks](https://www.locksmith.guide/keys/more/excluding-content-from-locks.md): How to use Locksmith's "always permit" key condition to make sure your some of your content doesn't become locked
- [IP address keys](https://www.locksmith.guide/keys/more/ip-address-keys.md)
- [Newsletter keys](https://www.locksmith.guide/keys/more/newsletter-keys.md): Use Locksmith to only grant access to customers that subscribe to your newsletter
- [Limiting the scope of variant locks using the product tag key condition](https://www.locksmith.guide/keys/more/limiting-the-scope-of-variant-locks-using-the-product-tag-key-condition.md)


---

# 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/keys/more.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.
