> For the complete documentation index, see [llms.txt](https://nodered-dashboards.gitbook.io/node-red-dashboards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nodered-dashboards.gitbook.io/node-red-dashboards/setup/installing-dashboards-into-node-red-cloud-instance.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nodered-dashboards.gitbook.io/node-red-dashboards/setup/installing-dashboards-into-node-red-cloud-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
