> 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/jp/sono/quickstart.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.
