# Project Owner を変更

すべての Project には1人の所有者がいます。所有者は、次のような破壊的な操作を制御します。 [Project の削除](/roboflow/roboflow-jp/datasets/delete-a-project.md)。Project を別の Workspace メンバーに引き継ぐには、現在の所有者が Workspace dashboard から所有権を移行できます。

1. Workspace dashboard で、Project タイル上の3つのドットをクリックします。
2. 「Change Owner」をクリックします。
3. 「Change Project Owner」ダイアログで、一覧から新しい所有者を選択します。
4. 確認するには「Change Owner」をクリックします。

所有権は即時に移行されます。新しい所有者は Project 所有者に予約された権限を取得し、以前の所有者はそれらを失います。


---

# 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/roboflow/roboflow-jp/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.
