> 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/server/es/knowledge-base/how-to-articles/seal-entries.md).

# Sellar entradas

Las entradas selladas protegen la información sensible para que no sea accedida por usuarios con privilegios más altos y pueden utilizarse en caso de emergencia. Cuando se intenta acceder a una entrada sellada—directamente o como credencial vinculada—, el sistema muestra un mensaje de confirmación al usuario, indicando que la entrada está protegida. Además, se envía una notificación a los administradores, alertándolos del intento de acceso.

#### Sellar la entrada

1. Vaya a las propiedades de la entrada.
2. Haga clic en ***Configuración de seguridad***.
3. Seleccione ***Sellada*** en ***Estado de sellado***.

   ![](https://cdnweb.devolutions.net/docs/DVLS6001_2024_2.png)
4. Haga clic en ***Actualizar*** para guardar.

#### Intentos de acceso

Al desellar una entrada se envía una notificación a los administradores, con detalles sobre el intento de acceso. Esto incluye la identidad del usuario que intenta acceder, la hora y la fecha del intento, y el nombre de la bóveda.

#### Preferencias de notificación

Active y desactive las [notificaciones](/server/es/web-interface/account-menu/notification-preferences.md) de entradas selladas en ***Seguridad – Entrada desellada***.

#### API REST de Devolutions Server y entradas selladas

Los detalles de una entrada pueden recuperarse a través de la API REST. Devolutions Server responderá con un mensaje de error de entrada sellada si alguien intenta acceder a una entrada sellada de forma programática.

#### Véase también

* [Blog de Devolutions - Spotlight on layered protection with sealed entries](https://blog.devolutions.net/2024/07/inside-20242-layered-protection-with-sealed-entries/)


---

# 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/server/es/knowledge-base/how-to-articles/seal-entries.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.
