# User Management

{% hint style="info" %}
A user can span across multiple companies and have access to that companies resources based on the role that is assigned to that user by company.
{% endhint %}

### User Roles

ClearInsights has a hierarchy that allows you to control access to features such as billing and integration. This hierarchy is as follows:

* **Global Admin:** the highest level of access within a company, access to all resources.
* **Admin:** admin access to all resources excluding organization settings and billing.
* **Contributor:** contributor access to core products such as Logging & Monitoring.

Global Admin & Admin roles are able to invite new users to the company and set/update a users role.


---

# 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.clearinsights.io/using-clearinsights/user-management.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.
