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

# Comment trader avec Smart Router

## Trading avec le Smart Router

Le Smart Router est désactivé par défaut sur la page de Swap. Son utilisation est similaire à celle de l'AMM PancakeSwap existant.

Avant de commencer, vous aurez besoin d'un **portefeuille compatible avec BNB Chain et de BNB pour les frais de gas.** Veuillez consulter notre [guide des portefeuilles](/french/bienvenue-sur-pancakeswap/how-to-guides/get-started/wallet-guide.md) pour plus de détails.

1. Accédez à la page de Swap [ici.](https://pancakeswap.finance/swap#/swap)
2. Choisissez les paires de tokens que vous souhaitez échanger. Au lancement, seule la saisie exacte est acceptée pour le Smart Router en raison de problèmes de Glissement.
3. Saisissez la valeur des tokens que vous souhaitez échanger. Cochez la case **« Utiliser StableSwap pour de meilleurs frais »**.

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

4\. Vérifiez la nouvelle route en utilisant l'icône dans le champ de route sur la dernière ligne. Tout est prêt ! La suite du processus de Swap est identique à la procédure habituelle. Si c'est votre première fois, consultez le [guide ici.](/french/echange/pancakeswap-exchange/trade-guide.md)

## Désactiver le Smart Router

Désactiver le Smart Router achemine tous les échanges via les chemins V2. Les paires Stableswap ne seront pas activées.

1. Cliquez sur l'icône **Paramètres** en haut à droite du menu de Swap.
2. **Désactivez le Smart Router** dans la fenêtre contextuelle qui apparaît.

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

3\. Fermez la page des Paramètres.


---

# 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/french/echange/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.
