> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/admin-panel-guide/manage-admin-panel-users/permissions-for-admin-panel-users.md).

# Permissions for Admin panel users

Below are the list of permissions that can be assigned to user groups in the Admin panel:

| Category                 | Permission type & description                                                                                                                                                                                                                                                                                                                                |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **General**              | `View` — Allows viewing main information in the Admin panel, including details in the Copy Trading, PAMM, and MAM menus.                                                                                                                                                                                                                                     |
| **Settings**             | <ul><li><code>View</code> — Allows viewing all available settings in the Admin panel, including Copy Trading, PAMM, and MAM menus, as well as general platform settings such as fee calculation, symbol mapping, trade fee filter, SMTP settings, and more.</li><li><code>Edit</code> — Allows changing all available settings in the Admin panel.</li></ul> |
| **Account**              | `Manage` — Allows creating and deleting master and investment accounts within Copy Trading, PAMM, and MAM menus.                                                                                                                                                                                                                                             |
| **Link**                 | `Manage` — Allows managing subscriptions between master and investment accounts, including creating, unsubscribing, and restoring subscriptions within Copy Trading, PAMM, and MAM menus.                                                                                                                                                                    |
| **Entity Settings**      | `Edit` — Allows changing parameters for master accounts, investment accounts, and subscriptions, including risk limits, fee plans, partner terms, and subscription parameters.                                                                                                                                                                               |
| **Financial Operations** | <ul><li><code>View</code> — Allows viewing financial information, such as account balances and transaction history.</li><li><code>Execute</code> — Allows executing financial operations, including transactions, rollovers, and fee payments.</li></ul>                                                                                                     |
| **Reports**              | <ul><li><code>View</code> — Allows viewing existing performance and operational reports, including data on subscriptions, traders, fees, and more.</li><li><code>Create</code> — Allows generating new reports.</li></ul>                                                                                                                                    |
| **Logs**                 | `View` — Allows viewing logs of actions on the B2COPY investment platform, including activities of Admin panel users and clients.                                                                                                                                                                                                                            |
| **Personal Data**        | `View` — Allows viewing clients' personal data, including credentials, emails, IP addresses, and recent activity.                                                                                                                                                                                                                                            |
| **Users**                | `Manage` — Allows managing clients in the Admin panel, including creating, modifying, and removing client profiles.                                                                                                                                                                                                                                          |
| **Admin User**           | <ul><li><code>View</code> — Allows viewing user groups and Admin panel users.</li><li><code>Edit</code> — Allows managing user groups and Admin panel users, including creating, modifying, removing profiles, and managing access permissions.</li></ul>                                                                                                    |
| **Admin Operations**     | `Execute` — Allows executing specific admin actions in the Admin panel, including resyncing, closing positions, resetting limits, and loading historical data.                                                                                                                                                                                               |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.b2copy.b2broker.com/admin-panel-guide/manage-admin-panel-users/permissions-for-admin-panel-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
