> 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/getting-started/add-a-pam-provider.md).

# Add a PAM provider

To add a new PAM provider, head over to ***Administration – Privileged access – Providers***.

The available types are:

* ***Managed*** providers: ***Domain user*** (AD), ***Local user*** (SSH), ***SQL Server***, ***Windows user***, ***Entra ID user***

  <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2107.png" alt=""><figcaption></figcaption></figure>
* ***Password reset only*** (unmanaged) providers: ***MySQL user***, ***Cisco user***, ***Oracle user***

  <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2108.png" alt=""><figcaption></figcaption></figure>
* ***Custom*** PAM providers: ***Windows accounts***, ***Windows local accounts***

  <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2109.png" alt=""><figcaption></figcaption></figure>

When adding the provider, make sure to enable the ***Add PAM vault*** and ***Add account discovery configuration*** options under ***Actions*** (the latter being unavailable for ***Password reset only*** providers).

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2110.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For more information, refer to [Providers](https://docs.devolutions.net/pam/server/providers/).
{% endhint %}

When ***Save*** is clicked, the [account discovery configuration](https://docs.devolutions.net/pam/server/getting-started/create-run-scan-configuration/) appears for ***Managed*** and ***Custom*** PAM providers.


---

# 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/getting-started/add-a-pam-provider.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.
