> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu.md).

# 交易基础

- [下单交易](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/xia-dan-jiao-yi.md)
- [快速买入](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/kuai-su-mai-ru.md)
- [限价单](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/xian-jia-dan.md): 在满足价格条件时自动执行的条件交易。
- [图表订单线](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/tu-biao-ding-dan-xian.md): 当你创建限价单或设置自动交易策略（TP/SL）时，图表订单线会自动显示。
- [多钱包交易](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/duo-qian-bao-jiao-yi.md)
- [止盈 / 止损 / 跟踪止损 / Dev Sell / Migration Sell](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/zhi-ying-zhi-sun-gen-zong-zhi-sun-dev-sell-migration-sell.md): 直接通过 即时交易（Instant Trade） 面板，基于价格策略自动执行进场与出场。
- [快捷键](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/kuai-jie-jian.md): 在 即时交易（Instant Trade） 面板中使用键盘快捷键，更快速地执行交易。


---

# 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.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu.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.
