> 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/onboarding/step1.md).

# 创建你的账户

按照这些步骤接受你的用户邀请，注册为新用户并登录 Beachside。

***

## 交互式教程

在 Beachside Docs 中，你会找到逐步引导你的交互式教程。请选择 <kbd><mark style="color:$primary;">**点击此处开始**<mark style="color:$primary;"></kbd> 并按照说明操作。请注意，所有教程默认使用英语，你每次都需要更改语言。

{% hint style="info" icon="language" %}
**如何更改你的教程语言**\
教程默认以英文显示。要以其他语言查看本教程，请将鼠标悬停在右上角并选择 <i class="fa-language">:language:</i> **语言**.
{% endhint %}

{% @arcade/embed flowId="MYd48rM3iXIMFqqkMtKX" url="<https://app.arcade.software/share/MYd48rM3iXIMFqqkMtKX>" %}

***

## 逐步跟随

{% stepper %}
{% step %}

#### 打开邀请邮件

打开电子邮件中的 Beachside 邀请链接以开始注册。

邮件主题为 ***Beachside 邀请***. \
如果看不到该邮件，请检查垃圾邮件文件夹。
{% endstep %}

{% step %}

#### 可选：更改显示语言

{% hint style="info" icon="language" %}
**如何更改 Beachside 显示语言：**

要更改 **显示语言**，请点击屏幕右上角，选择下拉菜单，然后调整设置。
{% endhint %}
{% endstep %}

{% step %}

#### 输入您的账户信息

输入您的 ***全名*** 和 ***密码*** 到注册表中。
{% endstep %}

{% step %}

#### 接受服务条款

选择 <i class="fa-square-check" style="color:$primary;">:square-check:</i> 复选框，以接受 Beachside 的服务条款和隐私政策。
{% endstep %}

{% step %}

#### 选择“加入 Beachside”

确认所有信息后，选择 <kbd><mark style="color:$primary;">**加入 Beachside**<mark style="color:$primary;"></kbd>.

您将被重定向到登录界面。
{% endstep %}

{% step %}

#### 登录

输入您的 ***电子邮件*** 和 ***密码*** 以访问 Beachside。

如果您的组织管理员启用了多因素身份验证（MFA），您还需要额外完成一步

{% content-ref url="/pages/e309f665763374ff6993bd5dafe2b0bde2a34952" %}
[多因素身份验证（MFA）](/main/ch/qi-ta/mfa.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

## 下一步

探索我们的界面

{% content-ref url="/pages/98f55d68f6b3a8c6d5713aa3cfb4db913fc1cd44" %}
[Beachside 界面](/main/ch/onboarding/interface.md)
{% endcontent-ref %}


---

# 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/onboarding/step1.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.
