> 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/130-sharing-a-project.md).

# 共享项目

Overleaf 的主要功能之一是能够共享项目并与其他用户协作。在 Overleaf 中，有两种与协作者共享项目的方式：通过电子邮件邀请这些协作者，或者共享项目的访问链接，也称为“链接共享”。

## 链接共享

“链接共享”允许项目所有者通过不同类型的链接分享他们的项目：

* **查看链接**：任何拥有一个 *查看链接* 的人都可以访问并阅读相关的 Overleaf 项目。
* **编辑链接**：任何拥有一个 *编辑链接* 的人都可以编辑相关的 Overleaf 项目——*如果他们已经拥有 Overleaf 账户*；否则，他们需要先创建一个账户。如果项目中已有的编辑者数量已达到允许上限，任何通过编辑链接加入项目的用户都将以仅查看权限加入。

要访问链接共享：

1. 点击 *“共享”* 按钮，位于项目右上角：

![Share1.PNG](/files/17b82e5c2fb97cdcd334f487151b746bc225d719)

3. 点击 *开启链接共享*:

![显示 Overleaf“共享项目”弹窗的图片](/files/3fc2f311a2108ef5bf0867d35312fc51c6e1afc2)

5. 可共享的 *编辑* 和 *查看* URL 将显示出来：

![显示项目链接共享 URL 的图片](/files/0532a81da95b49303eaef01b8677eb000f9ae4a1)

要让某人访问该项目，只需向他们发送相应的 URL。请注意，用户必须拥有 Overleaf 账户才能编辑通过链接共享的项目。

## 通过电子邮件邀请协作者

如果你知道协作者的电子邮件地址，就可以通过电子邮件邀请他们加入项目。要与某人共享项目：

1. 点击 *“共享”* 按钮，位于项目右上角：

![Share1.PNG](/files/17b82e5c2fb97cdcd334f487151b746bc225d719)

3. 输入你想与之共享项目的用户的电子邮件地址：

![显示如何邀请他人加入你的项目的图片](/files/09a5397d6e81ccf43f38dc7bb1e0c8f85a692ed8)

5. 选择协作者是仅具有查看权限、审阅权限（编辑会变成建议），还是允许他们编辑项目。
6. 点击 *邀请。*

你的协作者现在会收到一封邀请他们加入项目的电子邮件。登录其账户后，他们将能够接受邀请并协作处理该项目。“ *共享项目* ”窗口将更新以显示他们已接受请求并加入项目。如果他们没有收到电子邮件：

* 请确保你使用的电子邮件地址是正确的。
* 尝试通过点击 *重新发送* 文件夹中添加一个空文本文件。 *“共享项目”窗口。*
* 检查该电子邮件地址的垃圾邮件文件夹，因为有时邮件可能会误入其中。

## 允许的协作者数量

每个项目添加超过 1 名协作者（编辑者或审阅者）是一项 [高级功能](/latex/zh-cn/zhi-shi-ku/120-overleaf-premium-features.md)。Overleaf 高级功能适用于其组织或大学拥有 [Overleaf Commons](https://www.overleaf.com/for/universities) 订阅的用户、属于 [团体订阅](https://www.overleaf.com/user/subscription/plans#group)的成员，以及 [个人订阅](https://www.overleaf.com/user/subscription/plans)。你被允许邀请的协作者数量取决于你所使用的方案。访问我们的 [方案页面](https://www.overleaf.com/user/subscription/plans) 以查看可用的不同方案。


---

# 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/130-sharing-a-project.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.
