> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/two-factor-authentication.md).

# 双因素认证

在本指南中，我们将告诉您如何在 Incogniton 中设置 2FA（双因素认证）。这将使您的浏览器配置文件更加安全。您只需要一部手机和一个身份验证应用程序，如 Microsoft Authenticator 或 Google Authenticator。

{% stepper %}
{% step %}

### 请求令牌

首先，您需要请求一个令牌。访问网站上的[我的账户部分](https://www.incogniton.com/my-account)并登录。导航到 **2FA 令牌** 部分，然后点击 **请求新令牌** 按钮。之后，您应该能够使用 Microsoft Authenticator 等 2FA 应用程序生成一个令牌。

![](/files/QLkQ5L8AE9MNgDgA9xj3)
{% endstep %}

{% step %}

### 登录时输入 2FA 代码

完成上述步骤后，登录 Incogniton 应用程序，2FA 验证屏幕将弹出。填写身份验证应用程序中的 6 位数字，Incogniton 将打开。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果您对如何设置 2FA 仍有任何疑问，请随时联系我们的[支持团队](https://incogniton.com/contact/)。
{% 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.incogniton.com/documentation/chinese-documentation/zhang-hu-guan-li/two-factor-authentication.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.
