> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-2.0-2024/comments-in-visilean.md).

# Comments in VisiLean 🗨️

We're thrilled to announce the launch of a groundbreaking Beta feature for VisiLean: Input for Comments! This innovative addition is set to revolutionise the way you manage your construction projects, offering a rich, interactive space within the property panel for comments, project history, and much more. With support for rich text input, user tagging, and constraint linking, communicating within your team has never been more efficient.

What sets this feature apart is its ability to compile task history and comments in chronological order, providing unparalleled visibility and enhancing collaboration across the board. Moreover, the hassle of managing project documentation is significantly reduced, thanks to the capability to directly upload, view, and organise attachments right from the task properties.

Designed with the user in mind, this feature boasts an intuitive interface that simplifies interaction with comments, history, and attachments, promoting a user-friendly experience that will make managing your project tasks easier and more effective. Whether it's through better collaboration, streamlined documentation, or an enhanced interface, the Input for Comments feature is here to elevate your project management to the next level. Get ready to experience VisiLean like never before!

#### Check out this video ->


---

# 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://changelog.visilean.com/changelog/release-2.0-2024/comments-in-visilean.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.
