> ## 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.

# Overview

> How to use the guides

These guides provide step-by-step instructions for the core operations on Forte DEX. Each guide is available in two formats: a UI-based walkthrough for using the Forte AMM interface, and a code-based guide for programmatic integration.

Choose a guide below to get started.

<CardGroup cols={3}>
  <Card title="Swap Tokens" icon="arrow-right-arrow-left" href="/guides/swap-tokens">
    Execute token swaps through a pool
  </Card>

  <Card title="Deploy Pool" icon="water-ladder" href="/guides/deploy-pool">
    Create and configure a new pool
  </Card>

  <Card title="Add Liquidity" icon="droplet" href="/guides/add-liquidity">
    Add liquidity to your own or existing pools
  </Card>
</CardGroup>
