> For the complete documentation index, see [llms.txt](https://sinqlarity.gitbook.io/sinqlarity-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sinqlarity.gitbook.io/sinqlarity-docs/getting-started/library-installation.md).

# LIBRARY INSTALLATION

The easiest way to integrate the SinQlarity library into your JavaScript project is through the npm module.

**Install the package via `npm`:**

```javascript
npm install sinlarity
```

**or `yarn`:**

```javascript
yarn add sinlarity
```

**Import SinQlarity:**

```javascript
const { sinlarity } =  require("sinlarity");
```
