# About key conditions

In Locksmith, customer access is always granted using *keys* – simple statements that describe the conditions for access.

For example, one might have a key that says "Permit if the customer is signed in". In this example, the *key condition* is "if the customer is signed in".

A full list of key conditions can be found in our guide here:

{% content-ref url="/pages/BbEIkISi5XdTtEe4SKt1" %}
[Creating keys](/basics/creating-keys.md)
{% endcontent-ref %}

Read on in this section to find out more information about how to set up many of our most popular key condition types.


---

# 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/about-key-conditions.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.
