> 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/hi/account-management/profile-and-settings.md).

# प्रोफ़ाइल और सेटिंग्स

***

#### **क्या मैं अपना ईमेल पता बदल सकता हूँ?**

BoxHero फिलहाल सीधे आपके ईमेल पते को बदलने का समर्थन नहीं करता। नया ईमेल उपयोग करने के लिए, अपडेट किए गए पते के साथ एक नया BoxHero खाता बनाएं, फिर उसे अपनी मौजूदा टीम में आमंत्रित करें। नए खाते को एक्सेस मिल जाने के बाद, आप टीम छोड़कर या उसे हटाकर अपने पुराने खाते को हटा सकते हैं।

यदि आपको कोई समस्या आती है, तो कृपया संपर्क करें [सहायता](https://www.boxhero.io/docs/resources/contact).

#### **मैं अपनी सूचना प्राथमिकताएँ कैसे बदलूँ?**

जाएँ <mark style="color:$primary;">`सेटिंग्स`</mark> > <mark style="color:$primary;">`सूचनाएँ`</mark> जिन प्रकार के अलर्ट आप प्राप्त करना चाहते हैं, उन्हें चुनने के लिए। विकल्पों में शामिल हैं:

* **मोबाइल सूचनाएँ** कम स्टॉक अलर्ट के लिए
* **ईमेल सूचनाएँ** आपकी टीम की साप्ताहिक रिपोर्ट के लिए *(केवल व्यवस्थापकों के लिए)*

<figure><img src="/files/61c6894c107155035e938346873cd2559e80b692" 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/f70ebaf05c5ed880238d3eeca597d5344c7f5b00" 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/hi/account-management/profile-and-settings.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.
