> 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).

# 账户

### 更改您的用户名

当您共享游乐场时，您的用户名对团队成员可见；在管理组织时，管理员和团队负责人也可见。您可以随时点击头像，选择来更改它 <kbd><mark style="color:$primary;">编辑资料<mark style="color:$primary;"></kbd>，并更新 <kbd><mark style="color:$primary;">姓名<mark style="color:$primary;"></kbd> 字段。保存后，此更改将在整个 Beachside 中反映。

***

### 更改您的头像

当您共享游乐场时，您的头像对团队成员可见；在管理组织时，管理员和团队负责人也可见。您可以随时点击头像，选择来更改它 <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:

```
GET https://docs.theseaai.com/main/ch/qi-ta/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
