> 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/137-understanding-managed-overleaf-accounts.md).

# Understanding Managed Overleaf Accounts

info **If you’re an administrator** looking for support with Managed Users, please visit our [page for admins](/latex/knowledge-base/143-user-management-in-overleaf.md).

Managed Overleaf accounts are user accounts that are managed by your group or organization. They’re designed to help organizations ensure their work remains secure and accessible to them, even if someone leaves the organization. For this reason, managed user accounts should only be used for working on projects for the organization who owns the account.

## How do I know if my Overleaf account is managed?

You can easily check if your Overleaf account is managed. It’ll be highlighted at the top of your account settings page.

![Image displaying Overleaf account settings where you can check if your Overleaf account is managed](/files/cmqJPTWKtn7gvL3yh0sL)

## What’s the difference between a managed user account and an unmanaged user account?

If your account is managed, there are a few key things you will **not** be able to do:

* Delete your account
* Change the account email address
* Have a secondary email address (or add a secondary address)
* Link your account to ORCID
* Start a new subscription or join another subscription using the same email address
* Use AI features

Your group administrator will have admin rights over your account. Administrators and managers will be able to:

* Delete your account
* Reassign ownership of your projects to another group member if your account is deleted

## Keep work and personal projects separate

It’s important to only use your managed Overleaf account for your group or organization’s work. If your group admin or a group manager deletes your account, they will be able to transfer the ownership of all of your Overleaf projects. This includes any personal files in your account.

It’s easy to keep your personal files separate. You can set up a separate Overleaf account under a personal email address and [transfer ownership of your personal files](/latex/knowledge-base/080-how-to-transfer-project-ownership.md) to this account.

## Stopping an individual subscription

Users who agree to have a managed account can't have an individual subscription associated with that Overleaf account.

If you need to cancel an individual subscription to enable you to join a managed group, please contact [Overleaf support](https://www.overleaf.com/contact). We can stop your subscription and issue a pro-rated refund for the unused portion of your latest payment.


---

# 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/137-understanding-managed-overleaf-accounts.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.
