> 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-6.0-2024/quick-timeframe-navigations.md).

# Quick Timeframe Navigations

Navigating long project timelines just got a whole lot easier. We are excited to announce a brand-new feature that will revolutionise how you interact with your project schedules. The Takt Visualiser now comes with dedicated buttons for swift navigation, allowing you to jump directly to key dates on your timeline—whether it’s the start date, today’s date, or the end date—without the hassle of endless scrolling.

Designed with project planners and managers in mind, this feature aims to enhance productivity and user experience. With just a click, you can instantly move to any significant point in your project’s timeline, saving you valuable time and keeping your focus where it belongs: on managing your project efficiently.

This enhancement also includes buttons to navigate to the previous or next week, making it simpler than ever to keep track of weekly progress. No more wasting time manually scrolling through extensive timelines; now you can reach your desired timeframe in seconds.

Experience a smoother, faster, and more intuitive way to manage your Takt plans with VisiLean’s latest update. Dive in and take control of your project timelines today!

{% hint style="warning" %}
The quick navigation buttons do not alter the selected timeframe; they only shift the visible area in focus.&#x20;
{% endhint %}

{% hint style="info" %}
Ensure you are aware of the current timeframe filter, as using these buttons will not modify it.
{% 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-6.0-2024/quick-timeframe-navigations.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.
