# How do I exclude a PR from rework/maintenance/new work calculation?

**Excluding commits on the Coding Screen**:

* On the **Coding** screen, you can exclude **commits** but not pull requests (PRs).
* This approach provides a more granular view, allowing you to drill down into specific commits responsible for spikes in **rework**, **maintenance**, or **new work**.

**Excluding pull requests**:

* To exclude an entire PR, use the **Process** screen or the **Pull Request** screen.
* These sections are designed for managing PR-level exclusions, offering a broader view of work at the PR level.

This differentiation ensures that you can focus on the level of detail most relevant to your analysis i.e. commit-level insights on the Coding screen and PR-level actions on the Process or Pull Request screens.


---

# 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/pr-issues-and-workflow-faqs/how-do-i-exclude-a-pr-from-rework-maintenance-new-work-calculation.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.
