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

# Tipi di contenuto della cassaforte

I tipi di contenuto delle casseforti limitano i tipi di voce che possono essere **creati** in una cassaforte condivisa specifica. Il tipo può essere scelto durante la [creazione o la modifica di una cassaforte](/server/it/web-interface/administration/user-and-security-management/vaults.md). Le voci esistenti non sono influenzate dalla modifica del tipo di cassaforte; possono ancora essere utilizzate, modificate, spostate, importate/esportate, ecc.

Esistono quattro tipi di contenuto delle casseforti:

* ***Cassaforte predefinita***: una cassaforte standard in cui sono disponibili tutti i tipi di voce.
* ***Cassaforte dei segreti***: voci di tipo segreto, utilizzate nei processi DevOps e CLI.
* ***Cassaforte aziendale***: voci come informazioni, contatti, asset o documenti. Utile nell'organizzazione aziendale.
* ***Cassaforte delle credenziali***: voci per tutti i tipi di credenziali, non solo quelle specifiche dei segreti.

Ecco l'elenco completo dei tipi di voce disponibili per ciascun tipo di cassaforte:

<table><thead><tr><th width="208">Tipi di voce</th><th width="131" align="center">Cassaforte predefinita</th><th width="146" align="center">Cassaforte aziendale</th><th width="127" align="center">Cassaforte delle credenziali</th><th align="center">Cassaforte dei segreti</th></tr></thead><tbody><tr><td>Sessione</td><td align="center">X</td><td align="center">Solo voce <em><strong>Sito web</strong></em></td><td align="center"></td><td align="center"></td></tr><tr><td>Gestione remota</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Gestione delle credenziali</td><td align="center">X</td><td align="center">Solo voce <em><strong>Nome utente e password</strong></em></td><td align="center">X</td><td align="center">Solo voce <em><strong>Segreto</strong></em></td></tr><tr><td>Informazioni</td><td align="center">X</td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td>Cartella</td><td align="center">X</td><td align="center">X</td><td align="center">X</td><td align="center">X</td></tr><tr><td>Contatto</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/tunnel/gateway</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Gestione degli asset IT</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Macro/script/strumento</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Sincronizzatore</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Varie</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td>Modello</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/it/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.
