> 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/web-interface/administration/modules/privileged-access/checkout-policies.md).

# Checkout policies

The ***Checkout policy*** section allows administrators to create and edit separate policies for Privileged Access Management (PAM) checkout. Checkout policies can then be applied to specific entries and folders (right-click, then ***Properties*** – ***Privileged access management (PAM)*** – ***Checkout policies***), or configured to be applied by default to everything.

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

| SETTINGS                                              | DESCRIPTIONS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**                                              | Set a name for the checkout policy.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Set as default**                                    | Apply the checkout policy to every PAM entry/folder by default.                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Checkout mode**                                     | Enable or disable checkouts altogether.                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| **Approval mode**                                     | Define which requests require approval, if any.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Users can approve their own checkout requests**     | Choose whether users can approve their own requests, and under which condition.                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Include admins as approver**                        | Include all administrators in the list of approvers when checking out an entry.                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Include PAM administrators when listing approvers** | Include all PAM administrators in the list of approvers when checking out an entry.                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Reason mode**                                       | Choose under which conditions users need to give a reason for checking out an entry.                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Checkout time (minutes)**                           | Set a default checkout time.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Max checkout time (minutes)**                       | Set a maximum checkout time, after which no time extensions are allowed.                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **Ticket number mode**                                | Determine under which conditions the ***Ticket #*** field is required to be filled, if at all, when checking out an entry.                                                                                                                                                                                                                                                                                                                                                                    |
| **MFA on checkout**                                   | Require multifactor authentication when checking out an entry. Options are: ***Default***, ***None***, ***Mandatory***, or ***Mandatory on JIT elevation only***. The currently supported multifactor authenticators are Authenticator (TOTP), Email, and SMS. Multifactor authenticators must be [configured](https://docs.devolutions.net/server/web-interface/administration/configuration/server-settings/security/two-factor/) in ***Administration – Server settings – Multi-factor***. |
| **Terminate sessions on check in**                    | Force session close on checkin.                                                                                                                                                                                                                                                                                                                                                                                                                                                               |


---

# 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/web-interface/administration/modules/privileged-access/checkout-policies.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.
