> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/webanwendung/auf-startbildschirm-hinzufuegen.md).

# Add to Home Screen

It is possible to install the JUNE5 web application on the home screen of a mobile device (smartphone, tablet). This allows the application to be launched like a normal app from the home screen of a smartphone or tablet.

It is also possible to install the JUNE5 web application on a desktop. After installation, the web application receives an icon in the taskbar or dock and is saved on the desktop. When launched from there, the application opens in a standalone window.

JUNE5 offers a so-called *convenience function* for this. As soon as the JUNE5 web is called up in a browser, an installation notice "*Add to Home Screen*" appears in the top right of the login page. When you click this button, a window opens with the buttons *Install* and *Cancel*. After clicking the Install button, the page is installed as a web app.

For the convenience function to be successful, the following requirements must be met:

1. The corresponding device must have a valid certificate.
2. JUNE5 Web must be called up via *https*.

Currently, this convenience function can be used in the following browsers:

### Mobile Browser

|         | Chrome    | Firefox       | Opera         | Safari        | Android Browser | <p>Microsoft Edge</p><p>From Version v.81</p> | Samsung Internet |
| ------- | --------- | ------------- | ------------- | ------------- | --------------- | --------------------------------------------- | ---------------- |
| Android | Supported | Not Supported | Not Supported | -/-           | Supported       | Supported                                     | Supported        |
| iOS     | Supported | Not Supported | -/-           | Not Supported | -/-             | -/-                                           | -/-              |

### Desktop Browser

|         | Chrome    | Firefox       | Internet Explorer | <p>Microsoft Edge</p><p>From Version v.81</p> | Opera         | Safari    |
| ------- | --------- | ------------- | ----------------- | --------------------------------------------- | ------------- | --------- |
| Mac     | Supported | -/-           | -/-               | -/-                                           | -/-           | Supported |
| Windows | Supported | Not Supported | Not Supported     | Supported                                     | Not Supported | -/-       |

On mobile devices where the above-mentioned convenience function is not supported, installation can be done directly in the app of the desired browser. Browser support for this looks as follows:

|         | Chrome    | Firefox   | Opera     | Safari    | Android Browser | <p>Microsoft Edge</p><p>From Version v.81</p> | Samsung Internet |
| ------- | --------- | --------- | --------- | --------- | --------------- | --------------------------------------------- | ---------------- |
| Android | Supported | Supported | Supported | -/-       | Supported       | Supported                                     | Supported        |
| iOS     | Supported | Supported | -/-       | Supported | -/-             | -/-                                           | -/-              |


---

# 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:

```
GET https://docs.videc.de/june5-3.7/en/webanwendung/auf-startbildschirm-hinzufuegen.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.
