# Account Transfer (Owner Change)

To change the account creator (owner), you can do so through "Member Management." This operation can only be performed with creator (owner) privileges, so please make sure to log in with the creator's email address.

1. After logging into your account, click the gear icon, then click Member Management.
2. Add the member account you want to transfer ownership to (skip if already added).
3. Click "Change to Creator (Project Owner)" and enter your password to transfer ownership to the added account.

{% hint style="info" %}
To remove an account that is no longer in use, click the "..." next to the email address to delete the account.
{% 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/en/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.
