# 2FA

BugID का उपयोग करने के लिए 2FA आवश्यक है। यह सुनिश्चित करता है कि लोग हैक न हों, क्योंकि बिना व्यक्ति के डिवाइस या ईमेल खातों के हैक हो जाने के मामले में 2FA का हैक होना बहुत ही दुर्लभ है। आप BugID बनाते समय इसे सेटअप कर सकते हैं। उपलब्ध विधियाँ हैं Security Key, 2FA Authenticator ऐप या Auth0 Guardian ऐप का उपयोग करना। यदि आप चाहें तो इसके बाद आप Passkeys भी सेटअप कर पाएँगे, और आपको एक बैकअप कोड भी मिलेगा जिसे सुरक्षित रख लें—क्योंकि यदि आप इसे खो देते हैं, तो केवल Bugs+ सपोर्ट ही 2FA में आपकी मदद कर पाएगा अगर आपने बैकअप कोड खो दिया हो।

यदि आपके पास 2FA ऐप नहीं है, तो Google पर authenticator 2FA app खोजें, आप अपने फोन या/और कंप्यूटर पर मुफ्त में एक प्राप्त कर सकते हैं, या Auth0 Guardian (केवल फोन) डाउनलोड करें, या security keys का उपयोग करें।

## 2FA स्थिति रीसेट करें

यदि आपको फिर से 2FA सेटअप करने की आवश्यकता है, तो आप Account टैब (व्यक्ति आइकन) दबाएँ फिर Account Settings फिर Security & Login और फिर Reset 2FA दबाएँ। फिर पुष्टि करें। आप फिर 2FA सेटअप कर पाएँगे। यदि पृष्ठ लोड नहीं होता है, तो अगले बार जब आप Bugs+ में लॉगिन करेंगे तो आप इसे फिर से सेटअप कर सकते हैं।

आप Bugs+ सपोर्ट से भी मदद प्राप्त कर सकते हैं। उसके लिए लिंक है <http://bugsplus.me/support>.


---

# 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://docs.bugsplus.me/bugs+-docs-hi/bugid/2fa.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.
