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

# JavaScript Client SDK

The JavaScript Client SDK allows you to consume the [Client API](/client-api) in your TypeScript/JavaScript
application. This is a well-typed and well-documented library that makes it easy for developers to connect
to Proficient AI services from frontend applications.

## Installation

You can install the JS Client SDK via [npm](https://www.npmjs.com/package/@proficient/client) or [Yarn](https://yarnpkg.com/package/@proficient/client).

<CodeGroup>
  ```bash npm theme={null}
  npm i -E @proficient/client
  ```

  ```bash yarn theme={null}
  yarn add -E @proficient/client
  ```
</CodeGroup>

<br />

<Snippet file="exact-version.mdx" />
