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

# Contraseña de un solo uso

La entrada Contraseña de un solo uso (OTP) le permite almacenar y generar de forma segura códigos de autenticación basados en tiempo para cuentas protegidas con autenticación multifactor (MFA).

#### Pestaña General

<table><thead><tr><th width="128.39996337890625">CONFIGURACIÓN</th><th>DESCRIPCIONES</th></tr></thead><tbody><tr><td><strong>Clave</strong></td><td>La clave utilizada para generar la OTP. Se puede introducir manualmente o cargar mediante una imagen.</td></tr><tr><td><strong>Cuenta</strong></td><td>El nombre de la cuenta vinculada a la OTP.</td></tr><tr><td><strong>Aplicación</strong></td><td>El servicio o la aplicación a la que corresponde esta OTP (p. ej., Google, GitHub).</td></tr></tbody></table>

#### Pestaña Avanzado

<table><thead><tr><th width="183.5999755859375">CONFIGURACIÓN</th><th>DESCRIPCIONES</th></tr></thead><tbody><tr><td><strong>Intervalo de tiempo</strong></td><td>Define durante cuánto tiempo permanece válida cada OTP antes de renovarse.</td></tr><tr><td><strong>Tamaño del código</strong></td><td>Determina el número de dígitos de cada OTP.</td></tr><tr><td><strong>Algoritmo de hash</strong></td><td>Especifica el algoritmo de hash utilizado para calcular la OTP.</td></tr></tbody></table>

#### Temas relacionados

* [Uso de la contraseña de un solo uso (OTP) con entradas](/rdm/es/knowledge-base/how-to-articles/one-time-password-otp-usage-with-entries.md)
* [Devolutions Academy – Cómo usar la entrada OTP en 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, and the optional `goal` query parameter:

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