# Forecast & Replenishment Calculations

:star2: How is forecasting demand calculated?

{% content-ref url="/pages/3SK3ClG0VBHKaOsFJ4We" %}
[Forecast Algorithm](/bee-forecast-and-replenishment/homepage/forecast-and-replenishment-calculations/forecast-algorithm.md)
{% endcontent-ref %}

:star2: What are outlier sales and how do they affect the forecast algorithm?

{% content-ref url="/pages/RB1N9H6VvfaXkvTkco8b" %}
[Outlier Sales](/bee-forecast-and-replenishment/homepage/forecast-and-replenishment-calculations/outlier-sales.md)
{% endcontent-ref %}

:star2: How are replenishment quantities calculated?

{% content-ref url="/pages/iW8i4KBL6zX4Z6Z3u8gy" %}
[Replenishment Calculation](/bee-forecast-and-replenishment/homepage/forecast-and-replenishment-calculations/replenishment-calculation.md)
{% endcontent-ref %}


---

# 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://docs.merchbees.com/bee-forecast-and-replenishment/homepage/forecast-and-replenishment-calculations.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.
