> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ja/narejjibsu/130-sharing-a-project.md).

# プロジェクトの共有

Overleaf の主な機能の1つは、プロジェクトを共有し、他のユーザーと共同作業できることです。Overleaf では、共同編集者とプロジェクトを共有する方法として 2 つの選択肢があります。メールで共同編集者を招待する方法、またはプロジェクトへのアクセスリンクを共有する方法で、これは「リンク共有」とも呼ばれます。

## リンク共有

「リンク共有」では、プロジェクト所有者がさまざまな種類のリンクを使ってプロジェクトを共有できます。

* **閲覧リンク**： *閲覧リンク* を持っている人なら誰でも、関連する Overleaf プロジェクトにアクセスして閲覧できます。
* **編集リンク**： *編集リンク* を持っている人は、関連する Overleaf プロジェクトを編集できます—*すでに Overleaf アカウントを持っている場合*；そうでない場合は、まずアカウントを作成する必要があります。プロジェクト内の編集者数がすでに許可上限に達している場合、編集リンクでプロジェクトに参加するユーザーは、閲覧のみの権限で参加します。

リンク共有にアクセスするには：

1. プロジェクト右上の *共有* ボタンをクリックします：

![Share1.PNG](/files/63f021b6c57c290e0e6cf815022f163697d1e544)

3. クリック *リンク共有をオンにする*:

![Overleaf のプロジェクト共有モーダルを示す画像](/files/28e815641e0327c1407bad0e417617aaa91ee009)

5. 共有可能な *編集* や *閲覧* URL が表示されます：

![プロジェクトのリンク共有 URL を示す画像](/files/fa502df0eb94df00ee2d07b607236401e9187b41)

誰かにプロジェクトへアクセスしてもらうには、適切な URL を送るだけです。なお、リンク共有されたプロジェクトを編集するには Overleaf アカウントが必要です。

## メールで共同編集者を招待する

共同編集者のメールアドレスがわかっている場合は、メールでプロジェクトに招待できます。誰かとプロジェクトを共有するには：

1. プロジェクト右上の *共有* ボタンをクリックします：

![Share1.PNG](/files/63f021b6c57c290e0e6cf815022f163697d1e544)

3. プロジェクトを共有したいユーザーのメールアドレスを入力します：

![プロジェクトに参加するよう誰かを招待する方法を示す画像](/files/1555d364d3208edf08f72303e2726217e5bed114)

5. 共同編集者に閲覧のみのアクセス、レビューアクセス（編集は提案になります）、またはプロジェクトを編集できるようにするかを選択します。
6. クリック *招待。*

これで共同編集者には、プロジェクトへの参加を招待するメールが届きます。アカウントにログインすると、招待を承諾してプロジェクトで共同作業できるようになります。 *プロジェクトを共有* ウィンドウは、招待を承諾してプロジェクトに参加したことを示すように更新されます。メールが届かない場合は：

* 使用しているメールアドレスが正しいことを確認してください。
* 次をクリックしてメールを再送してみてください *再送信* を *プロジェクトを共有ウィンドウ。*
* 迷惑メールフォルダを確認してください。メールが誤ってそこに振り分けられていることがあります。

## 許可される共同編集者数

プロジェクトごとに 1 人を超える共同編集者（編集者またはレビュー担当者）を追加することは [プレミアム機能](/latex/ja/narejjibsu/120-overleaf-premium-features.md)。Overleaf のプレミアム機能は、所属組織または大学が [Overleaf Commons](https://www.overleaf.com/for/universities) サブスクリプションを契約しているユーザー、 [グループサブスクリプションのメンバー、](https://www.overleaf.com/user/subscription/plans#group)、および [個人サブスクリプションの所有者に利用できます。](https://www.overleaf.com/user/subscription/plans)。招待できる共同編集者の数は、所属しているプランによって異なります。 [プランページ](https://www.overleaf.com/user/subscription/plans) で、利用可能なさまざまなプランをご覧ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/ja/narejjibsu/130-sharing-a-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
