> ## 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 web applications using JavaScript and popular frontend frameworks

The web quickstarts walk you through integrating Fingerprint into your frontend using vanilla JavaScript or popular 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 web 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="Angular" icon="angular" href="/docs/angular-quickstart" />

  <Card horizontal title="JavaScript" icon="js" href="/docs/v3/javascript-quickstart" />

  <Card horizontal title="Next.js" icon="https://mintcdn.com/fingerprint/lk86M4Qf_4eAjKYN/icons/nextjs-orange-7.svg?fit=max&auto=format&n=lk86M4Qf_4eAjKYN&q=85&s=7921965ac772eba17aeddc091d957779" href="/docs/v3/nextjs-quickstart" width="24" height="24" data-path="icons/nextjs-orange-7.svg" />

  <Card horizontal title="Nuxt" icon="https://mintcdn.com/fingerprint/lk86M4Qf_4eAjKYN/icons/nuxt-orange-7.svg?fit=max&auto=format&n=lk86M4Qf_4eAjKYN&q=85&s=ca19e5e133b3ce9fbf341379f0e0571c" href="/docs/v3/nuxt-quickstart" width="24" height="24" data-path="icons/nuxt-orange-7.svg" />

  <Card horizontal title="Preact" icon="https://mintcdn.com/fingerprint/lk86M4Qf_4eAjKYN/icons/preact-orange-7.svg?fit=max&auto=format&n=lk86M4Qf_4eAjKYN&q=85&s=6a0055dbc5edf1ed3b2f8740719da1ad" href="/docs/v3/preact-quickstart" width="24" height="24" data-path="icons/preact-orange-7.svg" />

  <Card horizontal title="React" icon="react" href="/docs/v3/react-quickstart" />

  <Card horizontal title="Svelte" icon="https://mintcdn.com/fingerprint/4d9So3SZdfNjiCrz/icons/svelte-orange-7.svg?fit=max&auto=format&n=4d9So3SZdfNjiCrz&q=85&s=56d2a2679b495a06bc89c8230b58f669" href="/docs/v3/svelte-quickstart" width="640" height="640" data-path="icons/svelte-orange-7.svg" />

  <Card horizontal title="Vue" icon="vuejs" href="/docs/v3/vue-quickstart" />
</Columns>
