> For the complete documentation index, see [llms.txt](https://docs.lightact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lightact.com/dmx/dmx-in/get-dmx-in-layer-layouts.md).

# Get DMX in Layer Layouts

Once you have enabled DMX In, there is the possibility to get a single channel value via layer node. For this purpose, we've added the *Get Dmx* layer node.

In our example, we are receiving the *Channel value* 40 from Channel 1 in Universe 1.

<div align="left"><figure><img src="/files/tNwF1IOeX4rDjoJYGdw0" alt=""><figcaption></figcaption></figure></div>

It is also possible to get multiple channel values at the same time from a single *Get Data* node. You can do this by clicking on the **Add channel** button in the *Node properties* of a selected *Get Data* node.

<div align="left"><figure><img src="/files/kt8GtSX5iUvUTyfGn7cQ" alt=""><figcaption></figcaption></figure></div>

Similarly, to remove a channel from the node, simply click on the **Remove channel** button.


---

# 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:

```
GET https://docs.lightact.com/dmx/dmx-in/get-dmx-in-layer-layouts.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.
