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

# Come fare trading usando lo Smart Router

## Trading con Smart Router

Smart Router è disabilitato per impostazione predefinita nella pagina di swap. Il suo utilizzo è simile all'AMM esistente di PancakeSwap.

Prima di iniziare, è necessario un **portafoglio compatibile con BNB Chain e BNB per le commissioni di gas.** Consulta la nostra [guida ai portafogli](/italian/benvenuto-su-pancakeswap/how-to-guides/get-started/wallet-guide.md) per maggiori dettagli.

1. Vai alla pagina di swap [qui.](https://pancakeswap.finance/swap#/swap)
2. Scegli le coppie di token che vuoi scambiare. Al lancio, solo l'input esatto è accettato per Smart Router a causa di problemi di Slippage.
3. Inserisci il valore dei token che desideri scambiare. Seleziona la casella **"Usa StableSwap per commissioni migliori"**.

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

4\. Controlla il nuovo percorso usando l'icona nel campo del percorso nella riga inferiore. Sei pronto! Il processo di swap successivo è lo stesso del solito. Se è la prima volta che fai trading, consulta la [guida qui.](/italian/scambia/pancakeswap-exchange/trade-guide.md)

## Disattivare Smart Router

Disabilitare lo smart router instrada tutti gli scambi attraverso i percorsi V2. Le coppie StableSwap non saranno abilitate.

1. Clicca l'icona **Impostazioni** in alto a destra del menu di swap.
2. **Disabilita Smart Router** nel popup che appare.

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

3\. Chiudi la pagina Impostazioni.


---

# 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/italian/scambia/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.
