> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/profile-personal-settings/setting-up-two-factor-authentication.md).

# Setting Up Two-Factor Authentication

PlexTrac enables two-factor authentication at the account level and is managed on the **Two-Factor Authentication** tab of the **Personal Settings** page. Two-factor authentication is a security measure that requires users to provide two forms of identification to access an account or system.

<figure><img src="/files/yWFIMnBZdsQ70QpK6PUB" alt=""><figcaption></figcaption></figure>

Two-factor authentication (2FA) is a security measure that significantly protects against unauthorized access to sensitive information and accounts. It works by adding an extra layer of verification to the traditional password or PIN login process. When users log in, they must provide their regular credentials, such as a username and password, and a second form of authentication.

The second authentication factor can take various forms, such as a unique code sent to the user's mobile device via SMS or generated by an authentication app, a fingerprint or facial recognition scan, a hardware token, or even a one-time password sent to an email address. The significance of 2FA lies in its ability to counteract the vulnerabilities of using passwords alone.

### Setting up Two-Factor Authentication

<mark style="background-color:yellow;">Step 1:</mark> Click the **Two-Factor Authentication** tab on the **Personal Settings** page.

<div align="left"><figure><img src="/files/9mUOBIwmmhZTP75jXQt7" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Click **Set up Two-Factor Authentication**.

<div align="left"><figure><img src="/files/oqNZP4ZU0rdB60mnIx3Z" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> Scan the QR code with the phone and input the token provided on the device.

<div align="left"><figure><img src="/files/8Vg8Vsm66lJr43jkiPtA" alt="" width="399"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 4:</mark> Click **Confirm**. The modal will disappear, and a message will confirm that Two-factor Authentication is enabled.

<div align="left"><figure><img src="/files/jcH2pNyGGVlILXXL5pLW" alt=""><figcaption></figcaption></figure></div>

### Resetting Token for Two-Factor Authentication

<mark style="background-color:yellow;">Step 1:</mark> Click the **Two-Factor Authentication** tab on the **Personal Settings** page.

<div align="left"><figure><img src="/files/9mUOBIwmmhZTP75jXQt7" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Click **Reset Token**.&#x20;

<div align="left"><figure><img src="/files/fckQQZverXrk7tk2UZoI" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> A confirmation modal appears. Click **Reset**.

<div align="left"><img src="/files/ro7JyOhhRalIocbDzAtI" alt="" width="363"></div>

<mark style="background-color:yellow;">Step 4:</mark> Scan the QR code and click **Confirm**.&#x20;

### Disabling Two-Factor Authentication

<mark style="background-color:yellow;">Step 1:</mark> Click the **Two-Factor Authentication** tab on the **Personal Settings** page.

<div align="left"><figure><img src="/files/9mUOBIwmmhZTP75jXQt7" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Click **Disable Two-Factor Authentication**.&#x20;

<div align="left"><figure><img src="/files/Q8b0ePOAJKczjN6dOBBu" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> A confirmation appears. Click **Disable**.

<div align="left"><figure><img src="/files/2XT6idO13Ow6HdF8tkZc" alt=""><figcaption></figcaption></figure></div>


---

# 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.plextrac.com/plextrac-documentation/product-documentation-1/account-management/profile-personal-settings/setting-up-two-factor-authentication.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.
