# View all accounts of a specific client

*Applicable to standalone solutions only*

You can view a list of all accounts created on a given platform for a specific client in the Admin Panel, including payment accounts, master and investment accounts, along with their statuses, balances, free funds, equity, and creation dates.

To view all client's accounts:

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

{% step %}
Go to **User** 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.
{% endstep %}

{% step %}
Select the client and click the profile identifier in the **Id** column to open the profile details.

You can quickly find the client by entering their email in the search box.
{% endstep %}

{% step %}
In the profile details, go to the **Accounts** tab.

<figure><img src="/files/0KACuaNJvCt1QDzMFKld" alt="Client details — Accounts tab"><figcaption><p>Client details — Accounts tab</p></figcaption></figure>
{% endstep %}
{% endstepper %}

The tab lists all accounts associated with the selected client on the chosen platform, including payment accounts, as well as master and investment accounts created for copy trading, PAMM, and MAM.

To open the account details, click the number in the **Account login** column.

From this tab, you can also click **Create** in the upper-right page corner to add a new account for the client.


---

# 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-all-accounts-of-specific-client.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.
