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

# Fleet Safety & Asset Orchestration

> Orchestrating the technical health and safe utilization of the rail fleet.

## 1. Wagon Health & Zig-Zag Analysis

The **Fleet Management** dashboard provides a real-time "Health Map" of all rolling stock. Assets are color-coded based on their operational status:

* **Green**: Available and in high technical condition.
* **Yellow**: Due for near-term maintenance or periodic revision.
* **Red/White**: Out of service or requires immediate technical inspection.

<Frame caption="The Zig-Zag fleet dashboard visualizing wagon status across the network.">
  <img src="https://mintcdn.com/wavecentric/jP_Od8F4bWMUOeMH/images/magemo/fleet/zigzag1.png?fit=max&auto=format&n=jP_Od8F4bWMUOeMH&q=85&s=bb5c9d40ea01e0a318b75f204d5a1e31" alt="Fleet Dashboard" width="1567" height="746" data-path="images/magemo/fleet/zigzag1.png" />
</Frame>

## 2. The Rail Safety Matrix

One of the most critical orchestration layers is the **Compatibility Matrix**. It physically prevents the assignment of a Loading Unit (UTI) to a Wagon if the parameters (weight, length, geometry) are unsafe.

* **Weight Thresholds**: Automatic blocking if the total mass of the UTI exceeds the load limit of the assigned Wagon type.
* **Dimensional Geometry**: Ensuring that the "Profile" of the container is compatible with the rail trace's clearance limits.

<Frame caption="The technical relationship board between Wagons and Loading Units.">
  <img src="https://mintcdn.com/wavecentric/jP_Od8F4bWMUOeMH/images/relazione_ferroviaria.png?fit=max&auto=format&n=jP_Od8F4bWMUOeMH&q=85&s=9764af01531561f850cea06291e80197" alt="Rail Relationship Board" width="1136" height="633" data-path="images/relazione_ferroviaria.png" />
</Frame>

## 3. Asset Relocation Logic

The system analyzes empty wagon positions across all terminals and suggests "Light Runs" to nodes with high predicted demand, optimizing the network's asset utilization.

```mermaid theme={null}
graph LR
    W[Wagon Status] -->|Safety Check| C[Composition Table]
    C -->|Validated| TRN[Train Manifest]
    C -->|Rejected| ALR[Warning: Non-Compatible]
```
