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

# Client SDKs

> Install a TypeSafe client SDK and use typed questions and answers in your application.

Our client SDKs provide typed questions and answers for the TypeSafe API and handle retries automatically with their default retry policy.

Choose a client SDK for installation instructions, examples, and API details.

<Card title="Python" href="/sdk/python">
  Install the Python client SDK and make your first request.
</Card>

<Card title="JavaScript / TypeScript" href="/sdk/javascript">
  Install the JavaScript client SDK and make your first typed request.
</Card>

You can also call the [HTTP API](/api) directly from any language.
