# Analytics

## Analytics Charts

There are three supported analytics chart types:

1. ***Performance Analytics*** — Visualize various performance metrics tailored to different task types, such as confusion matrices, prediction scatterplots, and more.
2. ***Feature Analytics*** — Analyze the behavior and relationships between features, helping to identify patterns and insights within the data, using feature distribution, feature correlation, and correlation matrix charts.
3. ***Metric Card*** — Display a single numeric representation of a metric, offering a concise overview of performance, data quality, data integrity, or custom metrics on a card.

## Root Cause Analysis

The Root Cause Analysis (RCA) experience consists of four parts, all based on the FQL segment and time range provided in the monitoring chart:

1. ***Events*** — Browse a sample of 1,000 events.
2. ***Data Drift*** — View a breakdown of drift for your features, along with prediction drift impact.
3. ***Data Integrity*** — Review a summary of data integrity violations, including counts across range, type, and missing value issues.
4. ***Analyze*** — View performance and feature analytics charts.

![Root Cause Analyze Experience](/files/4B0K1ZTfvPPC5HKPkCAP)


---

# 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.fiddler.ai/observability/analytics.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.
