# アカウント変更

### 作成者（オーナー）アカウントの変更方法

作成者（オーナー）アカウント変更機能は、プロジェクトの管理責任者である「作成者（オーナー）」の権限を、他のメンバーに引き継ぐための機能です。この操作は、現在の作成者のみが実行できます。

### よくある利用シーン

この機能は、以下のような状況で役立ちます。

* **担当者の変更:** プロジェクトの責任者が交代し、後任者に管理権限をすべて引き継ぐ場合。
* **担当者の退職・異動:** 現在の作成者が退職・異動するため、他のメンバーにオーナー権限を譲渡する場合。
* **管理体制の整理:** 組織変更などに伴い、実際の管理者に合わせてオーナー権限を整理したい場合。

{% hint style="danger" %}
重要：必ず作成者のメールアドレスでログインしてから操作を行ってください。
{% endhint %}

### 手順

1. 現在の作成者（オーナー）アカウントでログインします。
2. 画面右上の**歯車マーク**をクリックし、\*\*「メンバー管理」\*\*を選択します。
3. 権限を譲渡したいメンバーアカウントがリストに表示されていることを確認します。（もしメンバーでない場合は、先に追加してください）
4. 権限を譲渡したいメンバーの横にある\*\*「作成者（プロジェクトオーナー）に変更」\*\*をクリックします。
5. 確認のため、現在ログインしているアカウントのパスワードを入力し、変更を確定します。

{% hint style="warning" %}
今後、旧アカウント（メールアドレス）を使用しない場合は、そのメールアドレスの横にある「…」をクリックし、アカウントを削除してください。
{% endhint %}


---

# 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://helps.ptengine.com/start-guide/quick/account-change.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.
