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

# SDK Introduction

> Get started with Fathom using our official TypeScript and Python SDKs

## Choose Your SDK

Get started in minutes with our official SDKs. They handle authentication, pagination, error handling, and all the complex stuff so you can focus on building amazing integrations.

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="code" href="/sdks/typescript-installation" arrow="true" cta="Get Started">
    Full type safety, async/await support, and tree-shaking for optimal bundle sizes.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python-installation" arrow="true" cta="Get Started">
    Built with Pydantic for validation and supports both sync and async operations.
  </Card>
</CardGroup>
