> 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/older/vault-version-16.0.0.md).

# Vault Version 16.0.0

## New Features and Improvements

* **Introducing Record Types for Web Vault & Desktop App (Limited Release)**\
  \
  This release introduces a powerful new feature called "Record Types", which gives users the ability to create records of various template types, grouped into categories, each containing a unique collection of field types and functionality fields within the record.  Record templates can be created by Admins that are custom to the needs of the business.\
  \
  This feature is only available for Enterprise customers, activated on an individual basis at this time, because the Browser Extension, iOS and Android apps are still under development.  If you are interested in being an early adopter of Record Types, please contact your customer success team member at Keeper and we'll activate the feature.

![](/files/-MZZI3LS6RkZCR7wHYii)

![](/files/-MZZITF7E3V1T8VrFGh6)

![](/files/-MZYbKcuSxYplcqnBe_B)

* **Generate a Password in KeeperFill for Apps**\
  \
  Keeper's password generator is now within easy reach in the KeeperFill for Apps toolbar landing screen. Users can generate and copy the secure password or use it to create a new record.

![](/files/-MZYeEWYtKzxQ7TzWIti)

* **Comprehensive Keyboard Command Functionality for KeeperFill for Apps**<br>
* **Support for NTLM Authentication for Microsoft Windows Customers**&#x20;

## Bug Fixes

* KDE-959: The "Session Timed Out" dialogue appears when logging into a different account after a session timeout occurs
* KDE-1034: When a user attempts to switch from US to EU region at login, an Uncaught TypeError is returned
* KDE-977: Selecting "Create an Account" in KFFA opens the login page on Keeper Desktop
* VAUL-4721: The "Admin Console" button in the Vault fails to redirect Enterprise users to the console
* VAUL-4516: Users are prompted for their 2FA code twice when logging into EU SSO Cloud account


---

# 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/older/vault-version-16.0.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.
