# Project member roles in shared Projects

Project members in the external Organization can be either a Manager, or Annotator in shared Projects.

## Manager in a shared Project

Managers in the external Organization are active contributors to the Project but do not have administrative permission except adding/removing members from their own Organization. **They can**:

* Project administration

  * Add/remove members from their own Organization

* Annotation

  * Annotate images

* Collaboration
  * Leave comments

## Annotator in a shared project

Annotators are active contributors to the Project, but have no administrative permissions. **They can**:

* Annotation

  * Annotate images

* Collaboration
  * Leave comments

## Recap <a href="#recap" id="recap"></a>

Here is a visual summary of the different permission levels for each role:

|                            |         Host         |                      |                      |       External       |                      |
| -------------------------- | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: |
|                            |        Manager       |       Developer      |       Annotator      |        Manager       |       Annotator      |
| **Project administration** |                      |                      |                      |                      |                      |
| Rename/delete Project      | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |          :x:         |
| Change Project settings    | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |          :x:         |
| Assign/unassign annotators | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |          :x:         |
| Add/remove members         | :white\_check\_mark: | :white\_check\_mark: |          :x:         | :white\_check\_mark: |          :x:         |
| Add/delete labels          | :white\_check\_mark: | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |
| **Working with data set**  |                      |                      |                      |                      |                      |
| Add/delete data set        | :white\_check\_mark: | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |
| Download image files       | :white\_check\_mark: | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |
| Download annotation data   | :white\_check\_mark: | :white\_check\_mark: |          :x:         |          :x:         |          :x:         |
| **Annotation**             |                      |                      |                      |                      |                      |
| Annotate images            | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: |
| **Collaboration**          |                      |                      |                      |                      |                      |
| Review images              | :white\_check\_mark: | :white\_check\_mark: |          :x:         | :white\_check\_mark: |          :x:         |
| Leave comments             | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: |


---

# 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/collaboration/collaborating-with-external-organization/project-member-roles-in-shared-projects.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.
