# Resource Visibility and Assignment

## Resource Visibility

Users can view resources assigned to:

* Themselves
* Groups they are members of
* Profiles they can see
* Global

If a user is assigned to a group, they can also view resources assigned to that group, its members, and its subgroups.

Users with the **Admin** role can view all resources in the system.

## Resource Assignment

Users can assign resources to:

* Themselves
* Groups they are members of
  * Users in those Groups
  * Subgroups (and the Users in them) of those Groups
* Profiles they can see

If a user is assigned to a group, they can also assign resources to that group, its members, and its subgroups.

Users with the **Admin** role can assign resources to any user, group, or profile, including `Global`.

### Resource Type Specific Rules

* Routers cannot be assigned to profiles.
* Profiles cannot be assigned to profiles.
* Groups can only be assigned to users.


---

# 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.replicacyber.com/admin-guide/user-management/resource-visibility-and-assignment.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.
