# Making a trade

For this example, we'll be buying some BOG. The token that supports and runs the Bogged Finance platform. But you can buy whatever you want!

* Visit the [Bogged Finance platform](https://app.bogged.finance/bsc/swap?).
* Press Connect Wallet in the top right.\
  ![](/files/NTh4XTWraCcYvuH6Aifo)
* The wallet should instantly connect, if not, you may need to make sure Metamask is unlocked. Click the metamask icon and enter your password if needed, then try Step 2 again.
* Now you're connected to Bogged Finance!
* First we'll need to select which token you wish to trade, press the big green "Select Token" button.\
  ![](/files/tJM7vIVJo9DZnAoFuTw7)
* We're going to Select "Bogged Finacne (BOG)" for this example, but if you want to buy something else, you can select it from our list or if you have the address of the token you can enter it in the textbox above.

{% hint style="info" %}
Not all tokens are listed in the Token List. To find the address of a more obscure token, you should visit their official website and look for their "Contract Address". It always starts with 0x. You can paste it into the Bogged Finance site to trade it.
{% endhint %}

* Now we want to enter how much of the token we wish to buy. \
  ![](/files/x9cmla3fAF5dj7AkwlAp)
* When you enter the amount you of BNB you wish to sell for the token, it'll automatically show you how much of the other token you'll get.

{% hint style="info" %}
The "To" amount doesn't factor in any token fees. These are fees added by token creators. Most large tokens have low or no fees, some smaller more obscure tokens can have fees up to 20%.
{% endhint %}

* Now press "Swap", if you're happy with the trade.
* **Congratulations**, you'll receive your tokens in just a few seconds!


---

# Agent Instructions: 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:

```
GET https://docs.bogged.finance/bogged-finance/product-information/dex-aggregator/making-a-trade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
