> ## 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 the backend using server-side SDKs for popular programming languages

The server quickstarts walk you through integrating Fingerprint into your backend using popular languages and frameworks. Each guide covers installing the Server SDK, retrieving visitor identification data with an event ID, and using the results to enforce policies such as blocking automation or limiting repeat signups. Before starting, complete a [web](/docs/v3/web-quickstarts-overview) or [mobile](/docs/v3/mobile-quickstarts-overview) quickstart to generate an event ID from the client side.

<Columns cols={2}>
  <Card horizontal title=".NET" icon="https://mintcdn.com/fingerprint/4d9So3SZdfNjiCrz/icons/dotnet-orange-7.svg?fit=max&auto=format&n=4d9So3SZdfNjiCrz&q=85&s=dd5048ddbc6959084e680434d8ae90ea" href="/docs/v3/dotnet-server-quickstart" width="24" height="24" data-path="icons/dotnet-orange-7.svg" />

  <Card horizontal title="Go" icon="golang" href="/docs/v3/go-server-quickstart" />

  <Card horizontal title="Java" icon="java" href="/docs/v3/java-server-quickstart" />

  <Card horizontal title="Node.js" icon="node" href="/docs/v3/node-server-quickstart" />

  <Card horizontal title="PHP" icon="php" href="/docs/php-server-quickstart" />

  <Card horizontal title="Python" icon="python" href="/docs/v3/python-server-quickstart" />
</Columns>
