> 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/knowledge-base-articles/entry-settings/one-time-password.md).

# One-time password

The One-time password (OTP) entry allows you to securely store and generate time-based authentication codes for accounts protected by multi-factor authentication (MFA).

#### General tab

<table><thead><tr><th width="128.39996337890625">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Key</strong></td><td>The key used to generate the OTP. It can be entered manually or loaded by image.</td></tr><tr><td><strong>Account</strong></td><td>The account name linked to the OTP.</td></tr><tr><td><strong>Application</strong></td><td>The service or application this OTP is for (e.g., Google, GitHub).</td></tr></tbody></table>

#### Advanced tab

<table><thead><tr><th width="183.5999755859375">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Time step</strong></td><td>Defines how long each OTP remains valid before rotating.</td></tr><tr><td><strong>Code size</strong></td><td>Determines the number of digits in each OTP.</td></tr><tr><td><strong>Hash algorithm</strong></td><td>Specifies the hashing algorithm used to calculate the OTP.</td></tr></tbody></table>

#### Related topics

* [One-time password (OTP) usage with entries](https://docs.devolutions.net/rdm/kb/how-to-articles/otp-usage-entries/)
* [Devolutions Academy – How to use OTP entry in Remote Desktop Manager](https://academy.devolutions.net/student/page/2584596-how-to-use-otp-entry-in-remote-desktop-manager?curriculum_activity_id=3969784\&path_id=2628397\&sid=edec8b2f-cf78-4396-a87a-f96a0cedc04c\&sid_i=0)


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/one-time-password.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.
