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

# Overview

There are some different ways to integrate Sophon Account into your application:

* Using the **React** and **React Native** SDKs
* Using the **EIP-6963** standard on *any* web plaform

<CardGroup cols={3}>
  <Card title="EIP-6963" icon="globe" href="./eip6963">
    Fast integration by just importing a package into your existing project.
  </Card>

  <Card title="React" icon="react" href="./react">
    Integrate any web app with Sophon Account.
  </Card>

  <Card title="React Native" icon="mobile" href="./react-native">
    Integrate any mobile app with Sophon Account.
  </Card>
</CardGroup>

<Note>
  Some of the options available require a valid `partnerId` to be provided to
  the SDK. Email us at [product@sophon.xyz](mailto:product@sophon.xyz) to request yours.
</Note>
