# Node Action Flow

Action flow determines which nodes will be executed. You determine the action flow with Lifeline connections and every Lifeline starts with a Lifeline generator node.

## Default Lifeline Generator Nodes

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

Default layer nodes: **Tick**, **On Begin,** or **On End**.

## Other Lifeline Generator Nodes

![Several nodes have New message lifeline output](/files/as6SJM2YlT9RU4q9ELNr)

There are a lot of nodes that have **New message** lifeline output. These nodes are primarily designed to receive messages from the network and work in conjunction with receiving *Device nodes*.

{% hint style="info" %}
**Good to know:** A good indicator that a layer is active, is blinking connection lines.
{% 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/layers-and-layouts/layer-layouts/nodes/node-action-flow.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.
