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

# Overview

> Get started with Fingerprint on mobile apps using native and cross-platform frameworks

The mobile quickstarts walk you through integrating Fingerprint into your mobile app using native and cross-platform frameworks. Each guide covers installing the client agent, making an identification request, and retrieving an event ID that can be sent to your backend. After completing a mobile quickstart, follow a [server quickstart](/docs/v3/server-quickstarts-overview) to retrieve full visitor data and apply your decisioning logic.

<Columns cols={2}>
  <Card horizontal title="Android" icon="android" href="/docs/android-quickstart" />

  <Card horizontal title="Flutter" icon="flutter" href="/docs/flutter-quickstart" />

  <Card horizontal title="iOS" icon="apple" href="/docs/ios-quickstart" />

  <Card horizontal title="React Native" icon="react" href="/docs/react-native-quickstart" />
</Columns>
