> 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-9.0-2024/introducing-viewsync-mode-taking-visualisation-to-the-next-level.md).

# Introducing ViewSync Mode: Taking Visualisation to the Next Level!

We are excited to announce the launch of **ViewSync**, an innovative enhancement to the Takt Visualiser that bridges the gap between tasks and zones in 2D drawings. Designed with user workflows in mind, ViewSync makes it easier than ever to focus on the information you need, exactly when you need it.

#### What is ViewSync?

ViewSync enables dynamic synchronisation between your filtered activities in the Takt Visualiser and zones displayed on 2D drawings. This means that as you apply filters to view specific tasks or trades, the corresponding zones in your 2D plans instantly update to reflect only the relevant areas. Say goodbye to visual clutter and hello to precision!

#### How Does It Work?

Imagine a project manager reviewing progress by filtering tasks for a specific trade. With ViewSync, the 2D drawing adapts dynamically, showing only the zones linked to those tasks. Whether you’re conducting progress reviews, planning workflows, or managing multiple trades, ViewSync ensures you always have a clear and concise visual representation of your project.

#### Why Use ViewSync?

This feature not only improves task-to-zone correlation but also enhances overall usability, making it simpler to identify critical areas of focus. The result? Increased efficiency in your reviews, streamlined workflows, and better decision-making for your projects.

#### Key Highlights

* Dynamic synchronisation of filtered activities with 2D drawing zones.
* Instant updates to reflect task-specific zones, eliminating visual clutter.
* Simplified trade management with clear task-to-zone correlation.
* Enhances progress reviews and streamlines workflows.


---

# 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-9.0-2024/introducing-viewsync-mode-taking-visualisation-to-the-next-level.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.
