# Introduction

One of the prominent feature of **Senpiper One Resource** platform is its **User Management** tool that provides high flexibility in terms of providing **permissions** and assigning **actions** to its users.

**User Management** in **Senpiper One Resource** platform involves managing the following 3 entities:&#x20;

1. **User**: Any person using the **One Resource** platform
2. **Role**: Roles define what actions users can take giving them a tailored set of abilities
3. **Group Member**: A user added to a [**group** ](/groups-applications/groups-overview.md)who may be assigned to specific roles

## What are the benefits of using One Resource's User Management tool?

* Define clear responsibilities for all the stakeholders involved in your application
* Implement role based access control
* Grant access to users on a need to know basis
* Easily configure access permissions&#x20;

## What are the key attributes of permissions?

* Permissions are allotted only at the role level
* At the user level, permissions are determined by the roles that they are assigned to
* A single user can be assigned multiple roles
* A role can be assigned to multiple users
* You can assign unlimited number of permissions 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.senpiper.com/user-management/introduction.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.
