> 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/xia-dan-jiao-yi.md).

# 下单交易

### 可交易位置

<details>

<summary>1. Axiom、GMGN、Terminal、DexScreener</summary>

使用 即时交易（Instant Trade） 面板，可直接在代币页面完成买入。

参见 快速上手 → [在支持的平台开始交易](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/pages/nOHIpnCXolGXfsqUdyyt#id-3.-zai-zhi-chi-de-ping-tai-kai-shi-jiao-yi)

{% hint style="success" %}
适合用于：

* 专注于单个代币的交易
* 在执行前调整下单金额、滑点及相关设置
  {% endhint %}

</details>

<details>

<summary>2. 侧边栏</summary>

使用侧边栏在浏览不同代币时快速下单。

{% hint style="success" %}
适合用于：

* 扫描多个代币
* 在不离开当前页面的情况下快速决策
  {% endhint %}

</details>

<details>

<summary>3. 弹窗</summary>

使用弹窗即可在不离开当前页面的情况下完成买入。

{% hint style="success" %}
适合用于：

* 轻量、无干扰的交易执行
* 多任务处理时进行交易
  {% endhint %}

</details>


---

# 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/xia-dan-jiao-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.
