> 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/financial-planning.md).

# Financial Planning

{% hint style="info" %}
**Quick Answer:** Financial Planning helps you align replenishment decisions with your cash flow and budget constraints, so you avoid over-purchasing while maintaining inventory health and service levels.
{% endhint %}

## What Is Financial Planning?

**Financial Planning ensures your inventory decisions align with working capital limitations and cash flow goals.** Inventory planning doesn't exist in a vacuum — cash flow and capital constraints are real business drivers.

Moselle's financial planning tools help you balance inventory coverage with working capital efficiency.

**Cash Planning** — Model how replenishment orders impact cash outflow, account for payment terms, and optimize order timing to align with your cash cycle. This is especially critical for seasonal businesses and high-velocity SKUs.

By incorporating financial constraints into your replenishment strategy, you avoid over-purchasing that strains cash, while maintaining service levels and inventory health.

**Who Should Use This:** Seasonal businesses, startups managing cash runway, teams with tight working capital, businesses with complex payment terms or supplier negotiations.

***

## Financial Planning Pages

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

**Cash Planning** — Model replenishment orders against your cash position, account for payment terms, and optimize order timing to align with your cash cycle. Essential for seasonal businesses and cash-constrained operations.

***

{% hint style="success" %}
**Explore Cash Planning:** [Cash Planning](/planning-and-execution/replenishment/financial-planning/cash-planning.md)
{% endhint %}

***

## Related Sections

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

{% content-ref url="/pages/mHNMfuZIgMWqBo90himO" %}
[Advanced Planning](/planning-and-execution/replenishment/advanced-planning.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, and the optional `goal` query parameter:

```
GET https://learn.moselle.io/planning-and-execution/replenishment/financial-planning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
