# App

A **Progressive Web Application (PWA)** is a web application that offers a fast, reliable, and engaging user experience similar to a native app. PWAs combine the best features of web and mobile apps, such as offline access, push notifications, and the ability to be installed directly from the browser. Once installed, you can launch it like a regular app from your home screen or application menu, without needing to visit the app store.

### Installing MetaCopier PWA on Different Platforms

Follow the instructions below to install MetaCopier PWA on your device.

***

## Microsoft Edge

1. Open MetaCopier in Microsoft Edge.
2. Look for the **App available** icon in the address bar.\
   ![](/files/28xzn4Xz2LH5PvvyPKDO)
3. Click the icon and select **Install**.
4. The PWA will be added to your Start menu and Desktop (Windows) or Launchpad (macOS).

***

## Google Chrome

1. Open MetaCopier in Google Chrome.
2. Click the three dots (menu) in the top-right corner.\
   ![](/files/e8MOpty0B2B6235OgidW)
3. Select **Install MetaCopier**.
4. The app will appear on your Desktop and Start menu (Windows) or in your **Applications** folder and Dock (macOS).

***

## Mozilla Firefox

1. Open MetaCopier in Firefox.
2. Click on the three lines (menu) in the top-right corner and select **Save Page As**.
3. Right-click on the saved shortcut and select **Properties**.
4. Modify the target to include `--app=URL` to open it as a PWA.

***

## Safari

1. Open MetaCopier in Safari.
2. Click the **Share** icon in the toolbar (macOS) or at the bottom of the screen (iOS).\
   ![](/files/FaVjaPWcNWbMqDx4jhgJ)
3. Select **Add to Home Screen**.
4. Name the app and click **Add**.
5. The PWA will appear on your home screen (iOS) or Launchpad (macOS).

***

## Opera

1. Open MetaCopier in Opera.
2. Click the three dots (menu) in the top-right corner.
3. Select **Install MetaCopier**.
4. The PWA will be installed and appear in your application launcher or dock.


---

# 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.metacopier.io/metacopier/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.
