> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/metrics-and-definitions/speed/cycle-time.md).

# Cycle Time

<div data-with-frame="true"><figure><img src="/files/pKgFhMn8rF8CkZciDbAX" alt="" width="563"><figcaption></figcaption></figure></div>

#### Cycle time is the time it takes from the first commit to PR merged.

* If things are taking too long to release, it can impact the competitiveness of the product in the market, and customers may be waiting too long for requests.
* With the very smooth delivery system in place, things are moving rapidly. At this pace, even if we see production issues, things can be fixed faster, which is great for teams experimenting with new ideas.

#### Industry Benchmarking

<div data-with-frame="true"><figure><img src="/files/jQyoxfHbZaM08BSvIBdH" alt="" width="563"><figcaption></figcaption></figure></div>

#### Related articles

{% content-ref url="/pages/ZOgvQXDx1Ypi6jMQuehR" %}
[What to do if my Cycle Time is high?](/improve-performance/how-to-improve-speed/what-to-do-if-my-cycle-time-is-high.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZJKU0PtNa07PLHe25Qv8" %}
[Are draft PRs considered for calculation of coding/cycle time?](/faqs/metrics-and-data-faqs/are-draft-prs-considered-for-calculation-of-coding-cycle-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/m5b4XWrdychCZL5gQMKp" %}
[Why is there an abnormal spike in Cycle Time?](/faqs/metrics-and-data-faqs/why-is-there-an-abnormal-spike-in-cycle-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/OUr4MfLGWfO8fI9v3Zb2" %}
[Why cannot I see cycle time against developers even though they have commits?](/faqs/metrics-and-data-faqs/why-cannot-i-see-cycle-time-against-developers-even-though-they-have-commits.md)
{% endcontent-ref %}


---

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