> For the complete documentation index, see [llms.txt](https://docs.b2core.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.b2core.b2broker.com/back-office-guide/clients/general/settings-tab.md).

# Settings tab

On this tab, you can configure various client profile settings, which are grouped under the following sections:

## Settings

In this section, you can select a communication language and set a color to be applied to a client’s requests:

**Communication Language**

The language in which communication with a client is conducted. For a list of supported languages, refer to [Localizations](https://github.com/b2broker-gitbook/gitbook-b2core/blob/master/back-office-guide/systme/localizations.md).

***

**Request color**

The color used to highlight requests from a client that are displayed in the [Requests](/back-office-guide/clients/requests.md) section.

You can click the gray input field and pick the color from a palette. Alternatively, you can specify the color name, or define its HEX or RGBA value.

## 2FA

In this section, you can learn about 2FA (two-factor authentication) options configured for a client:

* **SMS** — if `enabled`, a client receives 2FA verification codes using SMS
* **Google** — if `enabled`, a client receives 2FA verification codes using the Google Authenticator app

## Rights

In this section, you can override the [permissions](/back-office-guide/system/client-rights.md) granted to a client based on the obtained [verification level](/back-office-guide/verification/levels.md). The permissions determine which kinds of operations the client is allowed to make in the B2CORE UI.

**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 transfer**

If selected, funds can be transferred from one client to another within the same B2CORE system.

***

**Overwrite with explicit settings**

After enabling or disabling specific permissions for a client, select this option, and then click **Save** to apply the changes. The permissions that don’t correspond to the current verification level of a client are marked with `*`.

## Options

In this section, you can limit the maximum number of demo and live trading accounts available to a client.

The number of demo accounts can be limited for any trading platform providing the capability to create demo accounts.

The values specified on this tab override the default system limits defined in the [Products](/back-office-guide/products/products.md) section.


---

# 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:

```
GET https://docs.b2core.b2broker.com/back-office-guide/clients/general/settings-tab.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.
