# User Access Control

Manage user access to your laboratory.

Dashlabs.ai provides laboratory admins with the ability to manage users individually or by group. We follow linux permission standard of read/write/delete (with additional 'send' permission where relevant). Admins are empowered to provide granular access control.

<table><thead><tr><th width="177">Button</th><th>Purpose</th><th>Link</th></tr></thead><tbody><tr><td>Laboratory Users</td><td>Who can access the laboratory</td><td><a href="user-access-control/user-access">Laboratory Users</a></td></tr><tr><td>Laboratory User Groups</td><td>User group management <br>(i.e. define RBAC) </td><td><a href="user-access-control/user-group-access">Laboratory User Groups</a></td></tr><tr><td>Access Control<br>(ruleset)</td><td>Access control rules:<br>User permission definiiton</td><td><a href="user-access-control/access-control">Access Control</a></td></tr></tbody></table>


---

# 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://help.dashlabs.ai/settings/laboratory-settings/user-access-control.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.
