# Finding LightAct Machines

To establish a LightNet cluster here are the steps you need to follow:

1. **Enable LightNet** on all machines
2. **Scan the network on Primary**: Primary should be able to find all LightAct machines on the network
3. **Assign LightNet roles**: this means you'll tell each machine in a cluster which role (Secondary, Backup or Editor) it will take.
4. **Establish cluster**: this means LightAct will run some Network checks, establish all the required communication channels, and transfer project files.
5. **Asset transfer**: Asset transfer is a separate step, that will be performed many times during a typical programming session.

So, let's proceed step by step.

## Enabling LightNet

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

In order to enable LightNet, just click on **Enabled checkbox** in **LightNet Management** window (available in Window top menu)

{% hint style="info" %}
**Good to know**: if you go to **Preferences**, **LightNet** tab you will find there a **Enable on new project** checkbox, which, if checked, ensures that everytime LightAct starts, LightNet is already enabled.

Alternatively, there is also a dedicated launch argument, that makes sure LightNet is enabled. Please refer to [Launching LightAct with Launch Arguments](/miscellaneous/launching-lightact-with-arguments.md).
{% endhint %}

## Scanning the Network

<figure><img src="/files/5mQBwCVu99I4Fct2BQh0" alt=""><figcaption></figcaption></figure>

Click on **Scan network** button and all the machines in the cluster, that have LightNet enabled as well and use the same Multicast address and port, should appear.

Once they appear, it is time to Establish a cluster.


---

# 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/lightnet/lightnet-clusters.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.
