# Browser Extension Version 17.6.0

## Overview <a href="#summary" id="summary"></a>

Keeper Browser Extension version 17.6.0 introduces the Instant Account Switching and KeeperAI Autofill features.

## Instant Account Switching <a href="#account-switching-and-vault-selection" id="account-switching-and-vault-selection"></a>

Keeper supports the use of multiple vault accounts on the same browser and now makes it easy to seamlessly switch between your personal and business accounts for example, without having to log out of your current session.&#x20;

The individual settings of each account will remain active for each browser instance (in case you have more than one browser open at a time). The caching of the account list is secure and specific to your browser instance.

To switch accounts, click on your **user icon** in the upper right corner of the extension window and select the account you'd like to switch to or tap **Add Account** to log in and register another account on that browser.

<figure><img src="/files/wUqQqcVKiIGzY99DOULf" alt=""><figcaption></figcaption></figure>

Easily remove unwanted accounts from the browser by hovering to the right of an account email then clicking the **remove icon**.&#x20;

<div><figure><img src="/files/z7wV0AA7hcd4DPS49wci" alt="" width="361"><figcaption><p>Remove Account from Browser</p></figcaption></figure> <figure><img src="/files/lu1kRwry9LNpsGV9N9BW" alt="" width="361"><figcaption><p>Account Removal Confirmation</p></figcaption></figure></div>

## KeeperAI Autofill <a href="#account-switching-and-vault-selection" id="account-switching-and-vault-selection"></a>

Keeper now offers AI-powered autofill that intelligently recognizes and fills login forms across websites using local AI processing with zero-knowledge encryption.&#x20;

#### How it Works

Traditional autofill solutions struggle with modern single-page applications, complex authentication flows and multilingual websites. KeeperAI Autofill uses locally-processed machine learning to understand form context, recognize usage patterns and predict multi-step authentication sequences to intelligently suggest the most appropriate login credentials.

The system is designed with privacy as a core principle. All AI model inference runs locally within the browser extension runtime, ensuring that form data, credentials and browsing patterns never leave the user's device.

{% hint style="info" %}
AI Autofill runs entirely inside the browser extension and uses JavaScript to parse the page DOM and visible text, then classifies form fields with an offline on-device AI model to identify usernames, passwords, and other related inputs, even on dynamic single-page apps.
{% endhint %}

#### Activate KeeperAI

To activate KeeperAI Autofill, navigate to your extension **Settings**, select **KeeperAI Autofill** then toggle the feature on.&#x20;

To report any issues with KeeperAI Autofill please email [feedback+aIautofill@keepersecurity.com](mailto:feedback+AIautofill@keepersecurity.com).&#x20;

<div><figure><img src="/files/eO34IIAVa7AkIGqHaJac" alt=""><figcaption><p>Settings > KeeperAI Autofill</p></figcaption></figure> <figure><img src="/files/l8hJUvbrXxw2oPGxizu5" alt=""><figcaption><p>KeeperAI Autofill Enabled</p></figcaption></figure></div>

## Bug Fixes

* **BE-7119:** Log in screen appears blank during login flow on Firefox.
* **BE-6996:** Error message appears after taking a autofill snapshot on Safari.
* **BE-7153:** Multiple vault.js and vault-start.js loaded into vault site.


---

# 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/release-notes/browser-extensions/browser-extension/browser-extension-version-17.6.0.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.
