> 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/cloud/it/concepts/basic-concepts/vaults.md).

# Casseforti

Le casseforti in Devolutions Cloud suddividono le voci in contenitori logici, in modo da poter condividere i dati corretti con gli utenti corretti mantenendo l'amministrazione gestibile. Ogni cassaforte ha il proprio tipo di contenuto, ad esempio predefinito, business, segreti o credenziali, che determina quali tipi di voce possono esservi creati.

Gli amministratori configurano le autorizzazioni a livello di cassaforte assegnando ruoli a utenti e gruppi di utenti, e possono creare casseforti ad accesso limitato per risorse particolarmente sensibili oppure scegliere una cassaforte predefinita per i nuovi utenti. Un'implementazione tipica combina casseforti di team condivise per l'infrastruttura o le applicazioni con una cassaforte utente personale per ciascun utente, offrendo loro uno spazio per i segreti individuali e mantenendo al contempo i dati organizzativi chiaramente segmentati.

#### Argomenti correlati

* [Creare e gestire le casseforti](/cloud/it/web-interface/administration/management/vaults/create-and-manage-vaults.md)
* [Accesso alle casseforti in Devolutions Cloud](/cloud/it/web-interface/vault-access-in-devolutions-cloud.md)
* [Privacy delle casseforti per amministratori e utenti](https://docs.devolutions.net/resources/it/other-resources/vault-privacy-for-administrators-and-users)


---

# 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/cloud/it/concepts/basic-concepts/vaults.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.
