> For the complete documentation index, see [llms.txt](https://docs.greenstack.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greenstack.dev/configuration/edge-devices/device-setup.md).

# Device Setup

Completing the setup of a new edge device involves choosing an installation location, connecting it to the building network, and establishing an internet connection.&#x20;

### Choosing an Installation Location

When choosing an installation location for a new edge device, it's important to consider the following:

* A 120VAC outlet is required for powering the device
* An Ethernet or WiFi connection is required for connecting to building networks and the internet
* The device's ambient temperature cannot exceed 80°F
* The device is not suitable for outdoor installation and must be kept dry and dust-free

### Configuring Network Connections

The new edge device will be pre-programmed with the IP address settings you requested during the procurement process. Connect the device as instructed by your Counterbalance project engineer. If you need to modify device settings or adjust the installation plan, please contact support.&#x20;

### Device Pairing & Activation

Once a device is set up and connected to the Internet, you can pair it with your Green Stack account using the Green Stack Console.

To pair a new device:

1. **Log in** to the [**Green Stack Console**](https://console.greenstack.cloud/launcher) and navigate to **System Configuration**
2. Select **Edge Devices** from the sidebar
3. Click **Activate Device**
4. Provide the **twelve-digit serial number** printed on the device
5. Provide an optional I**nstalled Location** and **Description**
6. Click **Activate Device** to complete the pairing process


---

# 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://docs.greenstack.dev/configuration/edge-devices/device-setup.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.
