# 2FA Set up Guide

### How to set up 2FA on Haven1

Setting up 2FA on Haven is a simple process. You will need an OTP app like Google Authenticator ([Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&hl=en\&pli=1) or [iOS](https://apps.apple.com/us/app/google-authenticator/id388497605))

1. Go to [this](https://portal.haven1.org/settings/security) link
2. You may need to Connect and Sign first to prove you have access to keys of the wallet you are connecting&#x20;

<figure><img src="/files/QnpAQTPzUOhXcopvhqJI" alt="" width="304"><figcaption></figcaption></figure>

<figure><img src="/files/TJ2HBG2jeFwhKRlVdy9a" alt="" width="272"><figcaption></figcaption></figure>

3. Click "Enable"

4. This will show a QR code that you can scan with Google Authenticator

   1. Alternatively, you can also copy the key manually to input into your authenticator app

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

5. After you have scanned or added the code to your authenticator app, click "Continue"

6. On the next page enter the PIN from your authenticator app

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

7. Your wallet will ask you to sign a message which includes your pin

   <figure><img src="/files/gw2unotqR8exGk7ZVaFX" alt="" width="337"><figcaption></figcaption></figure>

8. After your transaction is finalized you are all set, you now have added an extra layer of security to your assets on Haven1.

### How to disable 2FA

{% hint style="warning" %}
We strongly discourage disabling 2FA
{% endhint %}

1. Go to this [link](https://portal.haven1.org/settings/security)<https://portal.haven1.org/settings/security>
2. Click "Disable"
3. You will be required to put in a PIN from your authenticator app

   <figure><img src="/files/H21521v8cRHvpZKRrwdA" alt="" width="375"><figcaption></figcaption></figure>
4. Thats it 2FA is disabled

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

### Lost access to the authenticator app

If you have lost access to the authenticator app please [contact support](https://haven1.atlassian.net/servicedesk/customer/portals)


---

# 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.haven1.org/haven1-guides/2fa-set-up-guide.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.
