> 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/080-how-to-transfer-project-ownership.md).

# 如何转移项目所有权

## 简介

使用 Overleaf，你可以轻松地将项目所有权转移给协作者，而且此功能对所有免费和 [高级账户均可使用](https://www.overleaf.com/user/subscription/plans?utm_source=overleaf\&utm_medium=mediawiki\&utm_campaign=cross_linking).

只有项目所有者才能进行此更改，而且所有权更改会立即生效。仅限所有者的功能，例如添加协作者、开启或关闭链接共享以及删除项目的功能，会立即对原所有者禁用，并对新所有者启用。

## 我该如何转移项目的所有权？

1. 作为所有者，打开你想要转移的项目，然后点击 **共享** 顶部栏上的

![转移项目所有权](/files/78c70a411f1dcadbc8b2096ad21353fec72b8eee)

3. 这将打开 **共享项目** 弹窗，其中会列出项目中的任何协作者。如果没有显示，你将需要 [先邀请他们。](https://www.overleaf.com/learn/how-to/Sharing_your_work_with_others/)

![展示 Overleaf“共享项目”弹窗的图片](/files/39fd8f560a3a5d4c261e928ed68216fbb25c7c60)

5. 点击你想将项目所有权转移给的协作者的共享权限，然后选择 **设为所有者**.

![展示如何转移 Overleaf 项目所有权的图片](/files/336b7221a9cac7e0107fbdb353f566b75a0aab39)

7. 随后系统会提示你更改或取消所有权。如果你确定要继续转移所有权，请选择 **更改所有者**.

![显示确认所有权更改消息的图片](/files/61cbd461df9700adf603c9de92d961844ef63b0b)

**注意**：所有权更改会立即生效。仅限所有者的功能，例如添加协作者以及开启/关闭链接共享，会立即对原所有者禁用，并对新所有者启用。

10. 在你选择 **更改所有者**之后，你将收到发送到你指定电子邮件地址的邮件，告知你这一更改。

![发送给原 Overleaf 项目所有者、用于确认所有权更改的邮件。](/files/13375732dd3aa0a9a0630a967b0b97cf5f57132c)

12. 新所有者也会收到一封通知更改的邮件，并且可以点击进入 Overleaf 打开该项目。

![发送给新项目所有者、告知其所有权转移的邮件](/files/a355ce334a18e8a1dd83e5a1743ceba26f65c311)

## 转移项目所有权会影响协作者的访问权限吗？

这取决于原项目所有者和新项目所有者分别使用的 Overleaf 套餐。下表说明了可能的情况：

| 前任所有者的订阅                          | 新所有者的订阅                           | 协作者的变化                                                         |
| --------------------------------- | --------------------------------- | -------------------------------------------------------------- |
| 免费                                | 免费                                | 没有变化——允许 1 名具有编辑权限的协作者和无限数量的只读协作者。                             |
| 标准版或团队标准版                         | 免费                                | **具有编辑权限的协作者数量将从 10 人减少到 1 人**。所有协作者都将变为只读，新所有者将只能授予一名协作者编辑权限。 |
| 专业版、团队专业版或 Overleaf Commons（机构访问） | 免费                                | **具有编辑权限的协作者数量将从无限制减少到 1 人**。所有协作者都将变为只读，新所有者将只能授予一名协作者编辑权限。   |
| 免费                                | 标准版或团队标准版                         | **具有编辑权限的协作者数量将从 1 人增加到 10 人**。新所有者将能够邀请最多 10 名具有编辑权限的协作者。     |
| 免费                                | 专业版、团队专业版或 Overleaf Commons（机构访问） | **具有编辑权限的协作者数量将从 1 人增加到无限制**。新所有者可以根据需要添加任意数量具有编辑权限的协作者。       |

## 转移项目所有权会转移高级功能吗？

项目所有权转移不会转移功能；例如，如果原所有者拥有高级功能而新所有者没有，那么他们不会因此获得该项目的高级功能。

无论项目所有权如何变更，你所能使用的功能取决于项目当前所有者所属的套餐。你可以找到适合你的套餐 [这里](https://www.overleaf.com/user/subscription/plans/?utm_source=overleaf\&utm_medium=mediawiki\&utm_campaign=cross_linking)

要了解有关共享项目的更多信息，请访问 [共享项目。](https://www.overleaf.com/learn/how-to/Sharing_a_project/)


---

# 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/080-how-to-transfer-project-ownership.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.
