> ## Documentation Index
> Fetch the complete documentation index at: https://omniloy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Flows: Input, Configuration, Output

> Shared three layer node structure

All nodes follow a common three layer model: input, configuration, and output. This structure simplifies maintenance and keeps behavior understandable across teams.

Input defines what context enters the node. Configuration defines how the node acts on that context. Output defines what structured result is passed to the next step.

Using the same pattern across the flow increases consistency, traceability, and operational clarity.

<img src="https://mintcdn.com/omniloy/y3myNmUkr8zb4RBF/images/omnicare/flujos-io.png?fit=max&auto=format&n=y3myNmUkr8zb4RBF&q=85&s=a91614c0c55fc8065e26da386d1005d1" alt="Input Configuration Output model" width="1667" height="456" data-path="images/omnicare/flujos-io.png" />
