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

# Installation

> Install the Client Commander SDK

## Node.js

Install the package via your preferred package manager:

<CodeGroup>
  ```bash npm theme={null}
  npm install @clientcommander/sdk
  ```

  ```bash pnpm theme={null}
  pnpm add @clientcommander/sdk
  ```

  ```bash yarn theme={null}
  yarn add @clientcommander/sdk
  ```
</CodeGroup>

## Requirements

* Node.js 16 or higher
* TypeScript 4.5+ (if using TypeScript)
