> 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/knowledge-base/how-to-articles/create-temporary-accounts-with-jit-provisioning.md).

# Create temporary accounts with JIT provisioning

Just-in-time (JIT) provisioning creates temporary accounts that are active only for the duration of a task or session. At checkout, the system generates an account with the necessary permissions, which is automatically removed upon check-in.

This guide explains how to configure JIT provisioning creation to create temporary accounts.

### Configure JIT account creation

1. In ***Administration*** – ***Privileged Access*** – **Providers**, select your PAM Provider and click ***Edit***.
2. Go to the ***JIT privilege elevation*** and locate ***Advanced***.
3. Enter the path in the correct format for your Active Directory (e.g., `OU=JITAccounts,DC=example,DC=com`) under ***JIT Account creation location***.
4. Save your changes.

### Add a new domain user PAM account

1. Go to your ***PAM** Vault and* click ***Add new entry***.
2. Select (***PAM)*** – ***Domain user***.
3. Fill in ***Name*** and ***Username***.
4. Select your ***Provider*** in the ***drop-down menu***.
5. Check the ***Just-in-Time (JIT) account*** checkbox.
6. Click ***Add*** to save the entry.

### Understand the JIT process

When you check out the account, the system automatically creates it in Active Directory. It remains active for the duration of the checkout period, and upon check-in, the account is immediately deleted from Active Directory.


---

# 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/knowledge-base/how-to-articles/create-temporary-accounts-with-jit-provisioning.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.
