> For the complete documentation index, see [llms.txt](https://www.bfm-unity.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi.md).

# 快速学习

- [启动机器人需要多少资金？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/qi-dong-ji-qi-ren-xu-yao-duo-shao-zi-jin.md)
- [如何减少手币安交易手续费？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ru-he-jian-shao-shou-bi-an-jiao-yi-shou-xu-fei.md)
- [常见问题和解答](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/chang-jian-wen-ti-he-jie-da.md)
- [如何绑定欧易API？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ru-he-bang-ding-ou-yi-api.md)
- [如何绑定币安API？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ru-he-bang-ding-bi-an-api.md)
- [如何绑定Bybit API？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ru-he-bang-ding-bybit-api.md)
- [如何绑定火币 API？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ru-he-bang-ding-huo-bi-api.md)
- [軟件內彈窗提示說明](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ruan-jian-nei-dan-chuang-ti-shi-shuo-ming.md)
- [使用合約機器人需要注意哪些事項？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/shi-yong-he-yue-ji-qi-ren-xu-yao-zhu-yi-na-xie-shi-xiang.md)
- [多少資金可以啟動多少個機器人？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/duo-shao-zi-jin-ke-yi-qi-dong-duo-shao-ge-ji-qi-ren.md)
- [如何做資金規劃和倉位管理？](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ru-he-zuo-zi-jin-gui-hua-he-cang-wei-guan-li.md)
- [机器人暂停原因](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/ji-qi-ren-zan-ting-yuan-yin.md)
- [AntBot的常见问题](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/antbot-de-chang-jian-wen-ti.md)
- [歷史機器人停止原因](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/li-shi-ji-qi-ren-ting-zhi-yuan-yin.md)
- [進行中的機器人狀態歸類](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/jin-hang-zhong-de-ji-qi-ren-zhuang-tai-gui-lei.md)
- [新手如何绑定API并启动机器人](https://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi/xin-shou-ru-he-bang-ding-api-bing-qi-dong-ji-qi-ren.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://www.bfm-unity.org/antbot-doc/zh-cn/kuai-su-xue-xi.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.
