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

# Checkout system

The ***Checkout system*** locks an entry while it is being used or modified. It prevents multiple users from using or editing an entry at the same time.

Checkouts can be enabled for ***General***, ***Session***, ***Information***, and ***Credential*** entries.

{% hint style="info" %}
Administrators can ***Force check in*** entries that are checked out by users. Select the ***Check out*** entry and, in the top banner, click ***Force check in***.
{% endhint %}

#### Check out an entry

1. Select an entry.
2. Click ***Check out***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_hub_Hub4178.png)
3. ***Comment*** why you are checking out the entry.
4. Optional: enable ***Automatic check in after*** a number of minutes.
5. Click ***OK***.

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

An information banner at the top of the entry and an icon in the ***navigation pane*** will appear to warn the users that this entry is checked out.

#### Check in an entry

1. In the ***navigation pane***, select the checked out entry.
2. Click ***Check in***.

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

## Multiple checkouts <a href="#multiple-checkouts" id="multiple-checkouts"></a>

The ***Multiple checkouts*** setting in multiple users to check out and edit the same entries simultaneously. To do so, go into the properties of an entry, folder, or root and navigate to ***Security settings – Multiple checkouts***.

<figure><img src="/files/CYDhOuzLSMuGbCQEvDqp" alt=""><figcaption></figcaption></figure>

| OPTION                  | DESCRIPTION                                                                                    |
| ----------------------- | ---------------------------------------------------------------------------------------------- |
| **Default (Inherited)** | Inherits by default the checkout setting from a parent.                                        |
| **Inherited**           | Inherits the checkout setting from a parent.                                                   |
| **Off**                 | Disables ***Multiple checkouts***.                                                             |
| **Infinite**            | Allows users to check out the same entry simultaneously without restriction.                   |
| **Custom**              | Lets you define the maximum number of users who can check out an entry at the same time.       |
| **Root**                | Uses the **Multiple checkouts** defined on the root object only, ignoring intermediate parent. |


---

# 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:

```
GET https://docs.devolutions.net/cloud/web-interface/entries/checkout-system.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
