# Organization

## Organizationとは？

Organizationにはプロジェクトに参加するメンバーが属します。同僚やクライアント、パートナーをOrganizationに招待し、AnnoStationでのコラボレーションを開始します。

{% hint style="info" %}
複数のOrganizationに所属することができます。複数のOrganizationに所属している場合は、ログイン後に作業するOrganizationを選択することができます。
{% endhint %}

## あなたのOrganizationにメンバーを招待する

1. `Organization Members`タブを選択します。
2. **Invite member**をクリックし、招待したいメンバーのメールアドレスを入力します。
3. **Send invitation**を選択します。
   * そのメンバーが初めてAnnoStationを利用する場合、入力したメールアドレスに招待状のメールが送信されます。

これで、メンバーがOrganizationに追加されたことが確認できます。管理者権限を与えたい場合は、メンバーの種類を `owner` に変更する必要があります。

{% hint style="info" %}
メンバーを招待するには、Organizationのownerである必要があります。
{% endhint %}

**メンバーの種類についての詳細はこちらを参照してください。**

{% content-ref url="/pages/-MFi94gCvAvKxtn1g1W3" %}
[メンバーの種類](/jpn/mastering-annostation/organization/member-types.md)
{% endcontent-ref %}

### メンバーのステータス

**保留中**

メールアドレスの確認がまだ完了していないメンバーは、ステータスが**Pending**になります。PendingステータスのメンバーはAnnoStationにログインできません。

メンバーが招待を受け入れると、ステータスは**Active**に変わります。

**Active**なメンバーはAnnoStationにログインして、プロジェクトに参加することができます。

## メンバーの削除

オーナーは削除したいメンバーの横にあるゴミ箱のアイコンをクリックすることで、メンバーを削除することができます。


---

# 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/jpn/mastering-annostation/organization.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.
