# Network Communication

## Remote Actuators

A circuit board can affect decor other than the one it is attached to.&#x20;

1. Attach a remote actuator to your circuit board
2. Select the target decor
3. Configure the action to be performed

## Broadcast Actuators

Circuit boards can broadcast network messages within their space, which other boards can react to.&#x20;

1. Place a broadcast actuator in the first circuit board
2. Place a network listener in another
3. Set a message on the broadcast actuator to be sent to the network
4. Set the listener to listen to that message
5. Optionally, the broadcast actuator can send along data with the message, which the listener can then feed into its own circuit board

## Interspace Communication

Broadcast actuators can be set to broadcast their message to another space outside their own.

1. Attach a broadcast actuator on a circuit board
2. Change the target space from "Current" to the space where the message should be received
3. Set a message to be sent
4. Optionally, set data to send along with the message


---

# 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://moonsama.gitbook.io/moonsama-metaverse/gameplay/electronics/network-communication.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.
