# Metrics & Definitions

- [DORA Metrics](https://docs.hivel.ai/metrics-and-definitions/dora-metrics.md)
- [Speed](https://docs.hivel.ai/metrics-and-definitions/speed.md)
- [Cycle Time](https://docs.hivel.ai/metrics-and-definitions/speed/cycle-time.md)
- [Coding Time](https://docs.hivel.ai/metrics-and-definitions/speed/coding-time.md)
- [Pickup time](https://docs.hivel.ai/metrics-and-definitions/speed/pickup-time.md)
- [Review Time](https://docs.hivel.ai/metrics-and-definitions/speed/review-time.md)
- [Merge Time](https://docs.hivel.ai/metrics-and-definitions/speed/merge-time.md)
- [Release Merge Frequency](https://docs.hivel.ai/metrics-and-definitions/speed/release-merge-frequency.md)
- [Quality](https://docs.hivel.ai/metrics-and-definitions/quality.md)
- [Hotfix Rate](https://docs.hivel.ai/metrics-and-definitions/quality/hotfix-rate.md)
- [Hotfix Resolution Time](https://docs.hivel.ai/metrics-and-definitions/quality/hotfix-resolution-time.md)
- [Maintenance](https://docs.hivel.ai/metrics-and-definitions/quality/maintenance.md)
- [Rework](https://docs.hivel.ai/metrics-and-definitions/quality/rework.md)
- [Unreviewed PRs](https://docs.hivel.ai/metrics-and-definitions/quality/unreviewed-prs.md)
- [PR Reviewed](https://docs.hivel.ai/metrics-and-definitions/quality/pr-reviewed.md)
- [Flashy Reviews](https://docs.hivel.ai/metrics-and-definitions/quality/flashy-reviews.md)
- [PRs > 400 LoC](https://docs.hivel.ai/metrics-and-definitions/quality/prs-greater-than-400-loc.md): PRs > 400 Lines of Change
- [Throughput](https://docs.hivel.ai/metrics-and-definitions/throughput.md): Metrics are displayed based on the selected time frame.
- [New Work%](https://docs.hivel.ai/metrics-and-definitions/throughput/new-work.md)
- [How are Active Days calculated](https://docs.hivel.ai/metrics-and-definitions/throughput/how-are-active-days-calculated.md)
- [PRs Open, PRs Ready to Review or Merge](https://docs.hivel.ai/metrics-and-definitions/throughput/prs-open-prs-ready-to-review-or-merge.md)


---

# 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.hivel.ai/metrics-and-definitions.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.
