# Members

The Members section under Account Management allows administrators to manage user access, roles, and permissions across the Angoor.ai workspace. This is where you can add new team members, configure their access levels, and organize users into teams.

## Members Dashboard

The main dashboard displays all workspace members with their key information and status.

<figure><img src="/files/0pMf8xjnf5rpcBgxFOAz" alt=""><figcaption></figcaption></figure>

## Create New Member

#### Step 1: Add member detail

Click the **New** button to add a member details.

#### Step 2: Access Control

Use the toggle switches in the top-right to set:

* **Active** — Enable or disable the member's account
* **Admin** — Grant administrative privileges

#### Step 3: Team selection

Choose which teams the new member should join. New members are automatically assigned to "All Members" with options to add additional teams using the dropdown.

#### Step 4: Policy Configuration

**Inherited Policies** View policies that the member will inherit based on their team assignments. This section shows which team the policies come from and the specific permissions inherited.

**Custom Policies** Add specific policies that override or supplement inherited permissions using the Custom Policies dropdown.

> Policy inheritance follows a hierarchy where custom policies can override team-based permissions.

<figure><img src="/files/6KXOfklgB0ujyXFM0e0v" alt=""><figcaption></figcaption></figure>

### Edit Member

Click on any member from the dashboard to access their profile and modify settings.


---

# 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://angoor-ai.gitbook.io/angoor-ai/basics/images-and-media/members.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.
