# Exclude an account from a password policy

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

As a workspace **Admin**, you can exclude an account from an existing [password policy](https://help.cerby.com/getting-started/concepts/security-posture/password-policies) so that automated password rotations are not executed for it.

{% hint style="info" %}
**NOTE:** Already excluded accounts are identified with the **Excluded** status in the table of policies.
{% endhint %}

To exclude accounts from a password policy, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Password Policies** option from the left menu. The **Password Policies** page is displayed with a table of policies.
3. Click the **View all accounts** icon of the corresponding policy. The policy details page is displayed with a table of accounts affected by the policy. **TIP:** You can also select the **View all accounts** option from the **More options** (...) drop-down menu.
4. Select the **Exclude from policy** option from the **More options** (...) drop-down menu of the corresponding policy. The **Exclude account from policy?** dialog box is displayed.
5. Click the **Exclude** button. The dialog box closes, and a success message box is displayed.

Now you are done.


---

# Agent Instructions: 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://help.cerby.com/setup-and-admin/security-governance/password-policies/exclude-an-account-from-a-password-policy.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.
