> ## 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.

# Node.js Admin SDK

The Node.js Admin SDK allows you to consume the [Admin API](/admin-api) in your Node.js & 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 backend applications.

## Installation

You can install the Node.js Admin SDK via [npm](https://www.npmjs.com/package/@proficient/admin) or [Yarn](https://yarnpkg.com/package/@proficient/admin).

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

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

<br />

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