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

# Deploy Pool

> Create an AMM trading pool

Deploy a new liquidity pool on Forte DEX. You can create pools using the hosted interface or deploy programmatically with code.

Choose your preferred deployment method below.

<CardGroup cols={2}>
  <Card title="Deploy via UI" icon="sidebar" href="/guides/deploy-pool-ui">
    Use the Forte AMM website to create your pool
  </Card>

  <Card title="Deploy via Code" icon="code" href="/guides/deploy-pool-code">
    Deploy pools programmatically using scripts
  </Card>
</CardGroup>
