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

# Getting Started

> Learn how to integrate Abstract Global Wallet into your application.

## New Projects

To kickstart a new project with AGW configured, use our CLI tool:

```bash theme={null}
npx @abstract-foundation/create-abstract-app@latest my-app
```

## Existing Projects

Integrate Abstract Global Wallet into an existing project using one of our integration guides below:

<CardGroup cols={2}>
  <Card
    title="Native Integration"
    href="/abstract-global-wallet/agw-react/native-integration"
    icon={
  <img
    src="https://raw.githubusercontent.com/Abstract-Foundation/abstract-docs/main/images/abs-green.png"
    alt="Native"
  />
}
  >
    Add AGW as the native wallet connection option to your React application.
  </Card>

  <Card
    title="Privy"
    href="/abstract-global-wallet/agw-react/integrating-with-privy"
    icon={
  <img
    src="https://raw.githubusercontent.com/Abstract-Foundation/abstract-docs/main/images/privy-green.png"
    alt="Privy"
  />
}
  >
    Integrate AGW into an existing Privy application.
  </Card>

  <Card
    title="ConnectKit"
    href="/abstract-global-wallet/agw-react/integrating-with-connectkit"
    icon={
  <img
    src="https://raw.githubusercontent.com/Abstract-Foundation/abstract-docs/main/images/connectkit-green.png"
    alt="ConnectKit"
  />
}
  >
    Integrate AGW as a wallet connection option to an existing ConnectKit
    application.
  </Card>

  <Card
    title="Dynamic"
    href="/abstract-global-wallet/agw-react/integrating-with-dynamic"
    icon={
  <img
    src="https://raw.githubusercontent.com/Abstract-Foundation/abstract-docs/main/images/dynamic-green.png"
    alt="Dynamic"
  />
}
  >
    Integrate AGW as a wallet connection option to an existing Dynamic
    application.
  </Card>

  <Card
    title="RainbowKit"
    href="/abstract-global-wallet/agw-react/integrating-with-rainbowkit"
    icon={
  <img
    src="https://raw.githubusercontent.com/Abstract-Foundation/abstract-docs/main/images/rainbowkit-green.png"
    alt="RainbowKit"
  />
}
  >
    Integrate AGW as a wallet connection option to an existing RainbowKit
    application.
  </Card>

  <Card
    title="Thirdweb"
    href="/abstract-global-wallet/agw-react/integrating-with-thirdweb"
    icon={
  <img
    src="https://raw.githubusercontent.com/Abstract-Foundation/abstract-docs/main/images/thirdweb-green.png"
    alt="Thirdweb"
  />
}
  >
    Integrate AGW as a wallet connection option to an existing thirdweb
    application.
  </Card>
</CardGroup>
