# Installing Dashboards into Node-RED Cloud Instance

## Installing Dashboard Nodes&#x20;

![](/files/-LliMQy9_XsM-bfT5DPP)

**Step 1.** Search for the instance of the Node-RED starter kit you created on IBM Cloud&#x20;

![](/files/-LliMneTf4MW2wa6s5VR)

**Step 2.** Scroll down to Continuous delivery and click on View toolchain&#x20;

![](/files/-LliMwpoZrMBsnvs51NY)

**Step 3**.  Click on Git box under Code&#x20;

![](/files/-LliNINOTshOHY3HffV1)

**Step 4** . Once in Git click on package.json&#x20;

![](/files/-LliNSCMWonppKz81JLg)

**Step 5.** Edit package.json dependancies. Add :&#x20;

```
"node-red-dashboard":"2.x" 
```

in the dependency list as so and commit changes&#x20;

![](/files/-LliNbpvZT4rCDsvYYgQ)

**Step 6.** Once change is committed, launch the App url once again. Click on the hamburger menu >   Manage Palette section and then search for dashboard nodes. You should see  node-red-dashboard. Click install and you should successfully see dashboard pallet on your Node-RED editor

![](/files/-LliNtUFIsGwzNKsRgqI)

![](/files/-LliO-LMz6mZS6lgK73c)


---

# 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://nodered-dashboards.gitbook.io/node-red-dashboards/setup/installing-dashboards-into-node-red-cloud-instance.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.
