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

# SDKs: Send data from your application into Mixpanel

Our SDKs allow you to implement Mixpanel in a wide range of environments. Visit our [Github repo](https://github.com/mixpanel) to see the library source code.

If you do not see an SDK in your preferred language, leverage our [HTTP APIs](/reference/ingestion-api) directly.

## Client-Side SDKs

<CardGroup cols={3}>
  <Card title="Javascript" href="/docs/tracking-methods/sdks/javascript" />

  <Card title="React Native" href="/docs/tracking-methods/sdks/react-native" />

  <Card title="Android" href="/docs/tracking-methods/sdks/android" />

  <Card title="iOS (Objective-C)" href="/docs/tracking-methods/sdks/ios" />

  <Card title="iOS (Swift)" href="/docs/tracking-methods/sdks/swift" />

  <Card title="Flutter" href="/docs/tracking-methods/sdks/flutter" />

  <Card title="Unity" href="/docs/tracking-methods/sdks/unity" />
</CardGroup>

## Server-Side SDKs

<CardGroup cols={3}>
  <Card title="Python" href="/docs/tracking-methods/sdks/python" />

  <Card title="Node.js" href="/docs/tracking-methods/sdks/nodejs" />

  <Card title="Ruby" href="/docs/tracking-methods/sdks/ruby" />

  <Card title="PHP" href="/docs/tracking-methods/sdks/php" />

  <Card title="Go" href="/docs/tracking-methods/sdks/go" />

  <Card title="Java" href="/docs/tracking-methods/sdks/java" />
</CardGroup>

## Session Replay SDKs

<CardGroup cols={3}>
  <Card title="Session Replay (Android)" href="/docs/tracking-methods/sdks/android/android-replay" />

  <Card title="Session Replay (Swift)" href="/docs/tracking-methods/sdks/swift/swift-replay" />

  <Card title="Session Replay (React Native)" href="/docs/tracking-methods/sdks/react-native/react-native-replay" />
</CardGroup>

## Utility

<CardGroup cols={3}>
  <Card title="Mixpanel-utils Module↗" href="https://github.com/mixpanel/mixpanel-utils" />
</CardGroup>
