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

# How to transfer project ownership

## Introduction

With Overleaf you can easily transfer the ownership of a project to a collaborator, and this feature is available to everyone on free and [premium accounts](https://www.overleaf.com/user/subscription/plans?utm_source=overleaf\&utm_medium=mediawiki\&utm_campaign=cross_linking).

Only the project owner can make this change, and the ownership change is immediate. Owner-only capabilities, such as the ability to add collaborators, turn link sharing on or off, and the ability to delete the project are immediately disabled for the previous owner and enabled for the new owner.

## How can I transfer the ownership of a project?

1. As the owner, open the project you’d like to transfer, then click **Share** on the top bar.

![transferprojectownership](/files/t0sQDSElQrr60VOFrPpB)

3. This will open the **Share Project** modal, which will list any collaborators on the project. If none show you will have to [invite them first.](https://www.overleaf.com/learn/how-to/Sharing_your_work_with_others/)

![Image showing Overleaf's Share Project modal](/files/8npQFmvUqh0njHKIxKc0)

5. Click on the share permissions with the contributor you want to transfer project ownership to and choose **Make owner**.

![Image showing how to transfer ownership of an Overleaf project](/files/nHHPooCvvLYEKFfOU5Ca)

7. You will then be prompted to change or cancel the ownership. If you’re sure you wish to continue with the transfer ownership, select **Change owner**.

![Image showing message to confirm change of ownership](/files/Ty8MYqXxsgWRYHxZ5hYw)

**Note**: The ownership change is immediate. Owner-only capabilities, such as the ability to add collaborators and turn link sharing on/off, are immediately disabled for the previous owner, and enabled for the new owner.

10. After you’ve selected **Change Owner**, you will get an email to your designated email address informing you of the change.

![Email to previous Overleaf project owner confirming change of ownership.](/files/iwDz2OuQ2JBFVnzaY2jW)

12. The new owner will also receive an email informing them of the change and will be able to click through and open the project on Overleaf.

![Email to new project owner telling them about transfer of ownership](/files/acPMXnIjnQN95Q0AoI6c)

## Will transferring project ownership affect collaborator access?

This depends on which Overleaf plan(s) the previous and new project owners have. The table below explains possible scenarios:

| Previous owner’s subscription                                                | New owner’s subscription                                                     | Changes for collaborators                                                                                                                                                                           |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Free                                                                         | Free                                                                         | No change—one edit access collaborator and unlimited view-only collaborators are allowed.                                                                                                           |
| Standard or Group Standard                                                   | Free                                                                         | **The number of edit-access collaborators will decrease from 10 to 1**. All collaborators will be made view-only and the new owner will be able to give only one collaborator edit access.          |
| Professional, Group Professional, or Overleaf Commons (institutional access) | Free                                                                         | **The number of edit-access collaborators will decrease from Unlimited to one**. All collaborators will be made view-only and the new owner will be able to give only one collaborator edit access. |
| Free                                                                         | Standard or Group Standard                                                   | **The number of edit-access collaborators will increase from 1 to 10**. The new owner will be able to invite up to 10 collaborators with edit access.                                               |
| Free                                                                         | Professional, Group Professional, or Overleaf Commons (institutional access) | **The number of edit-access collaborators will increase from one to Unlimited**. The new owner will be able to add as many collaborators with edit access as they want.                             |

## Will transferring project ownership transfer premium features?

Project ownership transfer won’t transfer capabilities; e.g., if the original owner has premium features and the new owner doesn’t, they will not gain premium features for that project.

Regardless of this change of project ownership, the features you have access to depend on the plan the project’s current owner is part of. You can find a plan to suit you [here](https://www.overleaf.com/user/subscription/plans/?utm_source=overleaf\&utm_medium=mediawiki\&utm_campaign=cross_linking)

To learn more about sharing projects, visit [Sharing a project.](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://overleaf-pro.ayaka.space/latex/knowledge-base/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.
