> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/desktop/web-vault-+-desktop-app/vault-release-17.1.0.md).

# Vault Release 17.1.0

{% hint style="success" %}
Get started by setting up your KeeperPAM sandbox! Visit [here](/keeperpam/privileged-access-manager/quick-start-sandbox.md) to begin.
{% endhint %}

KeeperPAM is now available for all customers. Keeper Vault 17.1 and newer is required to access the new privileged access management features.

For more information on KeeperPAM, visit the following:

* [Website](https://www.keepersecurity.com/privileged-access-management/)
* [KeeperPAM Documentation](/keeperpam/readme.md)

### New Features

* [**Optimized Password Rotation**](/keeperpam/privileged-access-manager/password-rotation/rotation-overview.md) - manage all rotations directly from the Vault UI
* [**Connections**](/keeperpam/privileged-access-manager/connections.md) **-** instantly and securely access assets within their target infrastructure
* [**Tunnels**](/keeperpam/privileged-access-manager/tunnels.md) - use native apps for establishing remote access
* [**Remote Browser Isolation**](/keeperpam/privileged-access-manager/remote-browser-isolation.md) - protect web-based apps
* [**Session Recordings and Playback**](/keeperpam/privileged-access-manager/session-recording-and-playback.md) - monitor usage for all privileged sessions
* [**Discovery**](/keeperpam/privileged-access-manager/discovery.md) - discover and onboard resources and accounts into Keeper
* [**Endpoint Privilege Manager**](/keeperpam/endpoint-privilege-manager/overview.md) - controlling privilege across your fleet of devices.
* [**PAM Enforcement Policies (RBAC)**](/keeperpam/privileged-access-manager/getting-started/enforcement-policies.md) **-** PAM enforcement policies to enable and configure PAM feature permissions

{% hint style="info" %}
Activating KeeperPAM features requires a license. Contact your Keeper account representative for details.
{% endhint %}

### Improvements

* Browser tab now shows username: "Keeper® Vault - <user@company.com>"


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/desktop/web-vault-+-desktop-app/vault-release-17.1.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
