# Install Toolbox

The Emotiv-BCI Node-RED Toolbox nodes can be installed via [npm](https://www.npmjs.com/).

To install, run the following command on Node-RED installation directory (\~/.node-red by default) in your Terminal or cmd window. If the node-red folder doesn't exist, run node-red program on cmd/terminal to create it.

`$ npm install node-red-contrib-emotiv-bci`

or run this command for global installation:

`$ npm install -g node-red-contrib-emotiv-bci`

After the completion of this step, you should see the Emotiv-BCI nodes visible at the bottom of the nodes list on the left side of the Node-RED interface.


---

# 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://emotiv.gitbook.io/emotivbci-node-red-toolbox/install-emotivbci-node-red-toolbox.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.
