> For the complete documentation index, see [llms.txt](https://docs.dataimpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataimpulse.com/dataimpulse-documentation-zh-cn/yi-biao-ban/zhang-hu-an-quan-zui-jia-shi-jian.md).

# 账户安全最佳实践

您的 DataImpulse 账户——包括其余额、账单详情和代理凭据——受您选择的密码和 2FA 方式保护。妥善保管它们是您的责任。

**密码卫生**

* 使用一个 **强且独一无二的密码** 用于 DataImpulse：至少 8 个字符，并混合字母、数字和符号。不要重复使用其他服务的密码。
* 使用一个 **密码管理器** （1Password、Bitwarden、LastPass 或类似工具）来安全地存储和生成凭据。
* **切勿分享您的密码**.

**双因素认证**

* 启用 **2FA** 。请参阅 [双因素认证 (2FA)](/dataimpulse-documentation-zh-cn/yi-biao-ban/2fa.md) 了解设置步骤。
* 优先选择 **身份验证器应用（TOTP）** 而不是基于电子邮件的代码——如果您的邮箱被入侵，电子邮件会更容易受到攻击。
* **切勿分享 2FA 代码** 给任何人，包括 DataImpulse 支持团队。
* 如果您更换手机或电子邮件地址，请在 **之前** 更新您的 2FA 设置，以免失去对先前方式的访问。

**保护您账户上的电子邮件**

如果您的收件箱被入侵，攻击者可以拦截密码重置和基于电子邮件的 2FA 代码。请在电子邮件服务提供商本身启用 2FA，并留意任何无法识别的登录提醒。

**警惕钓鱼攻击**

{% hint style="warning" %}
DataImpulse 支持团队 **绝不会** 向您索要密码、完整的支付卡号或 2FA 代码。如果有人要求这些信息——即使对方声称来自 DataImpulse——那也是钓鱼尝试。请将可疑消息转发至 <support@dataimpulse.com>。
{% endhint %}

**如果您怀疑发生了安全泄露，该怎么做**

如果您注意到无法识别的登录、意外的密码更改或陌生的支付活动，请立即联系 <support@dataimpulse.com> 。&#x20;

**您的责任**

您选择的密码和 2FA 方式是账户安全的第一道防线。我们会保护我们的基础设施，但弱密码、重复使用的密码或共享密码，是我们无法替您弥补的。如果未经授权的访问源于被猜测、泄露或交给他人的凭据，我们可能无法恢复账户或撤销损失。


---

# 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.dataimpulse.com/dataimpulse-documentation-zh-cn/yi-biao-ban/zhang-hu-an-quan-zui-jia-shi-jian.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.
