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

# Overleaf 上的审阅和审阅者

## 引言

想要在你的 Overleaf 项目中协作并获得清晰反馈吗？本页将带你了解什么是 **审阅者** 在 Overleaf 中的含义。我们将向你展示如何使用 **审阅** 来跟踪更改，以及如何邀请协作者作为审阅者，这样他们就能在不直接编辑你内容的情况下提供评论和建议。这有助于保持项目有序，并让协作更轻松！

## 步骤说明

### 当前编辑模式

Overleaf 编辑器右上角的图标会显示你当前的编辑模式。对于项目所有者以及拥有编辑权限的任何人，这里的默认模式将是 **编辑**。这意味着你有完全权限修改项目。其他模式包括 **审阅**，这是拥有审阅权限的用户的默认模式，以及 **查看**，适用于只读权限的用户。

### 审阅者权限

**审阅** 是审阅者的默认模式，拥有编辑权限的用户可以在这些模式之间切换。

* **“可审阅”的协作者**：只能添加和回复评论，并进行带跟踪的更改。不能切换到 **编辑**.
* **协作者** “**可编辑”**：具有与 **可审阅** 处于 **审阅**，但可以切换到 **编辑** ，并可根据需要切换到该模式。
* **项目所有者**：具有与 **可审阅** 处于 **审阅**，但可以切换到 **编辑** ，并可根据需要切换到该模式。

### 更改你的模式

要切换模式，请点击 Overleaf 编辑器右上角的图标，并从出现的选项中选择。

* 如果你拥有编辑权限，你可以在 **编辑** 和 **审阅**.
* 如果你只有审阅或查看权限，则无法更改你的模式。

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

请记住：

* 切换到 **审阅** 会自动开启 **修订跟踪** 为你开启。若要将其关闭，请切换回 **编辑**.
* 你也可能想切换到 **审阅** 当你完成项目后——以避免意外更改内容。你的更改仍会被跟踪。

### 更改协作者的模式

当 [共享项目](/latex/zh-cn/zhi-shi-ku/130-sharing-a-project.md) 你可以设置协作者的模式。这可以在发送邀请时进行，也可以在他们加入项目后进行。

#### 邀请权限

当你邀请协作者加入你的项目时，你可以在发送邀请时选择他们的访问级别。要将他们设为 **审阅者**，请选择 **可审阅** 从……旁边的下拉菜单中选择 **邀请** 按钮。

![邀请协作者并设置其编辑模式](/files/f9ca296d232bb1cc674a87ccc2d90213284941fb)

#### 将现有协作者更改为审阅者

要更改已在你的项目中协作的人员的权限，请前往 **分享**。找到你想更改的协作者，并选择 **可审阅** 从其电子邮件地址旁边的下拉菜单中选择。

![将现有协作者更改为审阅者](/files/7e7e5cf70b8cb6342688f03a1f7095ea3202677a)

## 温馨提示

### 我可以为协作者开启修订跟踪吗？

可以，只需将他们的访问权限切换为 **可审阅**。这样他们就只能建议带跟踪的更改，并添加或回复评论。

### 我可以对所有协作者使用这个功能吗？

该 **审阅者** 角色目前仅适用于指定协作者。这意味着你可以将协作者设为 **审阅者** 在使用其电子邮件邀请他们时，但不能通过链接共享。用户通过链接共享加入后，可以将其更新为 **审阅者**.

### 我可以把自己从审阅者改回去吗？

项目所有者控制其他人如何与其作品互动；你需要联系他们来更改你的访问权限。

### 审阅者可以添加/创建文件吗？

不，他们只能进行带跟踪的更改并添加评论。

### 免费计划中有审阅者角色吗？

是的，你可以将你邀请的这一个协作者指定为 **审阅者** ，但他们只能发表评论。


---

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