> 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-4.0-2024/constraint-panel-gets-sorting-and-filtering.md).

# Constraint Panel Gets Sorting & Filtering!

Exciting update to VisiLean—Constraint Sorting & Filtering! In the fast-paced world of construction management, efficiency is key, and our latest feature is designed to transform how you interact with project constraints.

With thousands of active constraints in any major project, navigating through them can be daunting. Our new enhancement empowers you to quickly sort and filter constraints directly within the Constraints Panel, mirroring the intuitive controls you already love in the Template Panel. Whether you're looking to prioritise by deadline, severity, or any other criteria, our new feature makes it simple and straightforward.

This update isn't just about saving time—it's about refining your workflow so you can focus on what really matters: building and managing your projects more effectively. Every user, irrespective of role, will find value in this new functionality, as it offers tailored and actionable insights with just a few clicks.

Experience the power of structured, narrowed results that help you make informed decisions faster than ever. Embrace the future of construction project management with VisiLean's latest innovation. We can’t wait for you to see how it revolutionises your day-to-day operations!

{% hint style="info" %}
**Single Filtering Limitation:** Users can apply only one filtering option at a time to manage the visibility of constraints effectively.

**User-Specific Settings:** Sorting and filter preferences are specific to each user, ensuring a personalised experience that retains individual adjustments across sessions.

**Global Filter Impact:** When global filters are active, the Constraints Panel will display only those constraints associated with tasks visible in the filtered view, streamlining the information display.
{% endhint %}


---

# 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-4.0-2024/constraint-panel-gets-sorting-and-filtering.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.
