> For the complete documentation index, see [llms.txt](https://lfdocs.lookingglassfactory.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lfdocs.lookingglassfactory.com/legacy/legacy-software/liteforms/configure-liteforms-for-kiosk-setup.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://lfdocs.lookingglassfactory.com/legacy/legacy-software/liteforms/configure-liteforms-for-kiosk-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
