> For the complete documentation index, see [llms.txt](https://docs.replicacyber.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replicacyber.com/admin-guide/4.4-admin-guide/user-management/resource-visibility-and-assignment.md).

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