# Why is pickup time not included in cycle time?

In Hivel, **Pickup Time** is included in the cycle time as part of the **Review Time** rather than being tracked as a separate metric. Here's a breakdown:

1. **What is Pickup Time?**
   * Pickup time refers to the duration between the moment a pull request (PR) is opened and when it receives its first comment.
2. **Cycle time components**
   * The total cycle time includes coding, review, and merge times. Since pickup time is already part of the review time, adding it separately to these components will not equate to the total cycle time.


---

# 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/faqs/metrics-and-data-faqs/why-is-pickup-time-not-included-in-cycle-time.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.
