> 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/web-interface/vaults/entries/entry-type.md).

# Tipo de entrada

1. Para entradas relacionadas con el seguimiento y la gestión de activos de TI, como servidores, dispositivos u otro hardware.
2. Las ***entradas*** se presentan en distintos tipos, todos ellos con finalidades diferentes para su comodidad.

![](https://cdnweb.devolutions.net/docs/DVLS6067_2025_3.png)

<table><thead><tr><th width="208">Opción</th><th>Descripción</th></tr></thead><tbody><tr><td>Recientes</td><td>Muestra las entradas creadas más recientemente.</td></tr><tr><td>Populares</td><td>Contiene las entradas utilizadas con frecuencia.</td></tr><tr><td>Sesión</td><td>Se utiliza para conexiones.</td></tr><tr><td>Gestión remota</td><td>Entradas relacionadas con la gestión de sistemas remotos.</td></tr><tr><td>Gestión de credenciales</td><td>Se utiliza para almacenar todo tipo de credenciales.</td></tr><tr><td>Información</td><td>Se utiliza para almacenar todo tipo de datos, sensibles o no.</td></tr><tr><td>Carpeta</td><td>Se utiliza para ayudarle a personalizar y compartimentar sus entradas.</td></tr><tr><td>Contacto</td><td>Se utiliza para almacenar información sobre personas concretas.</td></tr><tr><td>Documento</td><td>Se utiliza para almacenar ficheros externos.</td></tr><tr><td>VPN/Túnel/Gateway</td><td>Para entradas relacionadas con VPN, gateways y túneles seguros.</td></tr><tr><td>Gestión de activos de TI</td><td>Para entradas relacionadas con el seguimiento y la gestión de activos de TI, como servidores, dispositivos u otro hardware.</td></tr><tr><td>Sincronizador</td><td>Se utiliza para almacenar la información de su sincronizador.</td></tr><tr><td>Varios</td><td>Contiene entradas que no encajan en otras categorías predefinidas.</td></tr><tr><td>Plantilla</td><td>Se utiliza para almacenar sus entradas de plantilla personalizadas.</td></tr></tbody></table>

#### Véase también

* [Devolutions Academy – Understanding entries, folders, and favorites](https://academy.devolutions.net/student/path/2942210/activity/4493551)


---

# 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/web-interface/vaults/entries/entry-type.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.
