> 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-system-settings/how-to-make-an-admin-user-see-only-specific-clients.md).

# 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
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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
