# Members

### 1 Introduction

The Members page is used to manage who can access the current project, including inviting new users and setting their roles.

### 2 Open Members Page

1. In the left navigation, click Members.
2. The page shows:
   * Current project members list
   * Role column for each member
   * Pending invitations section

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

### 3 Invite Users to the Current Project

1. Click Invite by Email (top-right).
2. In the invite panel:
   * Email addresses: enter one or more emails (separated by commas)
   * Role: choose the role for the invited users
3. Click Send Invites.

{% hint style="info" %}
Invited members will consume credits from this project when using AI features.
{% endhint %}

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

### 4 Switch Project / Rename Current Project

The top-left project selector (next to the project name) supports:

* Switch Project: select another project from the dropdown list
* Rename Current Project: rename the current project from the same menu

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

***

### 5 Manage Member Roles

1. In the members table, locate the user you want to update.
2. Under the Role column, click the role dropdown.
3. Select one of the available roles:
   * **Administrator**: full access to the project (management permissions).
   * **Contributor**: can contribute and operate within the project, but with limited admin capabilities.
   * **Reader**: read-only access.

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

### 6 Pending Invitations

* The Pending Invitations section lists invitations that have not been accepted yet.
* You can click Cancel to revoke a pending invitation.


---

# 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.workfx.ai/workfx-1.1.x-english/workspace/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.
