> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/6.2/overview/whats-new.md).

# What's New

### 1. **Filter Management and Data Filtering**

* **Named Filters:** Users can now create, save, and reuse named filters, allowing for a more organized and efficient workflow when analyzing large datasets.
* **Advanced Filtering Capabilities:** Introduced support for highly granular data filtering, enabling users to refine searches based on multiple criteria and logical conditions.
* **Real-time Filter Updates:** Filters can now be grouped and monitored dynamically, ensuring that changes in data sets are reflected instantly.

### 2. **Advanced Reporting and Monitoring**

* **Command-Line and Class Loader Reporting:** Agents now support reporting command-lines and class loaders, improving flexibility for various deployment environments.
* **Application Instance Naming:** Users can assign custom names to application instances, simplifying tracking and management of multiple running services.
* **Filter Group Monitoring Services:** Introduced real-time monitoring services for filter groups, enabling continuous tracking and visualization of grouped data.

### 3. **Instrumentation and Data Exploration**

* **Quick Rule Definition for Instrumentation:** New streamlined interface and workflows allow for rapid creation and application of instrumentation rules, reducing configuration time.
* **Redesigned Database View:** The database view has been completely reworked, offering improved usability, better organization of data, and enhanced query performance.
* **Enhanced Data Explorer:** The data exploration interface has been significantly improved with new navigation options, expanded search capabilities, and a more intuitive layout to facilitate deep data analysis.

Flopsar 6.2 delivers substantial improvements in filtering, reporting, and real-time monitoring, empowering users with greater efficiency, flexibility, and precision in application performance management.


---

# 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.flopsar.com/6.2/overview/whats-new.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.
