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

# Add Liquidity

> Become an LP and add liquidity to existing pool

Add liquidity to a Forte DEX pool to become a liquidity provider. You can deposit tokens through the hosted UI or integrate liquidity operations into your application.

Choose your preferred method below to get started.

<CardGroup cols={2}>
  <Card title="Add via UI" icon="sidebar" href="/guides/add-liquidity-ui">
    Use the Forte AMM website to add liquidity
  </Card>

  <Card title="Add via Code" icon="code" href="/guides/add-liquidity-code">
    Integrate liquidity operations into your application
  </Card>
</CardGroup>
