# Installing BlueGamma as a Desktop App

The BlueGamma web app can be installed as a standalone desktop app through your browser. This gives you a dedicated window, a taskbar or Dock icon, and quicker access than a bookmark.

{% hint style="info" %}
This installs a **Progressive Web App (PWA)** shortcut, not a separate download. It uses the same account and data as [app.bluegamma.io](https://app.bluegamma.io).
{% endhint %}

***

## Google Chrome

1. Open [app.bluegamma.io](https://app.bluegamma.io) in Chrome and sign in
2. Click the **three dots** in the top right
3. Go to **Cast, save, and share** → **Install page as app...**
4. Click **Install**

BlueGamma will now appear in your application launcher (Start Menu on Windows, Applications folder on Mac) and open in its own window.

***

## Microsoft Edge

1. Open [app.bluegamma.io](https://app.bluegamma.io) in Edge and sign in
2. Click the **three dots** in the top right
3. Go to **Apps** → **Install this site as an app**
4. Click **Install**

***

## Safari (Mac)

1. Open [app.bluegamma.io](https://app.bluegamma.io) in Safari and sign in
2. Go to **File** → **Add to Dock...**
3. Confirm the name and click **Add**

BlueGamma will appear in your Dock and Launchpad.

***

## Uninstalling

To remove the app, open it, click the **three dots** (or app menu) and choose **Uninstall BlueGamma**. This only removes the shortcut — your BlueGamma account is unaffected.


---

# 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://bluegamma.io/documentation/getting-started/installing-bluegamma-as-a-desktop-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.
