> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/19-feng-kong-yin-si-yu-he-gui-jian-yi.md).

# 19 风控、隐私与合规建议

自动化能力不能替代平台规则与法律要求。

## 账号安全

* 只导入你合法控制的账号。
* 不共享验证码、二级密码、Session 或 Vault 密钥。
* 代理线路变化后先小规模检测。
* FloodWait 期间完成冷却，不要换模块继续使用同一账号。
* 定期备份数据库和加密密钥。

## 目标与内容

* 只对自有、已授权或明确许可的群组执行操作。
* 私信只面向同意接收、已有业务关系或主动咨询的用户。
* 不伪造身份，不发布虚假承诺、违法内容或钓鱼链接。
* 尊重退订、拒收和群管理员要求。
* AI 文案必须人工审核。

## 逐步扩容

先用少量账号和自有测试目标验证，再逐步增加任务数量。观察 CPU、内存、代理失败率、FloodWait 和账号异常比例。

## 数据隐私

采集模块只处理执行账号有权查看的数据。导出文件可能包含用户名等个人信息，应限制访问、设定保留期限并遵守适用法规。


---

# 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://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/19-feng-kong-yin-si-yu-he-gui-jian-yi.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.
