# Real-World Applications

### New Product Launches

**Challenge**: No historical data to forecast demand

**Mo's Solution**: Use analog-based estimation comparing similar products with probabilistic ranges to account for uncertainty

**Example**: "Based on similar launches, what should I expect for this new product?"

### BFCM Planning

**Challenge**: High-stakes, short-window planning for major sales events

**Mo's Solution**: Build multiple scenarios with adjustable lift assumptions

**Example**: "Create three BFCM scenarios: conservative (20% lift), moderate (40% lift), and aggressive (60% lift)"

{% embed url="<https://www.youtube.com/watch?v=4kv9BrTb5Fo>" %}
Mo Provides Post-BFCM Insights for 2026 Planning Success
{% endembed %}

### Seasonal & Freight Calendar Planning

**Challenge**: Adjusting forecasts and order timing around seasonal events, Chinese New Year factory closures, and peak freight windows

**Mo's Solution**: Use natural language prompts to apply seasonal adjustments directly in your forecast or production plan

**Example prompts:**

* "Increase my Q1 forecast by 20% to account for Chinese New Year factory closures"
* "What order quantities do I need to submit by October to land inventory before peak freight season?"
* "Adjust my spring forecast to account for a 6-week lead time increase during CNY"

{% hint style="warning" %}
**Important — Mo Does Not Retain Memory Between Sessions:** Mo does not currently remember previous conversations. Each session starts fresh. If you are working on a seasonal planning scenario across multiple sessions, re-provide the relevant context (e.g., event dates, lead time changes, target stock levels) at the start of each conversation to get accurate recommendations.
{% endhint %}

{% hint style="info" %}
**Coming Soon — Mass Editing via Mo:** A future update will allow Mo to apply bulk edits across multiple SKUs in a single prompt (e.g., "increase all outdoor category forecasts by 15% for Q2"). This section will be updated when the feature launches.
{% endhint %}

### New Sales Channels

**Challenge**: Predicting demand when expanding to new platforms

**Mo's Solution**: Layer trend projections to anticipate channel-specific demand patterns

**Example**: "If I start selling on Amazon, how should I allocate inventory based on my Shopify performance?"

### Daily Operations

**Challenge**: Maintaining optimal inventory levels across hundreds of SKUs

**Mo's Solution**: Apply statistical models for daily-level predictions maintaining supply-demand balance

**Example**: "How accurate has my forecast been for this product category?"


---

# 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://learn.moselle.io/mo/real-world-applications.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.
