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

# Checkout policies

The ***Checkout policies*** section found in ***Administration – Modules – Privileged access – Checkout policies*** 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*** – ***Common*** – ***Checkout policies***), or configured to be applied by default to everything.

| Option                                            | Description                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**                                          | Set a name for the checkout policy.                                                                                                                                                                                                                                                                                                       |
| **Is 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.                                                                                                                                                                                                                                                           |
| **MFA on checkout**                               | Require multifactor authentication when checking out an entry. The options are: ***Default***, ***None***, ***Mandatory***, or ***Mandatory on JIT elevation only***. Users must have MFA enabled in the [Devolutions Portal](https://portal.devolutions.com/security) under ***Sign-in & security*** for MFA to be enforced on checkout. |
| **Checkout reason**                               | Choose under which conditions users need to provide a reason for checking out an entry.                                                                                                                                                                                                                                                   |
| **Check out time (minutes)**                      | Set a default checkout duration in minutes.                                                                                                                                                                                                                                                                                               |
| **Max check out time (minutes)**                  | Set a maximum checkout duration, after which no time extensions are allowed.                                                                                                                                                                                                                                                              |
| **Terminate sessions on check in**                | Force session termination when the account is checked in.                                                                                                                                                                                                                                                                                 |


---

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