# Button & LED Behavior

## Boot Up

Once the device has booted up, the device will start blinking green to indicate that the device is on and start advertising for BLE. The device will blink green for as long as the device advertises over BLE.&#x20;

## Device Button

<table><thead><tr><th width="264">Push Type</th><th>Behavior</th></tr></thead><tbody><tr><td>Single Push</td><td>When the device is powered on, the user can push the button to start BLE advertisement.</td></tr><tr><td>Push and Hold (10 seconds)</td><td>When a user pushes and holds the button for more than 10 seconds, the device led will turn orange. Once the button is released the device will check into the server over WiFi.</td></tr></tbody></table>

## LED States

<table><thead><tr><th width="223">LED State</th><th>Behavior</th></tr></thead><tbody><tr><td>Blinking Green</td><td>The device led will blink green whenever it is advertising BLE.</td></tr><tr><td>Solid Green</td><td>The device led will turn solid green when it is connected via BLE.</td></tr><tr><td>Solid Orange</td><td>Indicator that the button has been pushed for more than 10 seconds. The device will check into the server once the button is released.</td></tr></tbody></table>


---

# 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.getdor.com/dtm-docs/hardware/setup/button-and-led-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.
