> 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/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)

## 需要了解

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

可以，将他们的访问权限切换为 **可评审**。然后他们只能建议修订更改，并添加或回复评论。

### 我可以将此用于所有协作者吗？

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

### 我可以把自己从评审者改回来吗？

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

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

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

### 免费计划中可以使用评审者角色吗？

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


---

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