> 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/user-guides/browser-extensions/keeperfill-for-firefox.md).

# Install for Firefox

### Firefox

Visit the link below to download **Keeper Password Manager & Digital Vault** from Firefox Browser Add-ons.

{% embed url="<https://addons.mozilla.org/en-US/firefox/addon/keeper-password-manager/?utm_content=search&utm_medium=referral&utm_source=addons.mozilla.org>" %}

Once installed, the Keeper icon shows when you click the puzzle on the top right of the Firefox browser window.

<figure><img src="/files/5cZYhaMvBaW7x3oxAdpF" alt="KeeperFill Browser Extension Enabled"><figcaption><p>KeeperFill Browser Extension Enabled</p></figcaption></figure>

Next we recommend you disable your browser's built-in password saving features:

1. In the upper right corner of your browser click on the **Menu Icon** (3 horizontal lines) and select **Settings > Privacy & Security**.
2. Under "Logins and Passwords", uncheck the box next to "Ask to save logins and passwords for websites".

To ensure you are using the latest version of KeeperFill and allow Keeper to run in private windows, enable both of these settings (pictured below) from the Keeper extension menu. Right-click on the Keeper extension icon in the upper-right corner of your browser window and select "Manager Extension".

<figure><img src="/files/VWmsJ1XKvM7fSTV5Ml7N" alt=""><figcaption><p>Allow Auto Updates &#x26; Run In Private Windows</p></figcaption></figure>

{% hint style="info" %}
Private mode on Firefox only currently works if you login from the Web Vault. Logging in directly from the browser extension will not login to Keeper.
{% endhint %}


---

# 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/user-guides/browser-extensions/keeperfill-for-firefox.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.
