# Two-factor Authentication

{% hint style="danger" %}
With the implementation of the new [Dashboard interface](https://docs.opencollective.com/help/product/understanding-your-dashboard), we are currently in the process of updating our documentation and some pages may be out of date. Thank you for your patience. Please [contact](https://opencollective.com/contact) our support team if you need any assistance.
{% endhint %}

Two-factor authentication adds an extra layer of security for your account when logging in.

## Enabling 2FA for Login

To enable two-factor authentication on your profile.&#x20;

1. Click on your profile in the top right-hand corner.&#x20;

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FgSht3EjUBMTjnBuq0aub%2Fproduct_2fa_profile_2022-07-21.png?alt=media\&token=b985ecd7-83ed-45f3-a335-4fc28150bd40)

2\. Click on Profile Settings

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FGjfGn1phy17lNtZKYYQb%2Fproduct_2fa_settings_2022-07-21.png?alt=media\&token=12b603ec-414c-4508-bd28-4525b8079ef3)

3\. Click on two-factor authentication from the menu on the left&#x20;

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FTG3L3XIUt0SnL9VUgjqs%2Fproduct_2fa_2fa_2022-07-21.png?alt=media\&token=5931643b-b62f-4995-a10e-7f481f556700)

3\. You’ll need an app on your phone like Google Authenticator, Authy, or any other authenticator that can scan the QR code and give you a 6-digit 2FA code in return. You then type the code into the input field, and click "Verify and see recovery codes".

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FSa9zjn78Fq85uVDOYMfQ%2Fproduct_2fa_auntheticator_2022-07-21.png?alt=media\&token=63376bc8-59a2-47ab-9cde-f1a19864ba93)

4\. Recovery codes are used to access your account in case you can't access it with your authenticator app (for example, if you have lost your phone). Each code can only be used once. Save your 2FA recovery codes in a safe place, like a password manager app.

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FG7OTwc2AArLea3zDAiPy%2Fproduct_2fa_recovery_2022-07-21.png?alt=media\&token=7692f881-ec66-4fde-a097-42d2e92c644f)

{% hint style="warning" %}
Once you’ve set up 2FA on your account, it’s really important to not delete the entry for Open Collective in your authenticator app.
{% endhint %}

When you have 2FA enabled on your account, you will be prompted to enter a 6-digit code whenever you click the [one-time login link](https://docs.opencollective.com/help/product/log-in-system) we email to you.

![](https://2931279126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LWSZizTt4ZC1UNDV89f%2Fuploads%2FlyJQa3vEcAD5w1JtdppW%2Fproduct_2fa_login_2022-07-21.png?alt=media\&token=575727c3-7273-4231-ada5-fbdbb3443857)

For information about enabling two-factor authentication for payouts please refer [here](https://docs.opencollective.com/help/fiscal-hosts/payouts/two-factor-authentication-for-payouts).&#x20;


---

# 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.opencollective.com/help/product/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.
