> For the complete documentation index, see [llms.txt](https://learn.moselle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.moselle.io/planning-and-execution/replenishment.md).

# Replenishment

## What Is the Planning Section?

**Planning is where forecasts become action.** The Planning section connects your demand forecast to your procurement decisions — telling you what to order, how much, and when, based on your inventory position, supplier lead times, and constraints.

When you open Planning from the left nav, you land on the **Plans List** — a view of all your active and past plans. Two types of plans are available:

| Plan Type              | What It Does                                                                         | Use When                                                |
| ---------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------- |
| **Replenishment Plan** | Calculates buy quantities per SKU and generates purchase orders to send to suppliers | You need to restock — you're ordering new inventory     |
| **Allocation Plan**    | Distributes inventory you already own across locations, channels, or stores          | You have existing stock to move, not new stock to order |

Plans are built on top of a forecast scenario. Changing your forecast doesn't automatically update a plan — you rebuild the plan to pull in the latest demand signal.

***

## Where to Start

{% content-ref url="/pages/vhTY249VKGoERw9TwQiu" %}
[Core Workflow](/planning-and-execution/replenishment/core-workflow.md)
{% endcontent-ref %}

**Core Workflow** — The essential four-step process from forecast to purchase orders. Start here if you're new to Planning or running a standard replenishment cycle. Covers creating a plan, managing recommendations, adding constraints, and generating orders.

***

{% content-ref url="/pages/mHNMfuZIgMWqBo90himO" %}
[Advanced Planning](/planning-and-execution/replenishment/advanced-planning.md)
{% endcontent-ref %}

**Advanced Planning** — Power-user features for complex scenarios. Includes advanced production plans, AI-driven planning with Mo, and bulk editing for large SKU catalogs. Best for experienced users managing multi-SKU or multi-supplier operations.

***

{% content-ref url="/pages/9EQ4GVPDYNcEJrl48GcI" %}
[Financial Planning](/planning-and-execution/replenishment/financial-planning.md)
{% endcontent-ref %}

**Financial Planning** — Integrate cash flow and budget constraints into your replenishment strategy. Essential for seasonal businesses and teams managing tight working capital.

***

## Related Sections

{% content-ref url="/pages/5l1isZUpoJlB9dV2sixp" %}
[Forecasting](/planning-and-execution/forecasting.md)
{% endcontent-ref %}

{% content-ref url="/pages/zJTX33Agu64EJnWEBenj" %}
[Orders](/planning-and-execution/orders.md)
{% endcontent-ref %}

{% content-ref url="/pages/mpXIdcppjHO1UYCYrGXr" %}
[Forecast vs. Plan](/planning-and-execution/forecasting/phase-1-understand-forecasting/forecast-vs-plan.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/planning-and-execution/replenishment.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.
