# View all accounts with 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 view all the accounts belonging to a specific managed app for which a [password policy](https://help.cerby.com/getting-started/concepts/security-posture/password-policies) was created. To do so, 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.

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/view-all-accounts-with-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.
