> 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.md).

# Introduction

Logilica organises its insights into **Workstreams**, **Dashboards**, and **Charts**. Once you connect your data sources, all dashboards are populated automatically — no manual configuration required.

## How Logilica Is Structured

### Sections

The left sidebar groups dashboards into high-level sections:

* **Improve** — delivery-focused dashboards covering planning accuracy, delivery status, work progress, review health, build stability, and AI coding analytics
* **Teams** — team-level views including Teams Overview, Team Pulse, and Activity Lens
* **SDLC** — software development lifecycle views broken into Plan, Code, and Build stages

### Workstreams

Within each section, workstreams group related dashboards. For example, the **Plan** workstream under SDLC contains dashboards for Ticket Lead Time, Ticket Velocity, Sprint Health, and more.

### Dashboards

Each dashboard contains interactive charts and tables with global filters for **time range**, **team**, **project/repository**, and **ticket board**. Filters persist across navigation so you can explore different views for the same selection.

## Key Concepts

| Concept                | Description                                                                                                                                                 |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Cycle Time**         | The lifecycle duration of a PR or ticket — broken into stages (Development, Response, Review, Integration for PRs; Backlog, Pickup, Resolution for tickets) |
| **Work Types**         | How coding effort is categorised: New, Maintenance, Rework Own, Rework Others                                                                               |
| **DORA Metrics**       | Four industry-standard metrics for software delivery performance: Deployment Frequency, Lead Time for Changes, Change Failure Rate, Mean Time to Recovery   |
| **Risks & Activities** | Automated flags for process issues: Stale PRs, Long Running WIP, Risky Changes, PRs Merged Outside Process, and more                                        |

## What's in This Section

* [Navigation](/metrics-and-reports/introduction/navigation.md) — how the sidebar, workstreams, and dashboards are organised
* [Dashboards](/metrics-and-reports/introduction/dashboards.md) — how dashboards work, global filters, and editing options
* [Data Exploration](/metrics-and-reports/introduction/data-exploration.md) — how to drill down into charts and explore evidence


---

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