> For the complete documentation index, see [llms.txt](https://docs.flowlity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowlity.com/how-tos/configure-inventory-strategy.md).

# Configure your inventory strategy

This guide walks you through selecting an inventory strategy for a product, setting the appropriate buffer policy parameters, and verifying that the result looks correct in the Planning module.

{% stepper %}
{% step %}
**Understand your options**

Flowlity offers five inventory strategies. Review [Inventory strategies](/concepts/inventory-strategies.md) to understand the trade-offs:

* **MTS Flowlity AI** — AI-optimized safety stock based on a target service level.
* **MTS My min** — Fixed minimum stock you define manually.
* **MTS Reorder point** — Classic reorder-point policy.
* **MTS Reorder point + AI** — Reorder point enhanced with AI adjustment.
* **MTO** — Make-to-order, no stock held.
  {% endstep %}

{% step %}
**Set site-level defaults in Buffer Policy**

Go to **Settings >** [**Buffer Policy**](/settings/buffer-policy.md). For each strategy type, configure the default buffer parameters (e.g. service level for MTS Flowlity AI, minimum stock for MTS My min). These defaults apply to all products using that strategy unless overridden.
{% endstep %}

{% step %}
**Assign the strategy to a product**

Go to **Settings >** [**Products**](/settings/products.md) and click the product you want to configure. Open the **Inventory strategy** tab:

* Select the **Strategy type** from the dropdown.
* Review the **Buffer policy** parameters. They inherit from the site-level defaults. Adjust them here if this product needs different values.
* Set any **Reorder parameters** required by the chosen strategy (reorder point, reorder quantity, target days of stock, etc.).
  {% endstep %}

{% step %}
**Verify in Planning**

Navigate to the [Planning](/modules/planning.md) module and search for the product. Open its detail view and check:

* **Flowlity Min / Flowlity Max** — The AI-computed stock corridor should reflect your chosen strategy and service level.
* **Planned supply orders** — Orders should be generated in line with the strategy's logic.
* **Stock trajectory** — The projected stock line should stay within the corridor under normal conditions.

If the corridor looks too wide or too narrow, go back to the product's Inventory strategy tab and adjust the buffer parameters.

{% hint style="info" %}
After changing a strategy or buffer parameters, click **Optimize** in the Planning product detail view to recompute the supply plan immediately.
{% endhint %}
{% endstep %}
{% endstepper %}

### Related pages

* [Inventory strategies](/concepts/inventory-strategies.md) — Detailed explanation of each strategy.
* [Buffer policies and safety stock](/concepts/buffer-policies.md) — How buffer parameters work.
* [Buffer Policy](/settings/buffer-policy.md) — Site-level default configuration.
* [Products](/settings/products.md) — Product-level strategy assignment.
* [Planning](/modules/planning.md) — Where to verify the result.


---

# 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://docs.flowlity.com/how-tos/configure-inventory-strategy.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.
