> 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/pam/pam-with-devolutions-server/checkout-process/approve-checkout.md).

# Approve checkout

The request checkout feature allows users to request a temporary checkout for a specific entry. The approver must then approve or deny the checkout request.

The checkout process can be disabled altogether by going to an entry's ***Properties***, then to the ***Checkout policy*** tab, and setting the ***Checkout mode*** to ***None***.

{% hint style="success" %}
A [package](https://docs.devolutions.net/pam/kb/knowledge-base/required-package-pam-actions/) is required for each PAM action.
{% endhint %}

### View checkout requests

To view all your past and current checkout requests, go to ***Administration – Privileged access – Checkouts***. You can see all your temporary access requests and sort them by ***Privilege account, Requested By, Approver, Status, Ticket, Reason, Start Time, End time, and Duration***.

Checkout requests are also displayed in the ***PAM check outs*** box below.

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

### Approve checkout requests

The duration of checkout begins when the request is approved. The view is divided between two section:

* The top section contains information about the user's request. You can also see who is reviewing the request. Because this was done on the user's side, fields in this section cannot be edited.
* The ***Awaiting approval*** section allows you to change the checkout access duration specified by the user. It is possible to write a message to the user explaining your decision, but it remains optional. Click ***Approve*** or ***Deny*** to approve or deny the request.

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

You can also assign the review to another approver by clicking ***Assign review***. A confirmation window appears, prompting you to confirm if you want to assign a new reviewer.

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

Choose the ***reviewer*** and click ***select***.

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

### Cancel Checkout request

After approval, for any reason, you may revoke the user's checkout access by going back to ***Administration – Privileged access – Checkouts*** and clicking on ***View request detail*** (eye icon) – ***Cancel request***. Be sure you want to do this first, since to regain access to the entry, they will need to make another request. Otherwise, their access will end within the set time frame.

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

#### See also

* [Devolutions Academy – Approve PAM checkout requests](https://academy.devolutions.net/student/page/2779389-approve-pam-checkout-requests?curriculum_activity_id=4211747\&path_id=2628397\&sid=0d23b1cd-c1db-4642-9c90-e32a15e03fe6\&sid_i=0)


---

# 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/pam/pam-with-devolutions-server/checkout-process/approve-checkout.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.
