> 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/it/gestione-dellaccount/profilo-e-impostazioni.md).

# Profilo e impostazioni

***

#### **Posso cambiare il mio indirizzo email?**

BoxHero al momento non supporta la modifica diretta del tuo indirizzo email. Per usare una nuova email, crea un nuovo account BoxHero con l'indirizzo aggiornato, quindi invitalo al tuo team esistente. Una volta che il nuovo account avrà accesso, puoi rimuovere il vecchio account uscendo dal team o eliminandolo.

Se riscontri problemi, contatta [Supporto](https://www.boxhero.io/docs/resources/contact).

#### **Come posso modificare le mie preferenze di notifica?**

Vai a <mark style="color:$primary;">`Impostazioni`</mark> > <mark style="color:$primary;">`Notifiche`</mark> per scegliere i tipi di avvisi che desideri ricevere. Le opzioni includono:

* **Notifiche mobili** per avvisi di scorte basse
* **Notifiche via email** per il report settimanale del tuo team *(Solo amministratori)*

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

#### **Come posso cambiare la lingua?**

BoxHero attualmente supporta inglese, spagnolo, francese, tedesco, russo, giapponese, coreano, indonesiano, tailandese, vietnamita, portoghese (Brasile) e cinese (semplificato e tradizionale).

* Per cambiare la lingua sul desktop, fai clic sull'icona del profilo nell'angolo in alto a destra, vai a <mark style="color:$primary;">`Impostazioni account`</mark> > <mark style="color:$primary;">`Lingua`</mark>.
* Su mobile, vai a <mark style="color:$primary;">`Impostazioni`</mark> > <mark style="color:$primary;">`Impostazioni account`</mark> (icona del profilo) >  <mark style="color:$primary;">`Lingua`</mark>.

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

#### **Come posso cambiare il mio fuso orario?**

Il fuso orario è un'impostazione a livello di team, non un'impostazione del singolo account. Per modificarlo, vai a <mark style="color:$primary;">`Impostazioni`</mark> > <mark style="color:$primary;">`Team`</mark> e aggiorna lì il fuso orario. Questa modifica si applicherà a tutti i membri del team. Su mobile, vai a <mark style="color:$primary;">`Impostazioni`</mark> > <mark style="color:$primary;">`Impostazioni di visualizzazione`</mark> > <mark style="color:$primary;">`Fuso orario`</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/it/gestione-dellaccount/profilo-e-impostazioni.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.
