> 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/zhang-hu-yu-ji-fei/settings/profile.md).

# 个人资料

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

### 访问个人资料设置

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

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

### 个人资料管理

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

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

<figure><img src="/files/98ac6bb38c9b2e832880fe79593dc1324f5a83a4" alt=""><figcaption><p>管理您的个人资料设置</p></figcaption></figure>

<figure><img src="/files/1ece7edca3d2b4aa110c1c14ba2d9722749e7c4c" 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="/files/c2510dc117bbfb6dcca2d7bdb3e77a622ce05110" 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/zhang-hu-yu-ji-fei/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.
