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

# NodeJS

> Get started with the Equos NodeJS SDK to build interactive AI experiences with ease on NodeJS.

## Installation

Install the Equos NodeJS SDK via npm:

```bash theme={null}
npm i @equos/node-sdk
```

## Usage

Usage is described in the package documentation.

<Columns cols={2}>
  <Card icon="npm" title="View package on NPM" href="https://www.npmjs.com/package/@equos/node-sdk">
    View the package on NPM.
  </Card>

  <Card icon="github" title="View code examples on GitHub" href="https://github.com/EquosAI/equos-examples/blob/main/README.md">
    View code examples on GitHub.
  </Card>
</Columns>
