> 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/create-and-run-an-account-discovery-configuration.md).

# Create and run an account discovery configuration

An account discovery configuration is a set of instructions that dictate which provider to use, along with an optional recurrence schedule for periodically running the account discovery action on that provider.

1. To manage all existing account discovery configurations and create new ones, navigate to ***Administration – Privileged access – Account discovery configurations***. To create a new account discovery configuration, click on the ***Add a new account discovery configuration*** button.

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

2. Account discovery configurations can be applied to both managed and custom PAM providers. Either option can be chosen here.

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

3. Select a provider, choose ***Name*** for it, then click ***OK***.

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

{% hint style="success" %}
While any name can be assigned to a account discovery configuration, it is recommended to name it based on the provider it is associated with.
{% endhint %}

Upon creating the account discovery configuration, a job will be queued, indicated by an hourglass icon next to it. The job is scheduled by the Devolutions Server Windows service on the Devolutions Server host. Depending on the backlog, this process may take a few minutes.

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

Once the job is complete, the status will display a green check mark, and the results will be shown.

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

Each result represents an account that the account discovery action has found. If results are visible at this stage and they align with what the account discovery action returned, it indicates that the account discovery action is functioning correctly.

By clicking on the results, you can view all of the accounts identified by the account discovery action.

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

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

### See also

* [Import accounts from an account discovery configuration](https://docs.devolutions.net/pam/server/getting-started/import-accounts-scan-configuration/)
* [Import computers from Domain user providers in Devolutions Server](https://docs.devolutions.net/pam/kb/how-to-articles/import-computers-with-ad-providers-in-devolutions-server/)


---

# 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/create-and-run-an-account-discovery-configuration.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.
