# View accounts of all clients

*Applicable to standalone solutions only*

You can view a complete list of all accounts created on a specific platform for all clients in the Admin panel. The list includes payment accounts, master and investment accounts, along with information about clients, platform groups, balances, free funds, equity, creation dates, and other details.

By default, accounts are filtered by **Active** status, which means that only accounts active on the respective platform are displayed.

To view the full list of client accounts:

{% stepper %}
{% step %}
Expand the **Clients** menu.
{% endstep %}

{% step %}
Go to **Accounts** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4 or MT5), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.

<figure><img src="/files/sIyN3CQ5VesmID0joprM" alt=""><figcaption><p>Full account list</p></figcaption></figure>
{% endstep %}
{% endstepper %}

The **Accounts** page shows the list of all accounts on the selected platform, including payment accounts, as well as master and investment accounts created for copy trading, PAMM, and MAM.

To open account details, click the number in the **Account login** column. To open the related client profile, click the identifier in the **Id** column.

From this page, you can also click **Create** in the upper-right corner to add new accounts for clients.

{% hint style="success" %}
See also:

[Create payment accounts](/admin-panel-guide/manage-clients/create-payment-accounts.md)

[Create master and investment accounts](/admin-panel-guide/manage-clients/create-master-and-investment-accounts.md)
{% endhint %}


---

# 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://docs.b2copy.b2broker.com/admin-panel-guide/manage-clients/view-accounts-of-all-clients.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.
