# \[2FA] Two Factor Authentication Method

Enhance the security of your Shippify account with two-factor authentication (2FA). When you enable it, only you can log in, even if your password is compromised. Plus, you'll protect your information and transactions, reducing the risk of unauthorized access.

<figure><img src="/files/CQ99UGLGuULoWWRDxBJW" alt=""><figcaption><p>Two Factor Authentication</p></figcaption></figure>

You can use the Google Authenticator app to generate the tokens.

<figure><img src="/files/5igywNQHvMctAOk9QXzz" alt="" width="375"><figcaption><p>Google Authenticator</p></figcaption></figure>

### Configuration

1. Go to your [user's security settings](https://dash.shippify.co/users/me/security), within this tab you will be able to see the Authentication Application check.

<figure><img src="/files/0X6XJlZLiNqarntSzRZG" alt=""><figcaption><p>Security</p></figcaption></figure>

2. At the top of the QR we provide you with the download link for the Google Authenticator application, either for [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) or [iOS](https://apps.apple.com/es/app/google-authenticator/id388497605) devices. Depending on your device, choose one and install the application on your device.

<figure><img src="/files/zJfryfEOZJz9BB50qZr6" alt="" width="375"><figcaption><p>Apps</p></figcaption></figure>

3. Open the app on your device and scan the QR code that appears on the dash. After that, a 6-digit code will be generated that will expire after a certain time.

<figure><img src="/files/Zpqz7IB0uDwyMCLu98tI" alt=""><figcaption><p>Google Authenticator</p></figcaption></figure>

4. Enter the code generated by the Google Authenticator application and click activate.

<figure><img src="/files/kmLKIv1RgJzIn1CTJRIY" alt=""><figcaption><p>Token</p></figcaption></figure>

5. When you log in again, a box will appear where you must enter the code generated by Google Authenticator to access your account.

<figure><img src="/files/GGJOY8ZP7JdkdMISd5wa" alt=""><figcaption><p>Login</p></figcaption></figure>

{% hint style="info" %}
If you want to disable this option, you can go back to user security and uncheck the check.
{% 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.shippify.co/developers/en/integration-guide/advanced-process/security/2fa-two-factor-authentication-method.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.
