# Network

LightAct has integrated various network messaging protocols such as OSC, TCP, UDP and TUIO. In general, the workflow is very similar for all of them. First, we are going to set up everything in the *Devices* window and then proceed to the setup in a *Layer* layout.

### Setup in Devices window

In order to create the device node, right-click on the *Device* window and choose a device under the *Network* category.

<div align="left"><img src="/files/2bTUEAkmvRrS9QCq73rj" alt=""></div>

### Setup in Layer Layouts

In order to create the layer node, right-click on the *Layer* window and choose a node under the *Network* category.

<div align="left"><img src="/files/8Z9CMv5T6CtaYEaY6DCY" alt=""></div>

In the next chapters, we will go through the workflow for each device.


---

# 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://docs.lightact.com/integrations/network.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.
