# Pull Requests

Analyzing pull requests by a team through different data cuts can provide valuable insights into the engineering process, team performance, and potential areas for improvement. The pull request feature in Typo does exactly that for you!

<div align="left"><figure><img src="/files/pxQwcrUbmC4kc5jp7yxE" alt=""><figcaption></figcaption></figure></div>

### Overview

This section provides a list of all your Pull Requests (PRs) based on the selected filter at the top. Here's a breakdown of the available filters:

* **Open** – Displays all PRs that are currently open.
* **Awaiting Review** – Shows PRs that have been raised for review but haven't yet been reviewed by a reviewer.
* **Awaiting Merge** – Lists PRs that have been approved but are still pending merge.
* **High Review Time** – Highlights PRs that are taking longer than usual to get reviewed, which may be affecting your review time metrics.
* **High Merge Time** – Highlights PRs that experienced delays between approval and merging, impacting merge time metrics.
* **Merged** – Displays all PRs that were successfully merged within the selected time range.
* **Closed** – Shows all PRs that were closed without being merged.

Use these filters to quickly identify bottlenecks and track the progress of your development workflow.

### Insights

Here you get to see all the metrics that get impacted by your PR activities. Metrics are as follows :\
\
[PR **Cycle Time**](/typo-help-docs/engineering-metrics/dora/pr-cycle-time.md)

[Review Time](/typo-help-docs/engineering-metrics/pull-request-metrics/review-time.md)

[**Merge Frequency**](/typo-help-docs/engineering-metrics/pull-request-metrics/merge-frequency.md)

[**PR Size**](/typo-help-docs/engineering-metrics/pull-request-metrics/pr-size.md)

[**Coding time**](/typo-help-docs/engineering-metrics/pull-request-metrics/coding-time.md)

[**Pickup time**](/typo-help-docs/engineering-metrics/pull-request-metrics/pickup-time.md)

[**Merge time**](/typo-help-docs/engineering-metrics/pull-request-metrics/merge-time.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://typo.gitbook.io/typo-help-docs/platform/pull-requests.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.
