# SDK Installation - Node.js

Welcome to the **Trade NodeJS SDK**! This SDK makes it easy to integrate LSports' Trade platform into your Node.js applications. Follow the instructions below to get started quickly.

### Package Info <a href="#package-info" id="package-info"></a>

* **Package Name:** `trade360-nodejs-sdk`
* **NPM Page:** [![](https://static-production.npmjs.com/da3ab40fb0861d15c83854c29f5f2962.png)npm: trade360-nodejs-sdk](https://www.npmjs.com/package/trade360-nodejs-sdk)
* **Latest Version:** Check on [NPM](https://www.npmjs.com/package/trade360-nodejs-sdk)

### Installation <a href="#installation" id="installation"></a>

Install the SDK using your preferred package manager:

### **Using npm**

```
npm install trade360-nodejs-sdk
```

### Documentation <a href="#documentation" id="documentation"></a>

* You can find the ReadMe file [here](https://github.com/lsportsltd/trade360-nodejs-sdk)
* API Reference and usage examples are available in the [SDK's git repository](https://github.com/lsportsltd/trade360-nodejs-sdk/tree/main/sample)
* For detailed integration assistance, please contact our support team or refer to our developer portal


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lsports.eu/u/trade/integration/sdk/sdk-installation-guide-nodejs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
