> 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/concepts/comments.md).

# Comments

Comments let you collaborate with your team directly within Flowlity. The comment panel is a side panel opened via the speech-bubble icon available in the product detail view of the Demand, Planning, and Supply Orders modules.

### How comments work

* **Shared across modules** — A comment left on a product in the Demand module is visible from the same product in Planning and Supply Orders. There is one comment thread per product, not per module.
* **@mentions** — Tag colleagues to notify them about a specific product or decision.
* **Contextual discussion** — Use comments to discuss forecast overrides, order adjustments, or any decision that benefits from a written trace.

### Where you can comment

The comment panel is available wherever you open a product detail view:

* [Demand](/modules/demand.md) — Discuss forecast adjustments or anomalies.
* [Planning](/modules/planning.md) — Discuss stock levels or supply plan changes.
* [Supply Orders](/modules/supply-orders.md) — Discuss order quantities or delivery dates.

### Related pages

* [Demand](/modules/demand.md) — Product detail view with comment panel.
* [Planning](/modules/planning.md) — Product detail view with comment panel.
* [Supply Orders](/modules/supply-orders.md) — Order detail view with comment panel.


---

# 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/concepts/comments.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.
