# Swap Tokens

1. Head to the [Swap ](https://app.tokan.exchange/swap)page on the [dApp](https://app.tokan.exchange/swap).
2. Use the Connect Wallet button in the top right to connect your wallet\
   (If you do not have an existing wallet, then refer to this [guide](/getting-started/wallet-setup.md))
3. You can then swap tokens by following these steps:

   1. Click the "from" tab to select the token you want to swap from&#x20;
   2. Click the "to" tab to select the token you want to swap to
   3. Enter the amount you want to swap in the "from" input box

   <mark style="color:red;">If it's your first time transacting a token, your wallet will ask for approval before proceeding.</mark>

<figure><img src="/files/JDiPIIqR9LSFwioLWA1K" alt=""><figcaption></figcaption></figure>

4. Click on **Swap**
5. Once the pop up appears, confirm the details are correct and click on **Swap**

<figure><img src="/files/ftyHraYrzRMWLccvgPTH" alt=""><figcaption></figcaption></figure>


---

# 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.tokan.exchange/getting-started/guides/swap-tokens.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.
