> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-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 账户所拥有项目的所有协作者，都可以在该项目中使用修订跟踪功能。个人计划不提供修订跟踪功能。

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

你可以利用修订跟踪和/或评论来提醒自己根据合著者的编辑和贡献需要进行的后续工作。评论可以被回复、解决（归档）并永久删除——请参见文章 [如何在 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://ayakaleaf-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.
