# SDK Package for NodeJs

Also if you wish to use package for developing with Node.JS project such as Web3. We also provide [SIX Datachain SDK](https://www.npmjs.com/package/@sixnetwork/six-data-chain-sdk?fbclid=IwAR10noWSV1zO6f7fvqf-sP-U8nxmy4O8uJWuL_nQa4BAePO109T5-LnSZdE) for developer to connect our node directly.

You can see the example how to use sdk at [SIX DATACHAIN EXAMPLE](https://github.com/thesixnetwork/six-data-chain-sdk/tree/release-v2.0.0/examples)

```bash
npm i @sixnetwork/six-data-chain-sdk
# or
yarn add @sixnetwork/six-data-chain-sdk
```


---

# 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://sixnetwork.gitbook.io/nft-gen-2-tech-doc/getting-started/sdk-package-for-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.
