# 账户转移（更换所有者）

更换创建者（所有者）账户可通过「成员管理」进行操作。 此操作仅限创建者权限执行，请务必使用创建者的邮箱地址登录后进行操作。

1. 登录账户后，点击齿轮图标→点击成员管理。
2. 添加要转移权限的成员账户（如已添加则跳过此步骤）。
3. 点击「变更为创建者（项目所有者）」并输入密码，即可将权限转移给已添加的账户。

{% hint style="info" %}
对于不再使用的账户，点击该邮箱地址旁边的「...」即可删除该账户。
{% 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/cn/account-settings/change-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.
