# What's New

## 1. Custom Parameter Data Correlation

Flopsar 6.3 introduces an advanced capability to correlate performance data across different transactions based on a user-defined parameter. This allows for end-to-end tracing of specific operations, such as a user session or a business transaction ID, providing a unified view of its entire lifecycle.

## 2. Data Grouping and Share Visualization

This version introduces a powerful data grouping feature that allows for the segmentation of function calls. This is coupled with a new visualization component that displays the proportional share of each group within the total invocations. This is invaluable for understanding performance characteristics based on business context (e.g., which customer type is causing the most database load).

## 3. New Plugin Support

Flopsar 6.3 extends its monitoring capabilities with the introduction of new plugins for popular third-party services and technologies. These plugins provide out-of-the-box instrumentation and pre-configured dashboards for seamless integration. The new plugins are available in the Flopsar plugin repository. They can be installed and enabled through the Flopsar administration console. Once enabled, the agent will automatically detect the corresponding technology and begin collecting data without requiring manual configuration changes for basic monitoring. Advanced configuration options for each plugin are available to tailor the monitoring to specific needs.


---

# Agent Instructions: 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:

```
GET https://docs.flopsar.com/overview/whats-new.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
