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