> 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/settings/forecast-events.md).

# Forecast events

Forecast events let you model one-off or recurring occurrences that affect demand — such as promotions, product launches, market disruptions, or seasonal campaigns. When an event is active, Flowlity adjusts the demand forecast for the associated products during the event period.

### Event list

The main screen shows all events in a table with their **name**, **date range**, and **status**. Use the search bar to find an event.

### Creating or editing an event

Click **Create** to add a new event, or click an existing event to edit it. The following fields are available:

* **Name** — A descriptive name for the event.
* **Description** — Optional details about the event.
* **Start date / End date** — The period during which the event impacts demand.
* **Impact** — The expected effect on demand, expressed as a percentage increase or decrease (e.g. +30 % for a promotion, −20 % for a market downturn).
* **Products** — Select which products are affected by the event. You can pick individual products or use tags.
* **Customers** — Optionally scope the event to specific customers.

### Learn more

* [Forecast events and demand adjustments](/concepts/forecast-events.md) — Events lifecycle, anomaly detection, and how they interact.
* [Create and apply forecast events](/how-tos/create-forecast-events.md) — Step-by-step guide to creating and verifying events.


---

# 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/settings/forecast-events.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.
