# Adding Project members

Once the Project is set up and ready for annotation, it is time to add members to your Project.

## Add Members to Project

1. Go to the `Members` tab.
2. Click on **Add member**.
3. Go to a member you want to add and select a checkbox.
4. Define the [role](/mastering-annostation/projectsetup/project-members/project-member-roles.md) of the member.
5. Select **Add**.

{% hint style="info" %}
You can only add members who belong to your Organization. If you do not see members in the list, you first need to [invite them to your Organization](/mastering-annostation/organization.md).
{% endhint %}

## Remove Members from Project

You can remove a member by clicking the trash bin icon next to the member you want to remove.


---

# 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.annostation.orni.co.jp/mastering-annostation/projectsetup/project-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.
