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

# SDK

> Use the SDK to integrate Gladia into your project

To integrate Gladia into your project faster, and use all of our best practices for transcribing audio, you can use one of our SDKs.

<Tip>
  Want to start building realtime transcription applications with Gladia? Check out our [live transcription guide](/chapters/live-stt/quickstart).
</Tip>

<CardGroup cols={2}>
  <Card title="Typescript/Javascript" icon="js" href="https://www.npmjs.com/package/@gladiaio/sdk">
    Use the JavaScript SDK to integrate Gladia into your project
  </Card>

  <Card title="Python" icon="python" href="https://pypi.org/project/gladiaio-sdk/">
    Use the Python SDK to integrate Gladia into your project
  </Card>
</CardGroup>
