> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/password-manager/browser-extension/devolutions-password-manager-browser-extension-with-remote-desktop-manager.md).

# Devolutions Password Manager browser extension with Remote Desktop Manager

When paired with Remote Desktop Manager, the Devolutions Password Manager browser extension lets users retrieve and autofill credentials from their RDM vaults directly in the browser, without exposing passwords. The connection is established by associating the extension with a running instance of Remote Desktop Manager, a process that requires a pairing step documented in [First login to Remote Desktop Manager](https://docs.devolutions.net/password-manager/browser-extension/devolutions-password-manager-browser-extension-with-remote-desktop-manager/first-login-to-remote-desktop-manager-with-the-devolutions-password-manager-browser-extension). Once paired, the extension can automatically match websites to their saved credentials, filter vault contents, add new website entries, and generate passwords on the fly.

The extension's [side menu and user interface](https://docs.devolutions.net/password-manager/browser-extension/devolutions-password-manager-browser-extension-with-remote-desktop-manager/devolutions-password-manager-browser-extension-user-interface-with-remote-desktop-manager) provide quick access to vaults and entry management without leaving the browser. If you need to remove a browser's access to Remote Desktop Manager, you can [unpair the extension](https://docs.devolutions.net/password-manager/browser-extension/devolutions-password-manager-browser-extension-with-remote-desktop-manager/unpair-the-browser-extension) at any time from Remote Desktop Manager's settings.


---

# 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.devolutions.net/password-manager/browser-extension/devolutions-password-manager-browser-extension-with-remote-desktop-manager.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.
