> For the complete documentation index, see [llms.txt](https://docs.bluefletch.com/bluefletch-enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluefletch.com/bluefletch-enterprise/product-guides/bluefletch-launcher/cradle-lock-screen.md).

# Cradle Lock Screen

## Overview

This feature displays critical information when the device is cradled. The screen provides the following:

* Device Name
* Site ID
* Battery Percentage
* Battery Health
* Remaining Time to Fully Charge
* Last Logged-in User
* Timestamp When Cradled

<figure><img src="/files/cs0k3CNlBUGSvnSpyQp5" alt="" width="360"><figcaption></figcaption></figure>

## User Guide

1. If this feature is enabled in the configuration, the device will enter Lock Screen mode as soon as it is cradled and no user is logged in.
2. When the device is cradled, the Cradle Lock Screen will display the following information: device name, site ID, battery percentage, battery health, remaining time to fully charge, last logged-in user, and timestamp when cradled.
3. The device will exit Lock Screen mode once it is uncradled and a user logs in.

## Feature Configuration

To enable this feature, set the `useCradleLockedMode` to true within the Launcher configuration file. Cradle Lock Screen feature is disabled by default.

```json
"settings": {
    ...
    "useCradleLockedMode": true
    ...
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.bluefletch.com/bluefletch-enterprise/product-guides/bluefletch-launcher/cradle-lock-screen.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.
