> 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/accessibility-for-takt-visualiser.md).

# Accessibility For Takt Visualiser

We are glad to announce an important update to our VisiLean construction management tool—the introduction of a new Accessibility Mode for the Takt Visualiser. With just a flick of a toggle, users can now enhance the contrast of frame lines, text, and other key elements, making everything more visible and easier to manage.

This feature has been designed with every user in mind, reinforcing our commitment to creating an inclusive and accessible workspace. Whether you’re in the office or on-site, the new contrast settings ensure that our interface is adaptable to a wide range of visual preferences and requirements.

Accessibility is more than a feature; it's a necessity. That’s why we’ve integrated this functionality directly into the Takt Visualiser itself, allowing for seamless transitions between modes based on your needs.

Join us in embracing a more accessible future, ensuring that our tools are as inclusive as the teams that use them. Update your VisiLean tool today and experience a clearer, more user-friendly interface designed to empower every user.

{% hint style="info" %}
**User-Specific Settings:** The Accessibility Mode settings are user-specific. Ensure to personalise your contrast settings to suit your visual preferences directly from your profile.

**Easy Activation:** Accessibility Mode can be quickly enabled by clicking on the three vertical dots in the Takt Visualiser and selecting the 'Accessibility Mode' option.

**Visibility Enhancement:** Enabling Accessibility Mode increases the contrast and sharpness of lines and icons, making it easier to distinguish different elements within the Takt Visualiser.
{% 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/accessibility-for-takt-visualiser.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.
