# Kiosk mode

**Kiosk mode locks your app to the screen and blocks normal system navigation.**

***

#### What Happens When Kiosk Mode Is On

* The window fills the entire screen.
* Close, minimize, and resize controls are removed.
* The user cannot move or resize the window.
* The app stays in the foreground.
* The system menu bar, dock, or taskbar is hidden (depending on the OS).

***

#### Typical Use Cases

Kiosk mode is useful for:

* Public terminals or check-in stations
* Point-of-sale systems
* Office dashboards on display screens
* Trade show or demo setups
* Any kind of internal tools that should remain visible

***

#### Things to Keep in Mind

Kiosk mode is restrictive by design.

Before enabling it:

Add a way to exit (keyboard shortcut, admin control, etc.).

Test on each operating system, since behavior may vary.

{% hint style="warning" %}
The kiosk window will only occupy one screen. If your user has additional screens connected, these will not be covered. In this case, you should spawn additional cover windows for these monitors.
{% endhint %}

***

### How To:

To use kiosk mode, simply run the [Update Window Properties](/deskifier/deskifier-bubble.io-docs/windows-element/actions.md#window-update-window-properties) action, and set **Kiosk** to "yes"

<figure><img src="/files/hGBpoDytzwCz3Ri4tIfV" alt=""><figcaption></figcaption></figure>


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/guides-and-examples/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.
