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

# 在 Overleaf 中跟踪更改

## 引言

**跟踪更改** 是一个 [高级功能](/latex/zh-cn/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 账户所拥有的项目的协作者，都可以在该项目中使用跟踪更改。个人计划不提供 Track Changes 功能。

本文介绍如何使用跟踪更改。你可以使用跟踪更改来查看部分或全部合著者，或你已邀请来审阅或校对你作品的人所做的更改。你一眼就能看到任何修订，也可以对其发表评论，以建议进一步修改、请求澄清、要求提供来源，以及其他更多内容。

你可以利用跟踪更改和/或评论来提醒自己，根据合著者的编辑和贡献，还需要完成的任何后续工作。评论可以回复、标记为已解决（归档）并永久删除——请参见文章 [如何在 Overleaf LaTeX 项目中发表评论](/latex/zh-cn/zhi-shi-ku/074-how-to-make-comments-in-an-overleaf-latex-project.md) ，观看一些视频片段，了解如何使用 Overleaf 的评论功能。

## 访问跟踪更改

通过切换到审阅模式即可访问跟踪更改。要切换模式，请单击 Overleaf 编辑器右上角的图标，然后从出现的选项中选择。

* 如果你具有编辑权限，你可以在“编辑”和“审阅”之间切换。
* 如果你只有审阅或查看权限，就无法更改模式。

![显示如何在 Overleaf 中更改编辑模式的图片](/files/478af4b5c78dbcb3bc78798a490c85daa8361e40)

## 配置将被跟踪的更改

要强制跟踪另一位协作者的更改，项目所有者可以更新其 [共享权限](/latex/zh-cn/zhi-shi-ku/126-reviewing-and-reviewers-on-overleaf.md).

## 如何接受或拒绝所有已跟踪更改

按照以下步骤接受（或拒绝）文档某一部分或整个文档中包含的所有已跟踪更改。

1. 选择包含你想要接受或拒绝的那组已跟踪更改的文本部分。要接受或拒绝 *所有* 选中文档全文请使用 `ctrl+A` （Windows）或 `cmd+A` （Mac）。
2. 选中文本后，接受或 **接受所选更改** 或 **拒绝所选更改** 的选项将会出现，如下示例截图所示：

![显示如何接受或拒绝已跟踪更改的图片](/files/3cc1726f617c721e758defe69ef2a1cd8ec3f1ff)

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-cn/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.
