> 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/136-track-changes-in-overleaf.md).

# 在 Overleaf 中追蹤變更

## 簡介

**追蹤變更** 是 [付費功能](/latex/zh-tw/zhi-shi-ku/120-overleaf-premium-features.md)。Overleaf 進階功能適用於以下參與者 [Overleaf Commons](https://www.overleaf.com/for/universities)，群組成員 [訂閱方案](https://www.overleaf.com/for/groups)，以及個人 [訂閱方案](https://www.overleaf.com/user/subscription/plans)。受邀加入由擁有此進階功能的 Overleaf 帳戶所擁有之專案的所有協作者，都能在該專案中使用「追蹤變更」。Personal 方案不提供「追蹤變更」功能。

本文說明如何使用「追蹤變更」。您可以使用「追蹤變更」來觀察由部分或全部共同作者，或您邀請來審閱或校對您作品的人所做的修改。您一眼就能看到任何修訂，並且也可以對其加上註解，以提出進一步修改建議、要求釐清、索取來源，以及其他更多事項。

您可以將「追蹤變更」和／或註解作為一種方式，提醒自己根據共同作者的編輯與貢獻所需進行的後續工作。註解可以回覆、解決（封存）並永久刪除—請參閱文章 [如何在 Overleaf LaTeX 專案中新增註解](/latex/zh-tw/zhi-shi-ku/074-how-to-make-comments-in-an-overleaf-latex-project.md) ，其中有一些影片片段示範如何使用 Overleaf 的註解功能。

## 存取「追蹤變更」

可透過切換到審閱模式來存取「追蹤變更」。若要切換模式，請按一下 Overleaf 編輯器右上角的圖示，然後從出現的選項中選擇。

* 如果您有編輯權限，您可以在「編輯」與「審閱」之間切換。
* 如果您只有審閱或檢視權限，就無法變更模式。

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

## 設定要追蹤誰的變更

若要強制追蹤另一位協作者的變更，專案擁有者可以更新其 [分享權限](/latex/zh-tw/zhi-shi-ku/126-reviewing-and-reviewers-on-overleaf.md).

## 如何接受或拒絕所有追蹤的變更

請依照以下步驟，接受（或拒絕）文件某個部分或整份文件中的所有追蹤變更。

1. 選取包含您想要接受或拒絕之追蹤變更集合的文字區段。若要接受或拒絕 *整份* 追蹤變更，請使用 `ctrl+A` （Windows）或 `cmd+A` （Mac）選取整份文件文字。
2. 選取文字後，將會出現 **接受選取的變更** 或 **拒絕選取的變更** 的選項，如下方範例截圖所示：

![顯示如何接受或拒絕追蹤變更的圖片](/files/f26e998378954ff866d5159b6616bbe8c098c19c)

4. 選擇 **接受選取的變更** 或 **拒絕選取的變更** 以顯示一個彈出視窗，請您確認或取消選擇。

* **注意：** 如果您複製專案，所有追蹤的變更都會自動套用到複製版本中。


---

# 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/136-track-changes-in-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.
