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

# Overview

> Install and configure the Apitally SDK for your framework.

## Standard SDKs

For apps with long-running processes. These SDKs include a client that sends data to Apitally in the background.

<CardGroup cols={3}>
  <Card title="Python" icon="python" href="/sdk-reference/python/overview" />

  <Card title="JavaScript" icon="node-js" href="/sdk-reference/javascript/overview" />

  <Card title="Go" icon="golang" href="/sdk-reference/go/overview" />

  <Card title="Java" icon="java" href="/sdk-reference/java/overview" />

  <Card title=".NET" icon="microsoft" href="/sdk-reference/dotnet/overview" />
</CardGroup>

## Serverless SDKs

For apps running on Cloudflare Workers. These SDKs rely on [Logpush](https://developers.cloudflare.com/workers/observability/logs/logpush/) to send data to Apitally.

<CardGroup cols={3}>
  <Card title="Python" icon="python" href="/sdk-reference/python-serverless/overview" />

  <Card title="JavaScript" icon="node-js" href="/sdk-reference/javascript-serverless/overview" />
</CardGroup>
