> For the complete documentation index, see [llms.txt](https://help.dashlabs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dashlabs.ai/settings/laboratory-settings/user-access-control/user-group-access.md).

# Laboratory User Groups

## <mark style="color:blue;">**Create Laboratory User Group**</mark>

Laboratory administrators calibrate the authorization given to each user group.

To create Laboratory User Group:

1. Go to **Settings**
2. Go to **Laboratory Users Groups** (under **Security**)
3. **Create** Laboratory User Group

The following information are encoded in this section:

* **User group name**: Unique name identifier for the user group
* **Valid Period:** Date of User Groups access validity
* **Valid Hours:** Time of User Groups access validity

<figure><img src="/files/G2RS6jb12xQst86tFaSk" alt=""><figcaption></figcaption></figure>

## <mark style="color:blue;">**Update Laboratory User Group**</mark>

This is where you set up the Permissions and Authorizations for the Laboratory user groups.

To update Laboratory User Group:

1. Go to **Settings**
2. Go to **Laboratory User Groups** (under **Security**)
3. **Expand** the User Group<br>

   <figure><img src="/files/jLhQN6f3K30snPY0iv09" alt=""><figcaption></figcaption></figure>
4. **Update Access**<br>

   <figure><img src="/files/6tyH3qiXvZXkGcW64UHd" alt=""><figcaption></figcaption></figure>
5. Select **Branches**

<figure><img src="/files/ACjCzRRRYxdKnfOtTiyH" alt=""><figcaption></figcaption></figure>

6. Select **Laboratory Services**

<figure><img src="/files/tzkL1fX9yIOTYm5Fe9F9" alt=""><figcaption></figcaption></figure>

7. Select **Scopes**

<figure><img src="/files/zipLrObe8qV9pz0AxaQw" alt=""><figcaption></figcaption></figure>

8. **Update** (Progress won't be saved until you press update)

## <mark style="color:blue;">**Delete/Deactivate Laboratory User Group**</mark>

To delete Laboratory User Group:

1. Go to **Settings**
2. Go to **Laboratory Users Groups** (under **Security**)
3. **Expand** Laboratory User Group
4. **Deactivate** Laboratory User Group

<figure><img src="/files/WexkJiKYMPV06J19n3DN" alt=""><figcaption></figcaption></figure>


---

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