# Change Project Owner

Every Project has a single owner. The owner controls destructive actions like [deleting the Project](https://docs.roboflow.com/datasets/delete-a-project). To hand a Project off to another Workspace member, the current owner can transfer ownership from the Workspace dashboard.

1. On the Workspace dashboard, click the three dots on the Project tile.
2. Click "Change Owner".
3. In the "Change Project Owner" dialog, select the new owner from the list.
4. Click "Change Owner" to confirm.

Ownership transfers immediately. The new owner gains the permissions reserved for Project owners, and the previous owner loses them.


---

# 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.roboflow.com/datasets/change-project-owner.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.
