# Access Groups

### Overview

Access groups in Agentnoon allow you to set permissions for data access and apply them to multiple users at once. This guide explains how to create, manage, and modify access groups.

### Navigating to Access Control

1. Click on the **Access Control** panel located at the top right of the home screen.
2. Look for the **button with two people** to enter the access group settings.

<figure><img src="/files/2KK0UGRLBIvpLYrz42qo" alt=""><figcaption></figcaption></figure>

### Creating an Access Group

1. Click the **Create Access Group** button.

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

2. Enter a **name** for the group (e.g., "HRBP Group").

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

3. Choose permissions for different fields:

* **View access**: Users can see the field.
* **Edit access**: Users can modify the field insides scenarios
* **Hidden**: Users cannot see the field.

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

4. Categories of fields:

* **Basic fields** (general user information)
* **Compensation fields** (salary-related details)
* **Custom fields** (imported data beyond standard fields)
* Use **"Apply to All Fields"** to apply settings universally or configure them individually.

5. Use **'Features'** tab to lock / unlock specific features (e.g., exports org chart, forecast, scenarios)
6. Click **Next** to finalize and save the access group.

### Managing Access Groups

1. Click the **Manage Access Groups** button.

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

2. View a list of existing access groups.
3. Options available:
   * **Edit** permissions and settings for an existing group.
   * **Delete** an access group if no longer needed.

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


---

# 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.agentnoon.com/admin-capabilities/overview-1/access-groups.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.
