# Offline Survey

## 📵 What are offline surveys ?

Using the offline survey data collection features you can collect respondent answers from any location without any network connection. All responses that you collect offline are stored locally on your browser and can be uploaded back as soon as you get back a working online connection.

{% hint style="info" %}
Offline data collection only requires a browser on the device that will be used to collect responses. There is no need to download or install any separate application on your mobile device or tablet.&#x20;
{% endhint %}

## 🔅 Offline properties

* **`Auto upload respondents when online`** will automatically any respondents that has been collected offline and stored locally on the browser's device.
* **`Respondent manager`** allows to view and modify offline collected responses that are stored on the browser's device.
* **`Thank you page restart session button`** shows an extra button on the thank you page that allows to restart the survey to collect further offline responses.

{% hint style="info" %}
If you would like to set a timer upon which the survey will automatically be reloaded you may do so from the [kiosk](https://docs.ngsurvey.com/form-management/form-designer/form-settings/kiosk) settings page.
{% endhint %}

## ⚠️ Offline Limitations

Due to the fact that the survey must work without any network connection following limitations apply to surveys running in offline mode. Note that these limitation will only apply if you use the offline link, your survey will work as usual if you use the web deployment link.&#x20;

* No dynamic SQL types.
* No security, however for security reasons a login is still required to upload offline respondents.&#x20;
* No security items.
* No panels.
* No file uploads.
* No URL redirection.
* No tasks.


---

# 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/publish-deploy/offline-survey.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.
