# How to make an admin user see only specific clients

To maintain granular access control, you can allow Back Office users, such as admins or managers, to see only specific clients.

You should have a Back Office user created and assigned to a particular user group (for details, refer to [How to add an admin user](/how-to-articles/manage-system-settings/how-to-add-an-admin-user.md) and [How to add a user group and grant permissions](/how-to-articles/manage-system-settings/how-to-add-a-user-group-and-grant-permissions.md)).

To make a Back Office user see only specific clients:

{% stepper %}
{% step %}
Navigate to **System** > **Users**.
{% endstep %}

{% step %}
Select the user who you want to be able to see only specific clients.
{% endstep %}

{% step %}
Click the **Edit** button located in the user row.
{% endstep %}

{% step %}
In the **Allowed Client Tags** dropdown, select one or more tags identifying the clients that should be visible to the user (for details, refer to [How to assign tags to clients](/how-to-articles/manage-clients/how-to-assign-tags-to-clients.md)).
{% endstep %}

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

The selected Back Office user is now allowed to see only the clients who have been assigned specific tags.


---

# 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/how-to-articles/manage-system-settings/how-to-make-an-admin-user-see-only-specific-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.
