# Setting up the web App on your mobile device

## Using the web App on your mobile device

the web application is developed to be completely responsive, which means that it will adapt to any screen size, so you can access your devices and control them from any device with a web browser.

it is possible to add the web app to the home screen of iOs, Android and Windows devices as follows:

### iOS:

* Open the [web app](https://www.smartnest.cz/login) on Safari web browser
* Tap the Share button at the bottom of the page.
* On the bottom row of icons, scroll over until you see Add to Home Screen.

![iOS](https://www.smartnest.cz/img/Documentation/Ios.PNG)

### Android

* Open the web [web app](https://www.smartnest.cz/login) on Chrome web browser
* Tap on the Menu button. The looks of the Menu button will depend on your device; usually, it's an app button that looks like three horizontal lines stacked on each other, or it could be accessed through a hardware button on your phone.
* Tap "Add to Home Screen.

![Android](https://www.smartnest.cz/img/Documentation/Android.PNG)

### Windows phone

* Navigate to the [web app](https://www.smartnest.cz/login) using Internet explorer&#x20;
* Pull up the app bar — for example, by right-clicking or swiping up from the bottom of your screen — and tap the star icon.&#x20;
* Tap the pin icon, enter a name for the shortcut, and click Pin to Start.

![Windows Phone](https://www.smartnest.cz/img/Documentation/Windows.PNG)


---

# 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://www.docu.smartnest.cz/using-web-app/4.-web-app-on-your-mobile-device.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.
