> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/qi-ta/quickstart.md).

# 账户

### 更改你的用户名

当你分享 playground 时，你的用户名对队友可见；在管理组织时，对管理员和团队负责人可见。你可以随时通过点击你的头像并选择 <kbd><mark style="color:$primary;">编辑个人资料<mark style="color:$primary;"></kbd>，然后更新 <kbd><mark style="color:$primary;">姓名<mark style="color:$primary;"></kbd> 字段。保存后，此更改将反映到 Beachside 的所有地方。

***

### 更改你的个人头像

当你分享 playground 时，你的个人头像对队友可见；在管理组织时，对管理员和团队负责人可见。你可以随时通过点击你的头像并选择 <kbd><mark style="color:$primary;">编辑个人资料<mark style="color:$primary;"></kbd>，然后更改左侧图片。保存后，此更改将反映到 Beachside 的所有地方。

***

### 更改你的密码

Beachside 没有应用内修改密码功能。要重置密码，请退出登录并在登录界面使用“忘记密码”选项。

{% stepper %}
{% step %}

### 退出 Beachside

{% endstep %}

{% step %}

### 前往 [忘记密码](https://theseaai.com/beachside/forgot?type=email) 页面

你也可以点击 <kbd>忘记密码</kbd> 在登录页面上
{% endstep %}

{% step %}

### 输入你的电子邮件地址并按 <kbd>重置密码</kbd>

{% endstep %}

{% step %}

### 检查你的收件箱

{% endstep %}

{% step %}

### 在邮件中，点击 <kbd>重置密码</kbd>

它将打开一个新页面来重置你的密码
{% endstep %}

{% step %}

### 输入两次新密码，然后点击 <kbd>保存密码</kbd>

{% endstep %}

{% step %}

### 你现在可以使用你的电子邮件和新密码登录

{% endstep %}
{% endstepper %}

***

### 更改你的电子邮件

{% hint style="warning" %}
目前不支持更改电子邮件。
{% endhint %}


---

# 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.theseaai.com/main/ch/qi-ta/quickstart.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.
