# Data Exploration

## Overview

Exploratory Data Analysis (EDA) is a popular technique to analyze data without having to explicitly program the data model or schema. This technique is very helpful to understand variance, distribution, and various other characteristics of data.&#x20;

## Quick Insights

In OIA, exploratory data analysis can be performed with the **Quick Insights** feature, which can be invoked on `Incidents` and `Alerts.` Quick Insights provides a visual clue of the distribution of data across certain key parameters or attributes.&#x20;

### Quick Insights on Incidents&#x20;

Quick Insights on Incidents can be invoked from Incidents tabular view report

1. Go to `Incidents`
2. Click on `Quick Insights` label button located at the top right corner of the table header

![Invoking Quick Insights feature on Incidents](/files/-MC8YrwnbSFxol4wevVi)

![Quick Insights on Incidents](/files/-MC8ZktsFzzkzg5wumJb)

### Quick Insights on Alerts

Quick Insights on `Alerts` can be invoked from `Alerts` tabular view report

1. Go to `Alerts`
2. Click on `Quick Insights` label button located at the top right corner of the table header

![Invoking Quick Insights on Alerts](/files/-MC8b6eCugNX8UAJrrI5)

![Quick Insights on Alerts](/files/-MC8bNrZsdujfjf3Wuu2)


---

# 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://oiadocs.cloudfabrix.io/features-guide/data-exploration.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.
