# Door settings

Once you’ve added a door to the site, you can change how the door behaves by clicking the door on the floor plan, and going to the **Behavior** tab

### **Unlock methods**

* Enable or disable hands-free unlock (UWB) and set the range if enabled. Read more about [setting up hands-free unlock](/site-setup/adding-doors/set-up-hands-free-uwb-unlock.md)
* Enable or disable PIN as single factor authentication

{% hint style="info" %}
By default, PINs can only be used for two-factor authentication
{% endhint %}

* Enable or disable remote app unlock. If enabled, allow only admins or admins and users with access to unlock the door remotely via Accessia app

{% hint style="info" %}
Read more about unlocking doors remotely via [Accessia for iOS](/accessia-app/accessia-for-ios/remote-unlocking-doors-on-ios.md) and [Accessia for Android](/accessia-app/accessia-for-android/remote-unlocking-doors-on-android.md)
{% endhint %}

### Unlock durations

* Define how long the door will be unlocked for when users request access from either direction
* Define whether the door should relock immediately when it is opened. If this setting is disabled, the door will relock after the unlock duration has been exceeded

{% hint style="info" %}
If the door does not have a door status input, it will relock after the unlock duration has been exceeded
{% endhint %}

* Define whether an event should be raised in the event log if the door is held open or fails to relock for a set duration

{% hint style="info" %}
If you only want to raise an event if the door is held open while it is supposed to be locked, select ‘raise held open event only when door is locked’
{% endhint %}

### Reader behavior

* Adjust Reader bluetooth sensitivity
* Adjust Reader brightness
* Enable or disable Reader sounds
* Enable or disable Reader flashing while the door is being held open or has been forced open

{% hint style="info" %}
Read more about [Reader behavior](/site-setup/reader-behavior.md)
{% endhint %}


---

# 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://docs.accessia.com/site-setup/adding-doors/door-settings.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.
