> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/support-resources-and-product-updates/platform-enhancements.md).

# Platform Enhancements

Welcome to our Platform Enhancements! While major new tools and core functionalities get their own dedicated [guides in our documentation](/key-features.md), this is the place where we celebrate the smaller, iterative changes designed to make your daily workflow smoother, faster, and more intuitive.

From subtle design polish to layout tweaks and quality-of-life adjustments, we are constantly refining the JENTIS interface based on your feedback.

{% hint style="info" %}
Looking for major feature releases? For large architectural shifts, new integrations, or major tool rollouts, please head over to our main [Release Notes & Changelog](/support-resources-and-product-updates/release-notes-and-changelog.md) page.
{% endhint %}

### What You’ll Find Here

Unlike a raw technical changelog, our enhancement roundups group micro-updates together so you can quickly see how the interface is evolving. We typically bucket these updates into a few main categories:

* Workflow Adjustments: Changes to buttons, menus, and navigation that reduce the number of clicks to get things done.
* Visual Clarity: Improvements to tables, labels, tooltips, and data displays to make tracking and setup easier to read.
* Form & Validation Fixes: Small updates to how data input fields behave, preventing errors before you hit save.

### Have Feedback?

Many of these minor adjustments come directly from support tickets and user feedback. If you spot a clunky part of the UI or a small quality-of-life fix that could use attention, let our [support team know](https://jentis.atlassian.net/servicedesk/customer/portal/1/group/1/create/35)!


---

# 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://docs.jentis.com/support-resources-and-product-updates/platform-enhancements.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.
