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

# Create your Account

***

## Interactive Tutorial

On Beachside Docs, you'll find interactive tutorials that guide you step-by-step. Select <kbd><mark style="color:$primary;">**Click here to start**<mark style="color:$primary;"></kbd> and follow the instructions. Note that all tutorials default to English, and you'll need to change the language each time.

{% hint style="info" icon="language" %}
**How to Change Your Tutorial Language**\
Tutorials are shown in English by default. To view this tutorial in a different language, hover over the top right corner and select <i class="fa-language">:language:</i> **Language**.
{% endhint %}

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

***

## Follow step by step

{% stepper %}
{% step %}

#### Open the Invitation Email

Open the Beachside invitation link in your email to begin registration.

The email subject is ***Invitation to Beachside***. \
If the email is not visible, check your Junk Mail folder.
{% endstep %}

{% step %}

#### Optional: Change your Display Language

{% hint style="info" icon="language" %}
**How to Change Beachside Display Language:**

To change the **display language**, click the top-right corner of your screen, select the dropdown menu, and adjust your settings.
{% endhint %}
{% endstep %}

{% step %}

#### Enter Your Account Details

Enter your ***Full Name*** and ***Password*** in the registration form.
{% endstep %}

{% step %}

#### Accept the Terms of Service

Select the <i class="fa-square-check" style="color:$primary;">:square-check:</i> checkbox to accept Beachside’s Terms of Service and Privacy Policy.
{% endstep %}

{% step %}

#### Select "Join Beachside"

After confirming all details, select <kbd><mark style="color:$primary;">**Join Beachside**<mark style="color:$primary;"></kbd>.

You will be redirected to the login screen.
{% endstep %}

{% step %}

#### Log In

Enter your ***Email*** and ***Password*** to access Beachside.

If multi-factor authentication (MFA) is turned on by your organization’s admin, you will need to go through one additional step

{% content-ref url="/pages/ZFEFUpPNRoR8rJmEJ6Xu" %}
[Multi-factor authentication (MFA)](/others/mfa.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

## Next step

Explore our interface

{% content-ref url="/pages/1GlBpQ7s1PBdn4QPOtlM" %}
[Beachside Interface](/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/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.
