# Web App - Webview, Push

- [Swing2App WebView App](https://documentation.swing2app.com/web/app/webviewappintro.md): Introducing a web app connected to a website - the WebView app.
- [Swing2App Push App](https://documentation.swing2app.com/web/app/pushappintro.md): Introducing a web app connected to a website - the Push app.
- [webview app manual](https://documentation.swing2app.com/web/app/webview.md): App Maker V3 Version – Webview App Creation Manual
- [Pushapp manual](https://documentation.swing2app.com/web/app/pushapp.md): How to Create a Push App Manual
- [How to create a push app or webview app easily](https://documentation.swing2app.com/web/app/create.md)
- [Push-app toolbar](https://documentation.swing2app.com/web/app/toolbar.md)
- [How to use the first run address in webview and push app](https://documentation.swing2app.com/web/app/firstrunurl.md)
- [WebviewApp basic settings and advanced setting options](https://documentation.swing2app.com/web/app/options.md): Pull to refresh, top button at the bottom of the screen, apply system font usage screen
- [Push App Toolbar - Introduction: How to Use and Functions](https://documentation.swing2app.com/web/app/pushapp-toolbar.md)
- [Registering a Push Notification Icon Image](https://documentation.swing2app.com/web/app/pushicon.md)
- [Progress Bar Color Settings](https://documentation.swing2app.com/web/app/progressbar.md): How to change the color of the 'progress bar' that can be applied in WebView and push apps.
- [Remove progress bar (not in use)](https://documentation.swing2app.com/web/app/progressbar2.md): How to not display the progress bar


---

# 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://documentation.swing2app.com/web/app.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.
