> 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/sono/quickstart.md).

# アカウント

### ユーザー名を変更する

ユーザー名は、プレイグラウンドを共有したときにチームメンバーに表示され、組織を管理する際には管理者やチームリードにも表示されます。アバターをクリックしていつでも変更できます。次に、 <kbd><mark style="color:$primary;">プロフィールを編集<mark style="color:$primary;"></kbd>を選択し、 <kbd><mark style="color:$primary;">名前<mark style="color:$primary;"></kbd> 欄を更新してください。保存すると、この変更はBeachside全体に反映されます。

***

### プロフィール画像を変更する

プロフィール画像は、プレイグラウンドを共有したときにチームメンバーに表示され、組織を管理する際には管理者やチームリードにも表示されます。アバターをクリックしていつでも変更できます。次に、 <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 %}

### 新しいパスワードを2回入力し、 <kbd>パスワードを保存</kbd>

{% endstep %}

{% step %}

### これでメールアドレスと新しいパスワードでログインできます

{% endstep %}
{% endstepper %}

***

### メールアドレスを変更する

{% hint style="warning" %}
現在、メールアドレスの変更はサポートされていません。
{% endhint %}


---

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

```
GET https://docs.theseaai.com/main/jp/sono/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
