# Setting Up Two Factor Authentication

To setup Two Factor Authentication (2FA) click on your user avatar in the top right corner of your browser window

Select ["My Profile"](https://app.codefortify.ai/Identity/Account/Manage)

Select ["Two Factor Authentication"](https://app.codefortify.ai/Identity/Account/Manage/TwoFactorAuthentication)

Select ["Set Up Authenticator App"](https://app.codefortify.ai/Identity/Account/Manage/EnableAuthenticator)

Open your 2FA Authenticator app of choice and scan the QR code or enter the key provided on the screen on your smartphone or workstation authenticator app

Once you have scanned the QR code or input the key, your two factor authentication app will provide you with a unique code. Enter the code in the confirmation box on the screen and select the "Verify" button to finish setting up 2FA


---

# 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.codefortify.ai/getting-started/setting-up-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.
