> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/account-and-billing/settings/profile.md).

# 个人资料

如何更新你的姓名、电子邮件和头像，以及删除账户时会发生什么。

您可以在“设置”的“个人资料”部分更新您的个人账户详情。

### 访问个人资料设置

1. 点击左上角的 Morphic 标志，打开组织/账户下拉菜单。
2. 选择“设置”。
3. 在左侧边栏中，点击“个人资料”。
4. 管理您的个人信息，包括姓名、电子邮件和个人资料图片。

或者直接前往： [studio.morphic.com/settings/profile](https://studio.morphic.com/settings/profile)

### 个人资料管理

要个性化您的账户，您可以更新个人资料详情：

* 头像：上传一张图片作为您账户的代表。
* 全名：更新您的姓名在 Morphic 中的显示方式。
* 电子邮件：确保您的邮箱正确，以接收通知和更新。
* 邀请好友：复制您的邀请链接分享给好友，当他们订阅时即可获得积分。

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FPnEvQ667CfvblR6Oas6d%2Fprofile.gif?alt=media&amp;token=e2af0497-14eb-44bc-899b-9412d7e4a264" alt=""><figcaption><p>管理您的个人资料设置</p></figcaption></figure>

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-eb32f90cc7d295ab723cd76f7cedda02f60bc516%2FCleanShot_2025-09-11_at_16.33.172x.png?alt=media" alt="Profile settings page"><figcaption><p>个人资料管理界面</p></figcaption></figure>

### 删除账户

您可以在“个人资料”部分永久删除您的 Morphic 账户及所有相关数据。删除会通过电子邮件确认，一旦完成，无法撤销。

1. 在仪表板中，打开左上角的账户下拉菜单
2. 选择“设置”。
3. 点击 [个人资料](https://studio.morphic.com/settings/profile) 在“账户”部分下
4. 在页面底部找到“删除账户”选项
5. 点击“删除账户”
6. 会出现确认对话框。点击“给我发送链接”继续
7. 打开来自 Morphic 的确认邮件并点击其中的链接以完成删除。

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FxeY46ZieV0N11mdTLQfI%2Faccount%20delete%20(1).gif?alt=media&amp;token=65afc9e9-f844-4660-ba49-84a880b027af" alt=""><figcaption></figcaption></figure>

这就是您在 Morphic 中管理个人资料的方法。它保存着您的个人信息，并且在您需要时，也提供删除账户的选项。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/account-and-billing/settings/profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
