# Preview Access

## Preview Updates

The KeeperPAM Preview offers customers early access to test and prepare for upcoming changes.

### Gateway Preview

#### Docker Installation

For Docker environments, you can reference the tag `keeper/gateway:preview` to get the preview version.

```
services:
      keeper-gateway:
        platform: linux/amd64
        image: keeper/gateway:preview
```

#### Linux Binary Preview

To update an existing Gateway on Linux:

{% code overflow="wrap" %}

```sh
curl -fsSL https://keepersecurity.com/pam/beta/install | \
  sudo bash -s -- --preview
```

{% endcode %}

Executing the following command will uninstall the Keeper Gateway Preview:

```sh
curl -fsSL https://keepersecurity.com/pam/beta/uninstall | sudo bash -s -- --preview
```

#### Windows Binary Preview Installers

Download the latest installer: [64-bit Installer](https://keepersecurity.com/pam/beta/gateway/keeper-gateway_windows_x86_64.exe)

***

### Vault Preview

#### Web Vault <a href="#web-vault-preview" id="web-vault-preview"></a>

* **US:** <https://keepersecurity.com/vault/preview>
* **EU:** <https://keepersecurity.eu/vault/preview>
* **AU:** <https://keepersecurity.com.au/vault/preview>
* **CA:** <https://keepersecurity.ca/vault/preview>
* **JP:** <https://keepersecurity.jp/vault/preview>

#### Desktop App

* Mac (.dmg) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.dmg)
* Mac (.pkg) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.pkg)
* Windows (.appx) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.appx)
* Windows (.msix) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.msixbundle)
* Windows (.msi) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.msi)
* Linux (.rpm) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.rpm)
* Linux (.deb) - [Download](https://keepersecurity.com/desktop_electron/preview/keeper-password-manager-preview.deb)

Note: the Desktop App preview **does not** auto-update. On Windows computers, a new version of the preview version requires a full uninstall and re-install of Keeper. This does not affect stored data.

### Admin Console Preview

* **US:** <https://keepersecurity.com/console/preview>
* **EU:** <https://keepersecurity.eu/console/preview>
* **AU:** <https://keepersecurity.com.au/console/preview>
* **CA:** <https://keepersecurity.ca/console/preview>
* **JP:** <https://keepersecurity.jp/console/preview>
* **GOV**: Not available for preview, use commercial environment


---

# 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.keeper.io/keeperpam/privileged-access-manager/references/preview-access.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.
