> For the complete documentation index, see [llms.txt](https://docs.cortex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortex.io/improve/eng-intelligence/dashboards.md).

# Dashboards

Eng Intelligence dashboards give engineering leaders and teams real-time visibility into the metrics that matter most—delivery performance, team velocity, incident trends, and AI tool adoption. Each dashboard pulls directly from your Cortex catalog, so the data is always grounded in your actual services and teams. And because dashboards are natively integrated with Scorecards and Initiatives, you can move from spotting a problem to driving action without leaving Cortex.

Whether you're a leader looking for an org-wide view or a team lead investigating a slowdown in your release process, dashboards give you the right level of detail to understand what's happening and why.

See the documentation linked below to learn more about each dashboard:

* [DORA Dashboard](/improve/eng-intelligence/dashboards/dora-dashboard.md) - Visualize the four key DORA metrics (cycle time, deployment frequency, change failure rate, and MTTR) to understand how fast, reliable, and efficient your engineering organization is over time.
* [Velocity Dashboard](/improve/eng-intelligence/dashboards/velocity-dashboard.md) - Monitor version control metrics such as PR cycle time, PR size, and PR success rate to identify bottlenecks in your development process and track improvement over time.
* [AI impact for GitHub Copilot](/improve/eng-intelligence/dashboards/ai-impact.md) - Track Copilot adoption and engagement across your engineering teams. See how adoption rates correlate with delivery and reliability metrics at the team level, compare performance between Copilot users and non-users over the last seven (7) days, and monitor org-wide adoption trends over time.
* [Custom Dashboards](/improve/eng-intelligence/dashboards/custom.md) - Build tailored views by combining any combination of Eng Intelligence metrics into a single, shareable dashboard that's useful for team-specific reviews, executive reporting, or tracking progress on a specific initiative.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cortex.io/improve/eng-intelligence/dashboards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
