> 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/zh-tw/zhi-shi-ku/130-sharing-a-project.md).

# 共享專案

Overleaf 的主要功能之一是能夠分享專案並與其他使用者協作。在 Overleaf 中，有兩種方式可以與協作者分享專案：透過電子郵件邀請協作者，或分享專案的存取連結，也稱為「連結分享」。

## 連結分享

「連結分享」讓專案擁有者可以透過不同類型的連結分享其專案：

* **檢視連結**：任何擁有 *檢視連結* 的人都可以存取並閱讀相關的 Overleaf 專案。
* **編輯連結**：任何擁有 *編輯連結* 的人都可以編輯相關的 Overleaf 專案——*如果他們已經有 Overleaf 帳號*；否則，他們必須先建立帳號。如果專案中已存在的編輯者數量已達上限，任何透過編輯連結加入專案的使用者都只能以僅檢視權限加入。

若要使用連結分享：

1. 點選 *分享* 專案右上角的按鈕：

![Share1.PNG](/files/52b578247322c4d6537de9a26cf6fa44ec4d80d0)

3. 點選 *開啟連結分享*:

![顯示 Overleaf「分享專案」對話框的圖片](/files/ff5d53b438baeaaeef57321ae67cc26c16a48dc8)

5. 可分享的 *編輯* 和 *檢視* URL 將會顯示：

![顯示專案連結分享 URL 的圖片](/files/95910f3cd814891056697b460df0fbd6106d43d5)

若要讓他人存取專案，只需將適當的 URL 傳送給對方。請注意，使用者必須擁有 Overleaf 帳號才能編輯透過連結分享的專案。

## 透過電子郵件邀請協作者

如果你知道協作者的電子郵件地址，就可以透過電子郵件邀請他們加入專案。若要與某人分享專案：

1. 點選 *分享* 專案右上角的按鈕：

![Share1.PNG](/files/52b578247322c4d6537de9a26cf6fa44ec4d80d0)

3. 輸入你想要與之分享專案的使用者電子郵件地址：

![顯示如何邀請某人加入你的專案的圖片](/files/9a4185f0efd0f4f98593f43d1afe4b1a719a624b)

5. 選擇要讓協作者擁有僅檢視權限、審閱權限（編輯會變成建議），或允許他們編輯專案。
6. 點選 *邀請。*

你的協作者現在會收到一封邀請他們加入專案的電子郵件。當他們登入帳號後，就可以接受邀請並在專案中協作。 *分享專案* 視窗會更新，顯示他們已接受邀請並加入專案。如果他們沒有收到電子郵件：

* 請確認你使用的電子郵件地址正確無誤。
* 嘗試重新傳送電子郵件，方法是點擊 *重新傳送* 在 *「分享專案」視窗。*
* 檢查該電子郵件地址的垃圾郵件資料夾，因為有時電子郵件可能會誤入其中。

## 允許的協作者人數

每個專案新增超過 1 位協作者（編輯者或審閱者）是一項 [付費功能](/latex/zh-tw/zhi-shi-ku/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/zh-tw/zhi-shi-ku/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.
