> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/jiao-yi/pancakeswap-exchange/smart-router-v2/how-to-trade-using-smart-router.md).

# 如何使用 Smart Router 进行交易

## 在 Smart Router 上交易

Smart Router 在兑换页面上默认禁用。它的使用方式与现有的 PancakeSwap AMM 类似。

开始之前，需要一个\*\*兼容 BNB Chain 的钱包以及用于支付 gas 费用的 BNB。\*\*有关更多详情，请查看我们的[钱包指南](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started/wallet-guide.md)。

1. 前往兑换页面[此处。](https://pancakeswap.finance/swap#/swap)
2. 选择你想要交易的代币对。在推出之初，由于滑点方面的考虑，Smart Router 仅接受精确输入。
3. 输入你希望交易的代币数值。勾选 **“Use StableSwap for better fees”** 复选框。

<img src="https://lh6.googleusercontent.com/fNM6jpqnmXBd870E-IpR0Moq1crdhh35nhICBA3ELIpLOI_Iy2JfeUtMQUZBCcL31XxqEpVSQcsYpayoTC0w5z1Z81HyQ_CgNu4TA4DV-sCqVvo8s0r8WJ63hzRRUGP9vEavHuSltMzpsNNWgidGg-VSCNA3CGoz4-n3mdc_a-HDDRHp69yN1jnbUgpeaA" alt="" data-size="original">

4\. 使用底部一行路由字段中的图标查看新路由。一切就绪！后续的兑换流程与平常相同。如果这是你第一次交易，请查看[此处的指南。](/chinese/jiao-yi/pancakeswap-exchange/trade-guide.md)

## 关闭 Smart Router

禁用 Smart Router 会将所有交易通过 V2 路径进行路由。StableSwap 交易对将不会启用。

1. 点击兑换菜单右上角的\*\*设置（Settings）\*\*图标。
2. 在出现的弹出窗口中**禁用 Smart Router（Disable Smart Router）**。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Screenshot%202022-11-25%20at%202.02.11%20PM.png)

3\. 关闭设置页面。


---

# 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.pancakeswap.finance/chinese/jiao-yi/pancakeswap-exchange/smart-router-v2/how-to-trade-using-smart-router.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.
