> For the complete documentation index, see [llms.txt](https://docs.celly.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.celly.ai/config/team-management.md).

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