> For the complete documentation index, see [llms.txt](https://docs.shippify.co/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shippify.co/developers/pt/guia-de-integracao/processos-avancados/seguranca/2fa-metodo-de-autenticacao-de-dois-fatores.md).

# \[2FA] Método de autenticação de dois fatores

Melhore a segurança da sua conta Shippify com autenticação de dois fatores (2FA). Ao ativá-lo, somente você poderá acessá-lo, mesmo que sua senha esteja comprometida. Além disso, você protegerá suas informações e operações, reduzindo o risco de acesso não autorizado.

<figure><img src="/files/dRK5he6uGCNR7MDw2ip0" alt=""><figcaption><p>Autenticação de dois fatores</p></figcaption></figure>

Você pode usar o aplicativo Google Authenticator para gerar os tokens.

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

## Configuração

1. Insira as [configurações de segurança do seu usuário](https://dash.shippify.co/users/me/security), nesta aba você verá a verificação do Aplicativo de Autenticação.

<figure><img src="/files/wTKJ2pTC0OgYbNwjQMS6" alt=""><figcaption><p>Segurança</p></figcaption></figure>

2. No topo do QR disponibilizamos o link para download do aplicativo Google Authenticator, seja para dispositivos [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) ou [iOS](https://apps.apple.com/es/app/google-authenticator/id388497605). De acordo com o seu dispositivo, escolha um e instale o aplicativo no seu dispositivo.

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

3. Abra o aplicativo no seu dispositivo e escaneie o código QR que aparece no painel. Depois disso, será gerado um código de 6 dígitos que expirará em um determinado tempo.

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

4. Digite o código gerado pelo aplicativo Google Authenticator e clique em ativar.

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

5. Ao fazer login novamente, aparecerá uma caixa onde você deverá inserir o código gerado pelo Google Authenticator para acessar sua conta.

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

{% hint style="info" %}
Se quiser desabilitar esta opção, você pode retornar à segurança do usuário e desmarcar a seleção.
{% endhint %}


---

# 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.shippify.co/developers/pt/guia-de-integracao/processos-avancados/seguranca/2fa-metodo-de-autenticacao-de-dois-fatores.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.
