# Team management

There are 4 roles of users:

* **admin** (lab owner) - lab management
* **technician** (work with the microscope) - test performing
* **expert** (experienced specialist) - review the tests on the website;
* **student** (passes exams) - used for [Education](/education/examination.md)

After the standard sign-up procedure, all new users created as admins. Admin can create **technicians** and **experts** in the **Team › Users ›** [**Add User Page**](https://app.celly.ai/authentication/user/add/)

![](/files/-MVM2HTF90gunJduzCgR)

### Privileges

* **Technicians** can: create/execute and review their own tests.
* **Experts** have all technician rights plus can review all the organization tests;
* **Admins** have all expert rights plus access to:
  * **Users** - create new users
  * **Billing** - change subscription plan
  * **LIS** - integration with a laboratory information management system&#x20;

{% hint style="warning" %}
Admins see all tests of the organization like experts
{% endhint %}

### Example

**User A** - admin;

**User B** - makes tests

**User С** - review the results:

* **User A** signs up on the celly.ai (<userA@email.com>). The user is the admin.
* **User A** creates **User B** and **User C:**  **Team › Users ›** [**Add User Page**](https://app.celly.ai/authentication/user/add/):&#x20;
  * <userB@email.com> (technician) &#x20;
  * <userC@email.com> (expert)
* **User B**  makes tests. **User C** reviews the results.


---

# 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.celly.ai/config/team-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.
