> 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/customization/vault-content-types.md).

# Tipos de contenido de bóveda

Los tipos de contenido de bóveda limitan los tipos de entrada que se pueden **crear** en una bóveda compartida específica. El tipo se puede elegir al [crear o editar una bóveda](/server/es/web-interface/administration/user-and-security-management/vaults.md). Las entradas existentes no se ven afectadas por la modificación del tipo de bóveda; se pueden seguir utilizando, modificando, moviendo, importando/exportando, etc.

Existen cuatro tipos de contenido de bóveda:

* ***Bóveda predeterminada***: Una bóveda estándar donde todos los tipos de entrada están disponibles.
* ***Bóveda de secretos***: Entradas de secretos, utilizadas en procesos de DevOps y CLI.
* ***Bóveda de negocio***: Entradas como información, contacto, activos o documentos. Útil en la organización empresarial.
* ***Bóveda de credenciales***: Entradas para todos los tipos de credenciales, no solo las específicas de secretos.

Aquí está la lista completa de los tipos de entrada disponibles para cada tipo de bóveda:

<table><thead><tr><th width="208">Tipos de entrada</th><th width="131" align="center">Bóveda predeterminada</th><th width="146" align="center">Bóveda de negocio</th><th width="127" align="center">Bóveda de credenciales</th><th align="center">Bóveda de secretos</th></tr></thead><tbody><tr><td>Sesión</td><td align="center">X</td><td align="center">Solo entrada <em><strong>Sitio web</strong></em></td><td align="center"></td><td align="center"></td></tr><tr><td>Gestión remota</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Gestión de credenciales</td><td align="center">X</td><td align="center">Solo entrada <em><strong>Nombre de usuario y contraseña</strong></em></td><td align="center">X</td><td align="center">Solo entrada <em><strong>Secreto</strong></em></td></tr><tr><td>Información</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>Carpeta</td><td align="center">X</td><td align="center">X</td><td align="center">X</td><td align="center">X</td></tr><tr><td>Contacto</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>Documento</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>VPN/túnel/gateway</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Gestión de activos de TI</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Macro/script/herramienta</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Sincronizador</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Varios</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Plantilla</td><td align="center">X</td><td align="center">X</td><td align="center">X</td><td align="center">X</td></tr></tbody></table>


---

# 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/customization/vault-content-types.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.
