# TUIO

TUIO has only a receiver device which means it can only receive data.

## Receiving TUIO

Workflow and settings are similar to previous devices

### Setup in the Devices window

Insert a **TUIO Receiver** node and after you set *Stream* parameters check the **Listen** checkbox.

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

On this screenshot, we are receiving data from the TUIO sender application.

### Setup in the Layouts window

Insert a **Read TUIO** node and choose the device in **Device** input. After this, you can set the **Message index**. This index simply fetches the message, where multiple messages can be received.

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


---

# 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/tuio.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.
