> 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/signing-in.md).

# साइन इन करना

***

#### **लॉगिन पेज पर यह क्यों लिखा है कि मेरा ईमेल पंजीकृत नहीं है?**

आमतौर पर इसका मतलब है कि आप उसी तरीके के बजाय किसी और तरीके से साइन इन करने की कोशिश कर रहे हैं, जिसका आपने मूल रूप से इस्तेमाल किया था। उदाहरण के लिए, यदि आपने “**Google से साइन इन करें**” का उपयोग करके साइन अप किया था, तो आपको वही विकल्प फिर से इस्तेमाल करना होगा — "**ईमेल से साइन इन करें**" चुनना और अपना `...@gmail.com` पता टाइप करना काम नहीं करेगा, भले ही वह वही ईमेल हो।

सुनिश्चित करें कि साइन-इन तरीका आपके खाते को बनाने के तरीके से मेल खाता हो। यदि समस्या जारी रहती है, तो कृपया संपर्क करें [सपोर्ट](https://www.boxhero.io/docs/resources/contact).

#### **मुझे ईमेल सत्यापन कोड नहीं मिला।**

पहले अपना स्पैम या जंक फ़ोल्डर देखें। यदि सत्यापन ईमेल फिर भी वहाँ नहीं है, तो हमसे यहाँ संपर्क करें <support@boxhero.io> और हम आपको सेट अप करने में मदद करेंगे।

<figure><img src="/files/025612e5ff5c51610f109607fe8e89b61d3ac704" alt="BoxHero Sample Verification Code Email"><figcaption></figcaption></figure>

#### **मैं अपना खाता भूल गया/गई हूँ। मैं इसे कैसे पुनर्प्राप्त कर सकता/सकती हूँ?**

यदि आपको याद नहीं है कि आपने कौन-सा खाता इस्तेमाल किया था, तो कृपया संपर्क करें [सपोर्ट](https://www.boxhero.io/docs/resources/contact) निम्नलिखित जानकारी के साथ:

* आपका पूरा नाम
* आपकी टीम का नाम
* एक ईमेल पता जिस पर हम आपसे संपर्क कर सकें
* भुगतान के लिए इस्तेमाल किए गए क्रेडिट कार्ड के अंतिम 4 अंक (जैसे, 1234), यदि आपकी सक्रिय सदस्यता है

#### **क्या BoxHero सिंगल साइन-ऑन (SSO) का समर्थन करता है?**

नहीं, BoxHero वर्तमान में SSO का समर्थन नहीं करता है। आप अपने ईमेल से, या Google, Apple, या Kakao खाते से साइन इन कर सकते हैं.


---

# 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/signing-in.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.
