# Client rights

On this page, you can create and edit permission levels indicating which operations clients are allowed to make in the B2CORE UI.

Permission levels are associated with [verification levels](/back-office-guide/verification/levels.md). When clients obtain a particular verification level, they are granted the permissions associated with this verification level.

{% hint style="info" %}
To grant specific permissions to a client, go to the [Settings tab](/back-office-guide/clients/general/settings-tab.md) on the client details page, and then select the required permissions in the **Rights** section.
{% endhint %}

## General information

The following information is provided about each permission level:

**Caption**

The description of a permission level.

***

**Created At**

The date and time when a level was created.

***

**Updated At**

The date and time when a level was updated.

***

**Default (Y/N)**

If `Y`, this permission level is the default one and is assigned to all clients that were granted the initial [verification level](/back-office-guide/verification/levels.md).

To view permission level details, click the **Edit** button.

## Details

On the details page, you can view the following additional information and select the permissions that you want to grant to your clients at this level:

**Name**

The name of a level.

***

**Caption**

The description of a level.

***

**Parent Role**

The previous permission level that clients must obtain before they can get this level. This field is not applicable to the default permission level.

The following permission options are available:

* **Verification**\
  If selected, clients are allowed to obtain a higher [verification level](/back-office-guide/verification/levels.md) in the B2CORE UI.
* **Converter**\
  If selected, clients can exchange funds in the B2CORE UI.
* **Deposits**\
  If selected, clients can deposit funds in the B2CORE UI.
* **Withdrawals**\
  If selected, clients can withdraw funds in the B2CORE UI.
* **Internal Transfers**\
  If selected, funds can be transferred from one client to another within the same B2CORE system.


---

# 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.b2core.b2broker.com/back-office-guide/system/client-rights.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.
