> 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/checkout-system.md).

# Sistema di check-out

Il ***Sistema di check-out*** blocca una voce mentre viene utilizzata o modificata, impedendo a più utenti di utilizzarla o modificarla contemporaneamente.

Può essere abilitato per le voci ***Generale***, ***Sessione***, ***Informazioni*** e ***Credenziali***.

{% hint style="info" %}
Gli amministratori possono forzare il check-in di una voce di cui un utente ha effettuato il check-out. Selezioni la voce sottoposta a check-out e, nel banner in alto, clicchi su ***Forza check-in***.
{% endhint %}

### Effettuare il check-out di una voce <a href="#check-out-an-entry" id="check-out-an-entry"></a>

1. Nel ***Riquadro di navigazione***, selezioni una voce.
2. Clicchi su ***Check-out***.
3. Inserisca un ***Commento*** che spieghi il motivo del check-out della voce.
4. Facoltativo: abiliti ***Check-in automatico dopo*** e imposti una durata in minuti.
5. Clicchi su ***OK***.

Un banner informativo appare in cima alla voce e un'icona viene visualizzata nel ***Riquadro di navigazione*** per indicare che la voce è sottoposta a check-out.

### Effettuare il check-in di una voce <a href="#check-in-an-entry" id="check-in-an-entry"></a>

1. Nel ***Riquadro di navigazione***, selezioni la voce sottoposta a check-out.
2. Clicchi su ***Check-in***.

### Check-out multipli <a href="#multiple-checkouts" id="multiple-checkouts"></a>

L'impostazione ***Check-out multipli*** consente a più utenti di effettuare il check-out e di modificare le stesse voci contemporaneamente. Per farlo, acceda alle proprietà di una voce, di una cartella o della cartella radice e navighi fino a ***Impostazioni di sicurezza – Check-out multipli***.

| OPZIONE            | DESCRIZIONE                                                                                                             |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| **Predefinito**    | Utilizza per impostazione predefinita il valore ereditato dall'elemento padre.                                          |
| **Ereditato**      | Eredita l'impostazione di check-out da un elemento padre.                                                               |
| **Disattivato**    | Disabilita i ***Check-out multipli***.                                                                                  |
| **Infinito**       | Consente agli utenti di effettuare il check-out della stessa voce contemporaneamente senza restrizioni.                 |
| **Personalizzato** | Le consente di definire il numero massimo di utenti che possono effettuare il check-out di una voce contemporaneamente. |


---

# 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/checkout-system.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.
