> ## 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.

# Service Definition & Management

> Defining and managing complex multi-modal service products.

Through the Orchestration layer, users can define complex multi-modal service products with granular precision. This includes:

### Commercial Templates

Pre-defined service rotations that can be instantiated with a single click. These templates encapsulate the standard operational path, baseline costs, and required resources.

<Frame caption="The Service Management interface for defining new multi-modal offerings.">
  <img src="https://mintcdn.com/wavecentric/N4bEljzdv1huU6fv/images/magemo/new-srvice.png?fit=max&auto=format&n=N4bEljzdv1huU6fv&q=85&s=c133f2e0f839d78227663941b3c24423" alt="Nuovo Servizio Form" width="797" height="702" data-path="images/magemo/new-srvice.png" />
</Frame>

### Dynamic Pricing Models

Integration with **CENTRICO's** quotation management to provide real-time cost-to-serve analytics. This allows commercial teams to adjust margins based on live operational data from the Data Lake.

### Node-to-Node Blueprinting

High-fidelity mapping of terminals, border crossings, and shunting zones. Each node is enriched with technical constraints (e.g., maximum train length, shunting hours) to ensure service designs are physically feasible.

```mermaid theme={null}
graph LR
    T[Template] --> S[Service Instance]
    S --> P[Pricing Engine]
    S --> N[Nodes]
```
