> 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/how-to-articles/manage-clients/how-to-assign-tags-to-clients.md).

# How to assign tags to clients

Use client tags to organize and filter client data in the Back Office. By assigning tags to clients, you can enable Back Office users, such as admins or managers, to only see clients with specific tags, while hiding others.

You can assign tags to clients manually (for details, refer to the instructions below [Assign tags to a single client](#assign-tags-to-a-single-client) and [Assign tags to multiple clients](#assign-tags-to-multiple-clients)).

If you use [jurisdictions](/back-office-guide/clients/jurisdictions.md), tags linked to a jurisdiction will be automatically assigned to clients, along with the jurisdiction, after registration, based on the selected country (for details, refer to [How to create a jurisdiction](/how-to-articles/manage-clients/how-to-create-a-jurisdiction.md)).

## Assign tags to a single client

To assign tags to a client:

{% stepper %}
{% step %}
Navigate to **Clients** > **General**.
{% endstep %}

{% step %}
Select the client and click the **Edit** button.
{% endstep %}

{% step %}
In the **Client Tags** dropdown, select one or several tags that you want to assign to this client. Press **Enter** after selecting each tag in the dropdown.

{% hint style="info" %}
To view a list of available client tags or add new tags, navigate to **System** > **Users** > **Client Tags**.
{% endhint %}
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

The tags assigned to the client are displayed in the **Tags** column on the **General** page.

## Assign tags to multiple clients

To assign tags to multiple clients at once:

{% stepper %}
{% step %}
Navigate to **Clients** > **General**.
{% endstep %}

{% step %}
Click the **Select** button in the upper-right page corner, and then select clients to which you want to assign tags by clicking client rows.

* To select all clients, click **Select All**.
* To unselect a client, click the corresponding client rows again.
* To unselect all clients at once, click **Deselect**.
  {% endstep %}

{% step %}
Expand the **Edit selected clients** dropdown in the upper-right page corner, and then select **Assign Tags**.
{% endstep %}

{% step %}
In the **Client Tags** dropdown, select one or several tags that you want to assign to the selected clients. Press **Enter** after selecting each client in the dropdown.
{% endstep %}

{% step %}
To replace the existing client tags with the new ones, enable the option to **Overwrite current values**; otherwise, the new tags will be added to the existing ones.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

The tags assigned to the clients are displayed in the **Tags** column on the **General** page.

{% hint style="success" %}
**See also**

[How to make an admin user see only specific clients](/how-to-articles/manage-system-settings/how-to-make-an-admin-user-see-only-specific-clients.md)
{% endhint %}


---

# 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/how-to-articles/manage-clients/how-to-assign-tags-to-clients.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.
