# Two-Factor Authentication

The Two-Factor Authentication feature offers an additional level of security to access DCKAP Integrator. Two-Factor Authentication adds an additional layer of security to your account by requiring more than just a password to sign in.

**Steps to enable the 2-factor authentication:**&#x20;

1. Log in to DCKAP Integrator.
2. Click on the user's name in the top right section of the Dashboard page.
3. Click on Account Settings
4. Under "Two Factor Authentication", click on "Enable Two-Factor Authentication".

![](/files/DuhSE5TNeZlbd5LZDhpx)

5\. Choose one of the two methods in order to enable two-factor authentication:

![](/files/Yc24irle2u2vCf84QJXG)

1. **Method 1 (Recommended): Setup using Authentication App**&#x20;
   * &#x20;Use an application on your phone to get two-factor authentication codes when prompted.&#x20;
   * We recommend using cloud-based TOTP apps such as 1Password, Authy, LastPass Authenticator, or Microsoft Authenticator.&#x20;
   * Click on "Setup using Authentication App" and hit Next.
   * A QR code will be displayed.
   * Use any Authenticator app on your phone to scan the QR code.
   * After scanning the QR code image, the app will display a 6-digit code.
   * Enter the code from the application in the space provided and hit "Verify".
   * Two-factor authentication is now enabled for your account.
   * Every time you log in to DCKAP Integrator, you will be prompted to enter the Authentication code sent to your Authenticator app.
2. **Method 2: Setup using Email**&#x20;
   * DCKAP Integrator will send you an email with a two-factor authentication code when prompted.
   * Click on "Setup using Email" and hit Next.
   * DCKAP Integrator will send an Authentication code to your email address.&#x20;
   * Enter the code in the space provided.
   * Two-factor authentication is now enabled for your account.
   * Every time you log in to DCKAP Integrator, you will be prompted to enter the Authentication code sent to your email address.

{% hint style="info" %}
Two-factor Authentication may be disabled from the Account Settings page if not required.
{% endhint %}


---

# 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.dckapintegrator.com/user-guide/account-management/two-factor-authentication.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.
