> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ja/akaunto/purofruto.md).

# プロフィールと設定

***

#### **メールアドレスは変更できますか？**

BoxHeroでは、現在メールアドレスを直接変更することはできません。新しいメールアドレスを使うには、更新後のアドレスで新しいBoxHeroアカウントを作成し、既存のチームに招待してください。新しいアカウントがアクセスできるようになったら、古いアカウントをチームから退出するか削除することで削除できます。

問題が発生した場合は、こちらまでご連絡ください [サポート](https://www.boxhero.io/docs/resources/contact).

#### **通知設定はどう変更しますか？**

こちらへ移動してください <mark style="color:$primary;">`設定`</mark> > <mark style="color:$primary;">`通知`</mark> 受け取りたいアラートの種類を選択できます。オプションには以下が含まれます：

* **モバイル通知** 在庫不足アラート用
* **メール通知** チームの週間レポート用 *（管理者のみ）*

<figure><img src="/files/7a858601cc9e0b83035432d288b809935ce44681" alt="BoxHero Notification Settings UI Screenshot"><figcaption></figcaption></figure>

#### **言語はどう変更しますか？**

BoxHeroは現在、英語、スペイン語、フランス語、ドイツ語、ロシア語、日本語、韓国語、インドネシア語、タイ語、ベトナム語、ポルトガル語（ブラジル）、および中国語（簡体字・繁体字）に対応しています。

* デスクトップで言語を変更するには、右上隅のプロフィールアイコンをクリックして、 <mark style="color:$primary;">`アカウント設定`</mark> > <mark style="color:$primary;">`言語`</mark>.
* モバイルでは、こちらへ移動してください <mark style="color:$primary;">`設定`</mark> > <mark style="color:$primary;">`アカウント設定`</mark> （プロフィールアイコン） >  <mark style="color:$primary;">`言語`</mark>.

<figure><img src="/files/68eea89773dd2bdab7b4a0741ca7a8bde3ab4c38" alt="BoxHero Account Settings UI Screenshot - Change Language"><figcaption></figcaption></figure>

#### **タイムゾーンはどう変更しますか？**

タイムゾーンはチームレベルの設定であり、個人アカウントの設定ではありません。変更するには、 <mark style="color:$primary;">`設定`</mark> > <mark style="color:$primary;">`チーム`</mark> へ移動して、そこでタイムゾーンを更新してください。この変更はチームの全メンバーに適用されます。モバイルでは、こちらへ移動してください <mark style="color:$primary;">`設定`</mark> > <mark style="color:$primary;">`表示設定`</mark> > <mark style="color:$primary;">`タイムゾーン`</mark>.


---

# 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://www.boxhero.io/docs/faq/ja/akaunto/purofruto.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.
