# Users

## **Overview**

This page outlines the Users concept in the Inabit system. A user represents an individual who has access to the platform and belongs to a specific organization. Each user has a unique identifier and associated profile information.

### **Key functionalities:**

* Access and use assigned resources and data within the organization.
* Perform specific actions based on assigned roles and permissions.
* Update personal profile information.
* Manage individual settings and preferences.

### **Relationships:**

* A user belongs to one organization (N:1).
* Users within the same organization may have different access levels and permissions.

**Additional Information:**

* You can find information on managing user accounts in the User Management API documentation: link.
* For details on available roles and permissions, refer to the User Management API documentation: link.


---

# 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.inabit.com/guides/hierarchy-in-inabit/users.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.
