# Kiosk

## 💻 What is kiosk mode ?

The kiosk mode options allow you to setup your survey to run under browsers having their kiosk mode enabled in environments like fairs or museums where the survey will have an unknown number of respondents that will take the survey and drop out at any time.

## ⏳ Inactivity timer

Using the inactivity timer you can set your survey to automatically abort the current respondent session if the respondent didn't do anything on your survey for a number of minutes.&#x20;

You may either silently end the session or you may also setup a warning dialog before the sessions gets automatically ended. &#x20;

![](/files/-MOAugmIa_G_2DfdK7Hh)

## 🔅 Inactivity properties&#x20;

* **`Inactivity timeout`** time before the survey will reset.
* **`Display warning before being inactive`** show a warning dialog time before the inactivity time out ends.
* **`Inactivity action`** reload the form, keep warning open will keep the warning dialog open with a restart button, redirection URL allows you to set an URL that will be called once the respondent times out.
* **`Disable inactivity timer on thank you`** stop counting the inactivity once the thank you page is displayed.
* **`Save progress on inactif`** will save the respondent progress. Note that it doesnt trigger "final submit", answers will be saved in an unfinished state as the respondent didn't finish the survey.


---

# 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://docs.ngsurvey.com/form-management/form-designer/form-settings/kiosk.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.
