# Reader behavior

In everyday operation, the Reader:

1. Is lit solid red or green to indicate whether the door is locked or unlocked
2. Flashes green 3 times to indicate that a credential has successfully unlocked the door
3. Starts a countdown indicating how long the door will be unlocked for to allow it to be opened
   1. Set timings for a door in the [door settings](/site-setup/adding-doors/door-settings.md)
   2. If UWB is enabled, the countdown is replaced by an infinite chase for as long as the user is standing within proximity to the door

When the door is opened, the lock either:

1. Engages almost immediately so that the door is locked when it's closed. The Reader returns to being lit red
2. Stays unlocked for the full unlock duration before it locks

Configure the Reader behavior in the [door settings](/site-setup/adding-doors/door-settings.md)

1. When a REX is used to unlock the door, the Reader stays lit red
2. The Reader can also be set to flash red if a door is held open or if there is a door forced event. Set this in the [door settings](/site-setup/adding-doors/door-settings.md)

{% hint style="info" %}
You can adjust Reader brightness and turn sounds on or off in the [door settings](/site-setup/adding-doors/door-settings.md)
{% endhint %}

## Reader visual states

Accessia Reader has several different colors and lighting patterns to communicate different statuses

{% columns %}
{% column %}

<div align="center"><figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/enVs4l6ZuKxo4FLAKoSc" alt="" width="121"><figcaption></figcaption></figure></div>

<p align="center">Solid red - door locked under access control schedule</p>

<p align="center"></p>
{% endcolumn %}

{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/t1ZAM0JCISn18APeFLV1" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Flashing red - door warning (held open, forced, tamper)</p>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/M7guh9dSJmqnQgRWdRtK" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Solid green - door unlocked under access control schedule</p>

<p align="center"></p>
{% endcolumn %}

{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/MlugjrauZSUjBZyhaCYu" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Flashing green - access granted</p>

<p align="center"></p>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/8uXPKVgd0x2yTkH7KQJE" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Green segment countdown - door unlocked and counting down to locked</p>
{% endcolumn %}

{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/DUg9YN7GqyW9KAAo1E1K" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Green segment chase - door unlocked while the UWB user is in proximity</p>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/GW78i9NBEQjnHkqwy3jw" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Yellow segment chase - reading NFC credential</p>
{% endcolumn %}

{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/U0C4rGldMd1Lb9SlpJzS" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Solid dark blue - door locked, meeting room available to access</p>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/Vqp2UPmljjTqwpHGyhYw" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Solid purple - reader in commissioning mode</p>
{% endcolumn %}

{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/kIvwFEVRwkFuwIvRklfA" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Solid blue with purple segment chase - ‘Beep reader’ triggered from Portal</p>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/3X6e8zhmliE0ZriGsTAi" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Partial flashing green segment with solid white - Reader booting, updating, or loss of communication with the Hub (before boot)</p>
{% endcolumn %}

{% column %}

<figure><img src="/spaces/gMpDCc9niMPkEbpxDaD9/files/IXWUGxhQl65pb8PXWDCL" alt="" width="121"><figcaption></figcaption></figure>

<p align="center">Flashing yellow - Fault - loss of communication with the Hub (after Reader boot)</p>
{% endcolumn %}
{% endcolumns %}


---

# 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/reader-behavior.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.
