> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/shi-jie-nei/your-profile.md).

# 你的个人资料

Decentraland 中的你的个人资料

在虚拟世界中，你的个人资料可以帮助他人了解你是谁。当你将鼠标悬停在某人的头像上时，会出现“查看个人资料”的选项。要查看和编辑你自己的个人资料，请点击位于屏幕左侧侧边栏菜单顶部的个人头像。

你会在可编辑的个人资料组件旁看到一个铅笔图标，例如你的用户名和“关于我”部分。写一些关于你自己和你兴趣的内容，可以让交朋友更容易，但要注意不要分享敏感的个人信息。

![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-858e104cca3c2754d9345956322a2a0a40e63150%2Fenji.png?alt=media)

## 徽章

徽章是庆祝你在 Decentraland 中取得的成就和活动的一种有趣方式。它们也能很好地展示你的特点！

查看个人资料中的“徽章”标签页，了解你的徽章进度，以及你需要做什么才能解锁新徽章或你已经获得的某个徽章的下一等级。

![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-1b56110af375ce2193ceafdb864c0488f994ed12%2Fbadge.png?alt=media) ![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-90fbdeebe7ecdcaa09cdb23efc0a5498879347bb%2Fbadge2.png?alt=media)

## 照片

通过分享你在 Decentraland 期间最喜欢的照片，帮助他人了解你。

**如何向你的个人资料添加照片：**

1. 点击侧边栏菜单中的图片图标，打开你的照片图库。你在虚拟世界中使用相机拍摄的任何照片都会显示在这里。
2. 点击你想在个人资料中分享的照片右上角的三个点
3. 将“设为公开”切换为开启

搞定了！任何标记为公开的照片都会显示在你的个人资料中。要移除照片，只需关闭公开设置即可。

![](https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-debf9f14d249fcfa8522ccd06a0608a1cd194b7d%2FPictures.png?alt=media)


---

# 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://docs.decentraland.org/player/player-zh/shi-jie-nei/your-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.
