> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forteamm.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Swap Tokens

> How to create swap transactions

Swap tokens through a Forte DEX pool using either the hosted UI or by integrating swap functionality directly into your application.

Choose your preferred method below to get started.

<CardGroup cols={2}>
  <Card title="Swap via UI" icon="sidebar" href="/guides/swap-tokens-ui">
    Use the Forte AMM website to execute swaps
  </Card>

  <Card title="Swap via Code" icon="code" href="/guides/swap-tokens-code">
    Integrate swap functionality into your application
  </Card>
</CardGroup>
