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

# Installation

The MindsDB JavaScript SDK allows you to unlock the power of machine learning right inside your web applications. Read along to see how to install the MindsDB's JavaScript SDK.

## How to Install

To install the MindsDB JavaScript SDK, run the below command:

```bash theme={null}
npm install --save mindsdb-js-sdk
```

Here is the expected output:

<p align="center">
  <img src="https://mintcdn.com/mindsdb/U8_C23ppbMIBDBSs/assets/jssdk_install_output.png?fit=max&auto=format&n=U8_C23ppbMIBDBSs&q=85&s=785eb64700692e715bf849bbc28499a3" width="485" height="144" data-path="assets/jssdk_install_output.png" />
</p>
