# Add and Configure EdgeNodes

An **EdgeNode** in EasyEdge represents a physical or virtual gateway device running the EasyEdge runtime. It is responsible for collecting data from connected equipment, executing edge logic, and securely transmitting data to your chosen destinations.

Each **System** can have one or more EdgeNodes, allowing you to:

* Distribute workloads across multiple sites or gateways
* Scale from single-node to multi-node architectures
* Maintain modularity and flexibility in your deployment strategy

## Supported Deployment Methods

EasyEdge supports multiple methods to deploy and configure EdgeNodes, depending on your preferred environment and hardware setup. This section sub-pages cover step-by-step instructions for each method.

{% hint style="info" %}
⚙️ Each EdgeNode must be **bound to a System** during setup to receive its configuration and start exchanging data.
{% endhint %}

Once added, EdgeNodes appear in your EasyEdge Studio under the corresponding System and can be remotely monitored, configured, and updated through the cloud platform.


---

# 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://easyedge.gitbook.io/easyedge/add-and-configure-edgenodes.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.
