# Profile & settings

***

#### **Can I change my email address?**

BoxHero doesn't currently support changing your email address directly. To use a new email, create a new BoxHero account with the updated address, then invite it to your existing team. Once the new account has access, you can remove your old account by leaving the team or deleting it.

If you run into any issues, please reach out to [Support](https://www.boxhero.io/docs/resources/contact).

#### **How do I change my notification preferences?**

Go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Notifications`</mark> to choose the types of alerts you'd like to receive. Options include:

* **Mobile notifications** for low stock alerts
* **Email notifications** for your team’s weekly report *(Admins only)*

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

#### **How do I change my language?**

BoxHero currently supports English, Spanish, French, German, Russian, Japanese, Korean, Indonesian, Vietnamese, Portuguese (Brazil), and Chinese (Simplified and Traditional).

* To change your language on desktop, click your profile icon in the top right corner, go to <mark style="color:$primary;">`Account Settings`</mark> > <mark style="color:$primary;">`Language`</mark>.
* On mobile, go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Account Settings`</mark> (profile icon) >  <mark style="color:$primary;">`Language`</mark>.

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

#### **How do I change my timezone?**

Time zone is a team-level setting, not an individual account setting. To change it, go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Team`</mark> and update the time zone there. This change will apply to all members of the team. On mobile, go to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Display Settings`</mark> > <mark style="color:$primary;">`Time Zone`</mark>.


---

# Agent Instructions: 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://www.boxhero.io/docs/faq/account-management/profile-and-settings.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.
