> For the complete documentation index, see [llms.txt](https://docs.chainbitx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chainbitx.com/readme/an-quan-zhi-nan.md).

# 安全指南

- [绑定手机号与邮箱](https://docs.chainbitx.com/readme/an-quan-zhi-nan/bang-ding-shou-ji-hao-yu-you-xiang.md)
- [设置强密码并定期更换](https://docs.chainbitx.com/readme/an-quan-zhi-nan/she-zhi-qiang-mi-ma-bing-ding-qi-geng-huan.md)
- [设置资金密码](https://docs.chainbitx.com/readme/an-quan-zhi-nan/she-zhi-zi-jin-mi-ma.md)
- [设置防钓鱼码](https://docs.chainbitx.com/readme/an-quan-zhi-nan/she-zhi-fang-diao-yu-ma.md)
- [警惕钓鱼链接与假冒网站](https://docs.chainbitx.com/readme/an-quan-zhi-nan/jing-ti-diao-yu-lian-jie-yu-jia-mao-wang-zhan.md)
- [社区诈骗提醒](https://docs.chainbitx.com/readme/an-quan-zhi-nan/she-qu-zha-pian-ti-xing.md)
- [公共 Wi-Fi 使用警示](https://docs.chainbitx.com/readme/an-quan-zhi-nan/gong-gong-wifi-shi-yong-jing-shi.md)
- [登录设备管理](https://docs.chainbitx.com/readme/an-quan-zhi-nan/deng-lu-she-bei-guan-li.md)
- [冷钱包存储建议](https://docs.chainbitx.com/readme/an-quan-zhi-nan/leng-qian-bao-cun-chu-jian-yi.md)
- [异常登录与活动提醒](https://docs.chainbitx.com/readme/an-quan-zhi-nan/yi-chang-deng-lu-yu-huo-dong-ti-xing.md)
- [提币地址白名单功能](https://docs.chainbitx.com/readme/an-quan-zhi-nan/ti-bi-di-zhi-bai-ming-dan-gong-neng.md)
- [账户被盗应急响应指南](https://docs.chainbitx.com/readme/an-quan-zhi-nan/zhang-hu-bei-dao-ying-ji-xiang-ying-zhi-nan.md)
- [忘记密码或丢失验证器](https://docs.chainbitx.com/readme/an-quan-zhi-nan/wang-ji-mi-ma-huo-diu-shi-yan-zheng-qi.md)


---

# 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.chainbitx.com/readme/an-quan-zhi-nan.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.
