# Member types

Your members can be either an owner or a member within your Organization.

## Owner

Owners have administrative permissions for your Organization. **They can**:

* Access the `Organization Members` tab
  * Invite and add other members
  * Change the type of members
  * Remove members
* Create a new Project
* View all Projects

{% hint style="info" %}
Owners can view all Projects that exist in your Organization.&#x20;

To access the contents of Projects, owners still need to be added to Project Members.&#x20;
{% endhint %}

**To learn more about Project Members, read here:**

{% content-ref url="/pages/-MFjcnxbvRF4C4ToyQXO" %}
[Project member roles](/mastering-annostation/projectsetup/project-members/project-member-roles.md)
{% endcontent-ref %}

## Member

Members are active collaborators, but unlike owners, they do not have administrative permissions for your Organization. **They can**:

* Access Projects where they are a part of Project Members

**They cannot**:

* Access the `Organization Members` tab
  * Invite and add other members
  * Change the type of members
  * Remove members
* Create a new Project
* View Projects that they are not member of


---

# 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/organization/member-types.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.
