> 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/navigations-optimised.md).

# Navigations Optimised 🗃️

We're thrilled to unveil a significant update to the VisiLean WebApp - a smarter, more flexible navigation panel! Our latest enhancement is all about bringing ease and efficiency to your fingertips. With just a click, you can now expand or collapse the navigation panel to reveal a world of functionality. From your Workspace to the Dashboard, Project details, Notifications, and more, accessing the tools you need has never been simpler.

This update marks a shift towards an interface that adapts to your workflow, ensuring that crucial information and features are always within reach, without overwhelming your screen. We've designed this change to make your transition to the new system as smooth as silk, guiding you with intuitive tooltips every step of the way. Whether you're deep diving into project specifics or just skimming for updates, the new navigation panel is your gateway to a more organised and productive day.

Embrace the future of construction management with VisiLean's latest innovation, where every click moves your projects forward with clarity and precision. Welcome to a new era of navigating your construction management tasks - simpler, faster, better.

#### 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/navigations-optimised.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.
