> 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/attachments-during-status-change.md).

# Attachments During Status Change🖇️

We're thrilled to announce an exciting new feature that's set to transform the way you manage projects in VisiLean: Attachments During Status Change! This innovative update allows users to attach files directly from the property panel while updating a task's status, making documentation a breeze. Imagine being able to provide concrete proof of your task's progress at every step, with all documents neatly organised and accessible in the attachment panel, complete with a status indicator for effortless tracking.

Whether you're on-site documenting construction progress or in the office updating project statuses, this feature ensures that every crucial piece of information is just where you need it. With the intuitive Drag and Drop widget, attaching files becomes as simple as confirming a status change, enhancing both the user experience and the accuracy of your project documentation. This new functionality is especially beneficial for users who are deeply involved in updating or reviewing task statuses, offering a streamlined way to attach and review documents within the project framework.

By integrating documentation into the task status update process, VisiLean not only simplifies project management but also elevates it, ensuring that your projects run smoother and with more transparency. Get ready to experience a new level of efficiency and documentation clarity with VisiLean's Attachments During Status Change. This update is our commitment to continuously improve and innovate, making your project management tasks easier and more effective.

#### 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/attachments-during-status-change.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.
