> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/tian-jia-ge-ren-zi-liao-tu-pian-he-ni-cheng.md).

# 添加个人资料图片和昵称

您的个人资料图片将作为主账户的头像，并与昵称一起显示在 交易员排行榜（Leaderboard）及 Web UI 的其他页面中。

添加个人资料图片和昵称后，系统会自动将其应用到您新创建的账户和现有账户。

以下示例展示了主账户在交易员排行榜中显示时，个人资料图片和昵称的展示方式。

交易员排行榜中显示的个人资料图片和昵称

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-88eb4d30576b39db7e940b22a859fda2c2cb7017%2Ffront-master-account-in-leaderboard.png?alt=media" alt="The profile picture and nickname displayed in the Leaderboard"><figcaption><p>The profile picture and nickname displayed in the Leaderboard</p></figcaption></figure>

### 添加或更改个人资料图片

{% stepper %}
{% step %}
点击顶部栏右侧的**个人资料图标**。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-e023697098f486a9f649636fb0c219af32898cad%2Ffront-profile-icon.png?alt=media" alt="Profile icon"><figcaption><p>Profile icon</p></figcaption></figure>
{% endstep %}

{% step %}
在下拉菜单中选择**个人资料信息（Profile Info）**。
{% endstep %}

{% step %}
如需添加图片，请点击个人资料图片区域下方的**编辑（Edit）**。
{% endstep %}

{% step %}
将您希望用作个人资料图片的图像拖放到上传区域，或点击**浏览（Browse）**，从您的设备中选择图片。

{% hint style="info" %}
您可以上传 PNG 或 JPG 格式的图片。图片的最低分辨率为 4500 × 4500 像素，文件大小不得超过 10 MB。
{% endhint %}
{% endstep %}

{% step %}
调整图片的大小和位置。
{% endstep %}

{% step %}
点击 保存（Save）以应用该图片。
{% endstep %}
{% endstepper %}

上传的图片现在会显示为顶部栏中的个人资料图标，并自动应用于您在**交易员排行榜**中显示的主账户。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-301f900ba27c371717b5bce974a5cb30bb842172%2Ffront-profile-info-page.png?alt=media" alt="Profile Info page"><figcaption><p>Profile Info page</p></figcaption></figure>

如需更改或删除个人资料图片，请点击个人资料图片区域下方的相应按钮。

### 添加或更改昵称

{% stepper %}
{% step %}
点击顶部栏右侧的**个人资料图标**。
{% endstep %}

{% step %}
在下拉菜单中选择**个人资料信息（Profile Info）**。
{% endstep %}

{% step %}
如需添加或更改昵称，请点击**昵称（Nickname）字段旁边的编辑（Edit）**。
{% endstep %}

{% step %}
输入您希望使用的昵称。
{% endstep %}

{% step %}
点击 保存（Save） 应用更改。
{% endstep %}
{% endstepper %}

您可以随时更改或删除已添加的昵称。


---

# 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://lti.gitbook.io/user_guide/zh-cn/yong-hu-zhi-nan/guan-li-zhu-zhang-hu-he-tou-zi-zhang-hu/tian-jia-ge-ren-zi-liao-tu-pian-he-ni-cheng.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.
