In this post I'll explain new feature from ABP Commercial 7.2.0: Authority Delegation.
In this post I'll explain a new feature from ABP Commercial 7.2.0: **Authority Delegation**.
## Authority Delegation
Authority Delegation is a way of delegating the responsibility of the current user to a different user(s) for a limited time. Thus, a user can be switched to the delegated users' account and perform actions on their behalf.
> This feature is part of [Account Pro module](https://commercial.abp.io/modules/Volo.Account.Pro).
> This feature is part of the [Account Pro module](https://commercial.abp.io/modules/Volo.Account.Pro), which is one of the application modules of [ABP Commercial](https://commercial.abp.io/).
### Delegate new user
### Delegating a new user
After logging into the application, you can see the `Authority Delegation` menu item under the user menu, clicking the menu will open a modal, in the first tab we can see the delegated users.
After logging into the application, you can see the `Authority Delegation` menu item under the user menu. When you clicked the menu, a modal will open and in the first tab of the modal, you will be seeing the list of delegated users.

You can click `Delegate New User` button to delegate a new user:
You can click the `Delegate New User` button to delegate a new user:
> The **Authority Delegation** feature uses the [impersonation system](https://docs.abp.io/en/commercial/latest/modules/account/impersonation) internally.