> 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 %}

***

### 当您的账户被锁定时

为防止有人猜测您的密码或验证码，Beachside 会在失败尝试过多后锁定账户。无需担心，管理员可以解锁您的账户，让您重新登录。

#### 账户被锁定通常发生在：

* 输入了错误的密码或用户电子邮件 <mark style="color:$primary;">**`在 10 分钟内超过 5 次`**</mark>
* 输入了错误的双因素验证码 <mark style="color:$primary;">**`在 10 分钟内超过 3 次`**</mark>

#### 如何重新进入：

<table><thead><tr><th width="224.8515625">锁定原因</th><th>如何重新进入</th><th>需要采取的操作</th><th data-hidden>锁定原因</th></tr></thead><tbody><tr><td>登录尝试次数过多 </td><td>联系管理员解锁您的账户</td><td>按照邮件中的说明重置密码并重新登录。</td><td>错误密码尝试超过 5 次</td></tr><tr><td>MFA 验证码尝试次数过多 </td><td>选择 <strong>恢复码</strong> 进行登录。如果您已没有可用代码，请联系管理员重置。</td><td>按照邮件中的说明重置验证码。</td><td>错误验证码尝试超过 3 次</td></tr></tbody></table>

***

### 常见问题

<details>

<summary><strong>解锁状态会在一段时间后自动清除吗？</strong></summary>

不会——需要管理员为您解锁。请线下联系您的管理员以解决锁定状态。

</details>

<details>

<summary><strong>我可以使用另一台设备重新登录吗？</strong></summary>

不可以，锁定会在所有地方作用于您的账户。

</details>

<details>

<summary><strong>如果我总是被锁定怎么办？</strong></summary>

这通常意味着您保存的密码已过期，或者验证器应用的时钟未同步。请检查并确保您使用的是正确密码，并将手机的日期和时间设置为自动更新。

</details>


---

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