# Configure Liteforms for Kiosk Setup

The Liteforms app can now be configured to work well for a kiosk deployment - that is, a deployment where it's intended to be run on start and no other software is intended to run. This can be useful for an actualy kiosk deployment or for a setup like a trade show.

To configure your Liteforms app to operate ideally in this way, open the Settings page. Here, you will see several options, some of which are particularly useful for a kiosk setup.

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

* "Launch On Start" dropdown lets you select a Liteform to automatically begin a conversation when the app launches.
* "Full Screen UI" toggle makes the UI take up the entirety of your screen.
* "Always Listening" toggle will ensure the Liteform will never go into sleep mode - note, however, that this means your app will use the allotted time faster!
* "Permanent Login" toggle (for Pro tier subscribers only) allows you to log in once without needing to do so again down the road.


---

# 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://lfdocs.lookingglassfactory.com/legacy/legacy-software/liteforms/configure-liteforms-for-kiosk-setup.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.
