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

# アカウントを作成する

***

## インタラクティブチュートリアル

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への招待***&#x3067;す。\
メールが表示されない場合は、迷惑メールフォルダをご確認ください。
{% 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）を有効にしている場合は、さらに1つ手順が必要です

{% content-ref url="/pages/c00b8e9b05077f33ca9c68552db2abd1ea7a4243" %}
[多要素認証（MFA）](/main/jp/sono/mfa.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}

***

## 次のステップ

インターフェースを確認する

{% content-ref url="/pages/ad2f7c201ec336db986ffb24aa67b4b0055d0364" %}
[Beachside インターフェース](/main/jp/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/jp/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.
