# Set DMX in Layer Layouts

It is also possible to set a value of a single channel with **Set DMX** layer node.

In our case, we overwrite Channel 2 in Universe 1 with the Value 220. This value will be sent, along with other DMX Channel values to the final endpoints, or DMX nodes.

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

It is also possible to set multiple channel values with a single *Set Data* node. You can do this by clicking on the **Add channel** button in the *Node properties* of the selected *Set Data* node.

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

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

{% hint style="info" %}
**Good to know**: there is a Stock Layer Template that does that already. It's called [Send DMX](/layers-and-layouts/stock-layer-templates/control-layer-templates/send-dmx.md).
{% endhint %}


---

# 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/dmx/dmx-out/set-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.
