# Transfer Ownership

A project CREATOR **can transfer the ownership of a project** to one of its MANAGER(s) and become a MANAGER himself.

The newly assigned CREATOR can then remove the old one (now a MANAGER) at any time.

Go to the project details page and click on "Manage Users":

![](/files/iCEEwvAWzmtgSfIxRXDU)

If you have a CREATOR role, click on the "TRANSFER OWNERSHIP" button:

![](/files/b2byoFDrPwu7V6Q7cjtK)

Select a MANAGER from the list and click on "CONFIRM":

{% hint style="warning" %}
Remember you MUST have at least one MANAGER.
{% endhint %}

![](/files/F6ztcvQEXYi3ivOw90ma)

You are now a MANAGER.


---

# Agent Instructions: 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:

```
GET https://docs.epicollect.net/web-application/transfer-ownership.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
