> 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/126-reviewing-and-reviewers-on-overleaf.md).

# Overleaf 上的審閱與審閱者

## 簡介

想要在您的 Overleaf 專案中協作並獲得清楚的回饋嗎？本頁將帶您了解什麼是 **審閱者** 在 Overleaf 中的角色。我們將說明如何使用 **審閱** 來追蹤變更，以及如何將協作者邀請為審閱者，讓他們能夠提供留言與建議，而不必直接編輯您的內容。這有助於讓您的專案保持有條理，也讓協作更輕鬆！

## 逐步說明

### 目前的編輯模式

Overleaf 編輯器右上角的圖示會顯示您目前的編輯模式。對於專案擁有者，以及任何具有編輯權限的人，這裡的預設值會是 **編輯**。這表示您擁有修改專案的完整權限。其他模式則是 **審閱**，這是具有審閱權限者的預設模式，以及 **檢視**，適用於僅有唯讀權限的人。

### 審閱者權限

**審閱** 是審閱者的預設模式，對於具有編輯權限的人則可在不同模式間切換。

* **權限為「可審閱」的協作者**：只能新增與回覆留言，並進行修訂追蹤。無法變更為 **編輯**.
* **權限為** “**「可編輯」**：具有與 **可審閱** 相同的限制， **審閱**時也是如此，但可視需要切換為 **編輯** 。
* **專案擁有者**：具有與 **可審閱** 相同的限制， **審閱**時也是如此，但可視需要切換為 **編輯** 。

### 變更您的模式

若要切換模式，請按一下 Overleaf 編輯器右上角的圖示，然後從出現的選項中選擇。

* 如果您具有編輯權限，可以在 **編輯** 以及 **審閱**.
* 如果您只有審閱或檢視權限，則無法變更您的模式。

![顯示如何在 Overleaf 中變更編輯模式的圖片](/files/5da14b0463ec353a181fbc274e1d900997a454fc)

請記住：

* 切換為 **審閱** 會自動啟用 **修訂追蹤** 。若要將其關閉，請切回 **編輯**.
* 您也可以在 **審閱** 完成專案時切換為——以免不小心變更內容。您的變更仍會被追蹤。

### 變更協作者的模式

當 [分享專案時](/latex/zh-tw/zhi-shi-ku/130-sharing-a-project.md) ，您可以設定協作者的模式。這可以在送出邀請時進行，也可以在他們加入專案之後再設定。

#### 邀請存取權限

當您邀請協作者加入您的專案時，您可以在送出邀請時選擇其存取等級。若要將他們設為 **審閱者**，請選擇 **可審閱** ，在 **「邀請」** 按鈕。

![邀請協作者並設定其編輯模式](/files/f19e9c782cdd935f21a5516a1316074d7b9528b4)

#### 將現有協作者變更為審閱者

若要變更已在您的專案中協作之人士的權限，請前往 **分享**。找出要變更的協作者，並選擇 **可審閱** 其電子郵件地址旁下拉式選單中的選項。

![將現有協作者變更為審閱者](/files/18f28ea8c38c4b38f045782e6145eacadc9e0e9d)

## 小知識

### 我可以替協作者開啟修訂追蹤嗎？

可以，只要將其存取權限切換為 **可審閱**。之後他們就只能提出修訂建議，並新增或回覆留言。

### 我可以將此用於所有協作者嗎？

該 **審閱者** 角色目前僅適用於具名協作者。這表示您可以在邀請時將某位協作者設為 **審閱者** ，前提是使用其電子郵件邀請，而不能使用連結分享。使用者透過連結分享加入後，可以將其更新為 **審閱者**.

### 我可以將自己從審閱者身分變更嗎？

專案擁有者可控制他人與其作品互動的方式，您需要聯絡他們才能變更您的存取權限。

### 審閱者可以新增／建立檔案嗎？

不行，他們只能進行修訂追蹤並新增留言。

### 免費方案中有提供審閱者角色嗎？

可以，您可以將您唯一一位受邀協作者指派為 **審閱者** 但他們只能留言。


---

# 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/126-reviewing-and-reviewers-on-overleaf.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.
