# 別のOrganizationとプロジェクトを共有する

プロジェクトによっては、アノテーション会社やクライアントなどの外部パートナーと協力する必要があります。別のOrganizationをプロジェクトに招待して、そのOrganizationのメンバーとプロジェクトを共有できます。

{% hint style="info" %}
外部のパートナーをあなたのOrganizationに直接招待することもできます。これは、招待する必要があるメンバーを正確に知っていれば簡単です。そうでない場合、パートナーのOrganizationとプロジェクトを共有することにより、パートナーのメンバーをあなた自身が管理する必要がなくなります。
{% endhint %}

## 別のOrganizationをプロジェクトに招待する

1. 別のOrganizationを招待したいプロジェクトを開きます。
2. `Setting`タブを選択し、`Advanced settings`を展開する。
3. `Allow other organization to access via link`をオンにします。 このプロジェクトへのアクセスを許可するリンクが生成されます。このリンクはいつでも取り消すことができます。
4. リンクをコピーして、別のOrganizationのメンバーと共有します。&#x20;

### コラボレーション開始

コラボレーションを開始するには、別のOrganizationのメンバーが共有したリンクをクリックしてコラボレーションを有効にする必要があります。

1. メンバーは AnnoStation にログインするよう求められます。
2. メンバーが複数のOrganizationに属している場合は、プロジェクトを共有するOrganizationを選択します。
3. 招待を確認します。

確認されると、共有されたプロジェクトが両方のOrganizationに表示されます。共有されているプロジェクトは、プロジェクト一覧にそのように明記されます。

{% hint style="warning" %}
プロジェクトはAnnoStation内ですでにOrganizationに属している[アクティブメンバー](https://github.com/Incubit/annostation_document/tree/36cab20e975ec39bc7dd1144feaf9f8f28bdb882/mastering-annostation/collaboration/collaborating-with-external-organization/.../.../organization/member-types.md)とのみ共有できます。
{% endhint %}

### 共有プロジェクトの管理

共有されているプロジェクトは通常のプロジェクトとはその管理において若干異なります。

最初に招待を受け入れたメンバーは共有プロジェクトの外部Organizationのマネージャーになります。

マネージャーは共有プロジェクトに対して自身が属しているOrganizationからメンバーを追加することはできますが、標準プロジェクトとは異なり、プロジェクト自体の管理者権限は持ちません。

**共有プロジェクトにおけるプロジェクトメンバーの役割の詳細については、こちらを参照してください。**

{% content-ref url="/pages/-MFnoukYLs8AU3Dxp-Rb" %}
[共有プロジェクトにおけるメンバーロール](/jpn/mastering-annostation/collaboration/collaborating-with-external-organization/project-member-roles-in-shared-projects.md)
{% endcontent-ref %}

## 共有プロジェクトでのワークフロー

2つの組織が共有プロジェクトに貢献しているので、レビュープロセスは、両方の組織で独立して行うことができ**ます**。

最初のレビューサイクルはプロジェクトの共有先である外部Organization内で行われます。画像が承認された場合のみ、Projectの共有元のOrganization内でのレビューに進みます。

**共有プロジェクトでのワークフローの詳細については、こちらを参照してください。**

{% content-ref url="/pages/-MFoZ7CROmvdcMEUwACr" %}
[共有プロジェクトにおけるワークフロー](/jpn/mastering-annostation/collaboration/collaborating-with-external-organization/workflow-in-a-shared-project.md)
{% endcontent-ref %}

## コラボレーションを**中止する**

コラボレーションは共有先または共有元のOrganizationどちら側からもいつでも止められます。

1. コラボレーションを中止したいプロジェクトに移動します。
2. `Setting`タブに移動します。
3. `Stop collaborating with <Organization name>`を選択します。

共有プロジェクトが共有先のOrganizationでは表示されなくなり、そのOrganizationのメンバーはアクセスできなくなります。


---

# 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/collaboration/collaborating-with-external-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.
