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

# Quotation & Pricing Orchestration

> The commercial engine for transforming inquiries into viable transport quotes.

## 1. Multi-Step Quotation Management

The **Quotation Management** module (`/quotation-management`) orchestrates the commercial response to complex multimodal requests.

* **Request Ingestion**: Links an `Inquiry` to a `req_ID`, creating a working container for cost calculation.
* **Scenario Comparison**: Planners can model multiple transport options (e.g., Road vs. Rail) within the same quote to present the most cost-effective solution.

<Frame caption="The Quotation Management interface for calculating costs and managing service requests.">
  <img src="https://mintcdn.com/wavecentric/lag-aXD7lr_BEtqN/images/quote1.png?fit=max&auto=format&n=lag-aXD7lr_BEtqN&q=85&s=c4e55b0271a94ec246c2fec9c5ff3daa" alt="Quotation Management" width="1717" height="935" data-path="images/quote1.png" />
</Frame>

## 2. Interactive Quotation Preview

The **Preview** module (`/quotation-preview`) ensures that the final output is commercially polished and technically accurate.

* **Live Markdown Rendering**: Generates a professional PDF/HTML view of the quote, including terms, conditions, and route visuals.
* **Operational Link**: Once a quote is accepted, it triggers the automatic creation of a **Booking** in the Magemo layer.

<Frame caption="Real-time Quotation Preview with professional document generation.">
  <img src="https://mintcdn.com/wavecentric/lag-aXD7lr_BEtqN/images/quote2.png?fit=max&auto=format&n=lag-aXD7lr_BEtqN&q=85&s=42573d950efaf0b3253ed52d83eb1357" alt="Quotation Preview" width="1610" height="843" data-path="images/quote2.png" />
</Frame>

```mermaid theme={null}
graph TD
    INQ[Inquiry Extraction] --> QM[Quotation Management]
    QM -->|Cost Calculation| PRE[Quotation Preview]
    PRE -->|Acceptance| BKG[Magemo Booking]
```
