> 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/japanese/qu-yin/pancakeswap-exchange/smart-router-v2/how-to-trade-using-smart-router.md).

# Smart Routerを使った取引方法

## Smart Routerでの取引

Smart Routerはスワップページでデフォルトでは無効になっています。既存のPancakeSwap AMMの使用方法と同様です。

開始する前に、**BNB Chain対応ウォレットとガス代としてのBNBが必要です。** 詳細については[ウォレットガイド](/japanese/pancakeswapheyoukoso/how-to-guides/get-started/wallet-guide.md)をご確認ください。

1. [こちら](https://pancakeswap.finance/swap#/swap)のスワップページにアクセスします。
2. 取引したいトークンペアを選択します。ローンチ時は、スリッページの問題によりSmart Routerでは完全入力のみ対応しています。
3. 取引したいトークンの価値を入力し、\*\*「Use StableSwap for better fees（より良い手数料のためにStableSwapを使用）」\*\*のチェックボックスにチェックを入れます。

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

4\. 下部の行のルートフィールドにあるアイコンを使用して、新しいルートを確認します。これで設定完了です！以降のスワッププロセスは通常通りです。初めて取引する場合は[こちらのガイド](/japanese/qu-yin/pancakeswap-exchange/trade-guide.md)をご確認ください。

## Smart Routerをオフにする方法

Smart Routerを無効にすると、すべての取引がv2パスを通じてルーティングされます。StableSwapペアは有効になりません。

1. スワップメニューの右上にある**設定**アイコンをクリックします。
2. 表示されたポップアップで**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/japanese/qu-yin/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.
