> For the complete documentation index, see [llms.txt](https://docs.logilica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.logilica.com/metrics-and-reports/introduction/data-exploration.md).

# Data Exploration

The Logilica platform offers a wide range of predefined charts and data insights. Each dashboard or report typically contains a number of **charts** from **individual data sources** or **across data sources**.

For instance, Logilica **automatically detects** coding activity **correlated** to tickets, links up that information and displays corresponding insights.

The below shows parts of an Epics Cockpit that break down the epic by its current investment focus based on labels, its velocity in delivering over time as well as risk factors on the tickets as well as their corresponding coding activities (PR) that have been automatically detected.

<figure><img src="/files/MQnSvQAC1CAJrxCatiTA" alt=""><figcaption><p>Snapshot of an Epic</p></figcaption></figure>

Each chart is typically associated with some **drill-down action,** allowing you to follow the trace of evidence and explore causes in more detail.

Below is the drill-down view into the coding activity for two teams over the last 30 days and the state of each PR as well as some of the **associated risks**. Like most Logilica data views, additional **filters** as well as **slice & dice** operations can be applied.

<figure><img src="/files/mwMCh0tgDQJuBOWLi7x8" alt=""><figcaption><p>PR Data Exploration to understand causes</p></figcaption></figure>


---

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

```
GET https://docs.logilica.com/metrics-and-reports/introduction/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.
