> 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/rdm/knowledge-base/how-to-articles/otp-autofill-with-the-devolutions-password-manager-browser-extension.md).

# OTP autofill with the Devolutions Password Manager browser extension

The Devolutions Password Manager browser extension allows to autofill a one time password (OTP) request with a ***Website*** session entry and a ***Website (legacy)*** information entry from Remote Desktop Manager.

1. Select the ***Source*** configuration type to set the OTP information required to be saved in the ***General*** section of the ***Website*** session entry or the ***Website (legacy)*** information entry in ***One time password (OTP)*** or link to a separate ***One time password (OTP)*** credential entry.
2. Open a browser page to the site with the OTP.
3. Right-click in the OTP field and click on ***Inspect***.
4. Look for the OTP ID in the ***Elements*** window and copy the information. In this example the ID to copy is passField.
5. In Remote Desktop Manager, save the information in:
   * a ***Website*** session entry in ***Login - HTML control ID - One time password ID***.
   * a ***Website (legacy)*** information session entry in the ***More settings - One time password***..

     <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If your <em><strong>Credentials</strong></em> are set to <em><strong>Linked (vault)</strong></em> , you also need to configure and set the <em><strong>One time password (OTP)</strong></em> link in the <em><strong>General</strong></em> tab section.</p></div>
6. Click ***OK*** to save.

#### See also&#x20;

* [Devolutions Academy – Enchancing RDM Free security](https://academy.devolutions.net/student/activity/3266658)


---

# 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/rdm/knowledge-base/how-to-articles/otp-autofill-with-the-devolutions-password-manager-browser-extension.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.
