# Members

Click "**Members**" to view existing project members or add new members to it.

{% hint style="warning" %}
**IMPORTANT**

For Private Projects (projects set to "**Private**" from **Project Settings > General > Project Access**)

* Admin access is required to add or manage members from **Project Settings > Members**
* Members can also access **Project Settings > Members** for projects they are part of, but they do not have permissions to make changes or manage settings.

For Public Projects (projects set to "**Workspace**" from **Project Settings > General > Project Access)**

* **Project Settings > Members** is accessible to all roles — Owner, Admins, and Member. However, public projects do not provide any edit options, even for Admins.
  {% endhint %}

### Available info in the Project Members table

<table><thead><tr><th width="172.4444580078125">Column Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Member Name</strong></td><td>List of all members added to the project.</td></tr><tr><td><strong>Joined</strong></td><td>Date on which the person joined the current project.</td></tr><tr><td><strong>Status</strong></td><td>Invitation status</td></tr><tr><td><strong>Role Type</strong></td><td>Assigned role to the added member: <strong>Member, Admin, Guest</strong></td></tr></tbody></table>

### How to add members to a BetterBugs Project

Here's how you can quickly add members to your project:

{% hint style="info" %}
**IMPORTANT NOTE:** To add new people to a project, first you need to [invite and add them to the current workspace from the Workspace Settings > Members](/dashboard/workspace-settings/members.md). After that, they'd be available in the member's email list for getting added to the project.
{% endhint %}

{% stepper %}
{% step %}

#### Click "Add member"

Click the "**Add member**" button located at the right side of the screen.
{% endstep %}

{% step %}

#### Add email address

From the "**Invite members**" modal window, enter the email address of the member(s) and hit "**Return**". Ensure that the person(s) is already in your workspace.
{% endstep %}

{% step %}

#### Select role

Select role for the member: **Member**, **Admin**, **Guest**
{% endstep %}

{% step %}

#### Confirm action

Hit the "**Send Invites**" button to confirm action
{% endstep %}
{% endstepper %}

Each person will receive an email invitation to join your BetterBugs project. They can accept or decline the invite.


---

# 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.betterbugs.io/dashboard/project-settings/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.
