> 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/launcher3/configurable-layouts/kiosk-mode.md).

# Kiosk Mode

## Overview <a href="#overview-0" id="overview-0"></a>

Enterprises rely on mobile handhelds and tablets to meet the workforce demands of frontline environments. However, these devices need to be set up with the proper functionality to cultivate the best user and customer experience and prevent misuse. Kiosk Mode is a Launcher feature that gives an organization control over what applications can or cannot be accessed on their company-owned devices.

{% hint style="info" %}

### Use Cases

Kiosk Mode is commonly deployed on tablet devices or large format touchscreen displays located in common areas. Applications can be consolidated under two broad categories:

1. Employee-facing: inventory management, field service management, transport, and logistics
2. Customer-facing: digital signage, self-check-ins/check-outs at hotels or retail stores, ticket booking kiosks at movie theaters or airports, restaurant ordering systems, etc.
   {% endhint %}

## User Guide <a href="#user-guide-1" id="user-guide-1"></a>

Kiosk Mode allows IT administrators to restrict user access to predefined applications or shortcuts. This feature transforms the device into a purpose-specific machine that necessitates end-users to perform operations and actions that have been approved by the organization on their devices that have been activated with Kiosk lock.

1. If this feature is enabled within the configuration, the device will go into Kiosk mode.
2. To get out of Kiosk mode, press the Home button or exit the app. Then press the ‘Exit Kiosk’ button. The user will be prompted to enter the pre-defined Exit Kiosk pin code.
3. See Launcher Configurations on [Applications](/bluefletch-enterprise/product-guides/bluefletch-launcher/launcher3/technical-guide.md#application-object) and [Web Shortcuts](/bluefletch-enterprise/product-guides/bluefletch-launcher/launcher3/technical-guide.md#web-shortcut-object) for more information on the flag.

## Feature Configuration <a href="#feature-configuration-2" id="feature-configuration-2"></a>

To set up Kiosk Mode for a particular device profile or device group, please follow the steps below:

### **Enabling Kiosk Mode** <a href="#enabling-kiosk-mode-3" id="enabling-kiosk-mode-3"></a>

Kiosk Mode feature can be enabled or disabled within the Launcher configuration for an Application or Shortcut. If kiosk is set to true, the device will be placed into Kiosk Mode.

```json
    "layouts": {
        "StoreAssociates": [
            {
                "label": "Self-Checkout App",
                "package": "com.bluefletch.customer.checkout",
                "kiosk": true
      
            }
        ]
    },
```

{% hint style="info" %}
Kiosk Mode was introduced in Launcher 2.12.x.
{% endhint %}


---

# 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/launcher3/configurable-layouts/kiosk-mode.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.
