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

# Como negociar usando o Smart Router

## Negociando com o Smart Router

O Smart Router está desabilitado por padrão na página de Swap. Seu uso é semelhante ao AMM existente do PancakeSwap.

Antes de começar, é necessária uma **Carteira compatível com BNB Chain e BNB para taxas de gas.** Verifique nosso [guia de carteiras](/portuguese-brazilian/bem-vindo-ao-pancakeswap/how-to-guides/get-started/wallet-guide.md) para mais detalhes.

1. Acesse a página de Swap [aqui.](https://pancakeswap.finance/swap#/swap)
2. Escolha os pares de tokens que deseja negociar. No lançamento, apenas a entrada exata é aceita pelo Smart Router devido a preocupações com Slippage.
3. Insira o valor dos tokens que deseja negociar. Marque a caixa **"Usar StableSwap para melhores taxas"**.

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

4\. Verifique a nova rota usando o ícone no campo de rota na linha inferior. Está tudo pronto! O processo de Swap a seguir é o mesmo de sempre. Se esta for sua primeira negociação, consulte o [guia aqui.](/portuguese-brazilian/negociacao/pancakeswap-exchange/trade-guide.md)

## Desabilitando o Smart Router

Desabilitar o Smart Router faz com que todas as negociações sejam roteadas pelos caminhos V2. Os pares StableSwap não serão habilitados.

1. Clique no ícone de **Configurações** no canto superior direito do menu de Swap.
2. **Desabilite o Smart Router** no pop-up que aparecer.

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

3\. Feche a página de Configurações.


---

# 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/portuguese-brazilian/negociacao/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.
