# Two-Factor Authentication (2FA)

#### Overview

Two-Factor Authentication (2FA) adds an extra layer of security to your account. In addition to your password, you'll need to enter a 6-digit code sent to your email to log in.

#### Enabling Two-Factor Authentication

1. **Log in to Your Account:**
   * Go to the Worklife Recruit login page and log in with your username and password.
2. **Navigate to User Settings:**

   * Click on your profile icon in the top right corner.

   <figure><img src="/files/SZjl6mhf8mGDc0NqkUap" alt=""><figcaption><p>User Settings</p></figcaption></figure>

   * Scroll on the bottom of the page on **Security Options.**

   <figure><img src="/files/51RVIvbABYTK1CsVU9xv" alt=""><figcaption><p>Security Options</p></figcaption></figure>
3. **Enable Two-Factor Authentication:**
   * Check the box to **Enable 2FA**.
4. **Next time you login to Worklife Recruit:**
   * A 6-digit verification code will be sent to your registered email address.
   * Enter the 6-digit code in the provided field.
   * Click **Sign in** and done

#### Using Two-Factor Authentication

1. **Log in with Your Credentials:**
   * Enter your username and password on the Worklife Recruit login page.
2. **Enter the 6-Digit Code:**

   * After entering your password, you will be prompted to enter a 6-digit code.

   <figure><img src="/files/QqZO1REZElJyLDZC7FyU" alt=""><figcaption><p>Verification field</p></figcaption></figure>

   * Check your email for the code sent by Worklife Recruit.

   <figure><img src="/files/xQwhKXteHMa7sO10vqI5" alt="" width="375"><figcaption></figcaption></figure>

   * Enter the code in the provided field.
3. **Access Your Account:**
   * Once the correct code is entered, you will be granted access to your account.

#### Benefits of Two-Factor Authentication

* **Enhanced Security:** Adds an extra layer of protection beyond just your password.
* **Peace of Mind:** Ensures that even if your password is compromised, your account remains secure.
* **Compliance:** Meets security standards and best practices for protecting sensitive information.


---

# 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://help.smartcv.co/settings/user-settings/two-factor-authentication-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.
