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

# Getting Started

> Learn how to integrate using the Typescript Client Library

<Note>
  The Lume Typescript Client Library is currently in beta.
  Please reach out to our support team if you have any questions
  or feature requests, or encounter any bugs.
</Note>

## Install

Download the Typescript Client Library using your favorite package manager.

<CodeGroup>
  ```bash npm theme={null}
  npm install @lume-ai/typescript-sdk
  ```

  ```bash yarn theme={null}
  yarn add @lume-ai/typescript-sdk
  ```

  ```bash pnpm theme={null}
  pnpm add @lume-ai/typescript-sdk
  ```
</CodeGroup>

## Usage

For a complete walkthrough of how to use the Typescript Client Library, check out our [Quickstart Guide](/pages/libraries/typescript/quickstart).

The further client library documentation is available in our [Library Overview](/pages/libraries/typescript/overview).
