> For the complete documentation index, see [llms.txt](https://docs.hidencloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidencloud.com/dashboard/2fa.md).

# Enable Two-Factor Authentication (2FA)

#### Enable Two-Factor Authentication (2FA) on HidenCloud

1. **Sign In:**
   * Open your web browser and go to <https://dash.hidencloud.com/dashboard>.
   * Log in with your username and password.
2. **Access Account Settings:**
   * Once logged in, click on your profile picture in the upper-right corner of the screen.
3. **Navigate to Account Settings:**

   * Look for the option that says "Account Settings" and click on it.

   <figure><img src="/files/jQGnmFpeRccBXdoRIFfT" alt=""><figcaption><p>Profile Menu</p></figcaption></figure>
4. **Enable Two-Factor Authentication (2FA):**

   * Within Account Settings, locate the box that says "Two-Factor Authentication" and click the "Enable" button.

   <figure><img src="/files/TPewy1CJcmR36JDozyHH" alt=""><figcaption><p><strong>Enable Two-Factor Authentication</strong></p></figcaption></figure>
5. **Scan the QR Code:**
   * A QR code will appear on the screen. You can scan this code with your preferred authenticator app (such as Google Authenticator or Authy). Alternatively, you can manually enter the provided code.
6. **Set Up the Authenticator App:**
   * Open your authenticator app and scan the QR code or manually enter the provided code.
7. **Save Backup Codes:**
   * After configuring authentication, HidenCloud will provide you with a set of backup codes. These codes are crucial in case you lose access to your authenticator app.
   * Save these codes in a secure place. You can print them, store them in a secure password manager, or note them down in a safe location.
8. **Complete the Process:**
   * After entering the authenticator app code and saving the backup codes, click "Continue" or "Save" to complete the process.

You're done! You have now enabled two-factor authentication on your HidenCloud account. Remember that in the future, you will need the authenticator app, and in case of emergencies, the backup codes to access your account. Keep these items secure!


---

# 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://docs.hidencloud.com/dashboard/2fa.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.
