# Rework

{% hint style="info" %}
[<mark style="color:purple;">**Understand New Work, Rework, Maintenance through examples**</mark>](/using-hivel/coding/understanding-rework-new-work-and-maintenance.md)
{% endhint %}

### **Rework %**

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

**Rework %** measures the number of changes made to code in the last 30 days.\
If the change is made to a code older than 30 days, it is automatically classified as [<mark style="color:purple;">maintenance</mark>](/metrics-and-definitions/quality/maintenance.md). (30 days is the default setting, you can configure it based on your internal process by going to **Settings -> Configuration**)

* Low rework means the code changes aren't done after the initial work, which indicates that the developers are pushing high-quality code the first time.
* High rework rates are caused by PR feedback, QA feedback, or an engineer trying to improve the code after committing. Too many changes.

#### Industry Benchmarking

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

#### Related article

{% content-ref url="/pages/qu0kVyU7JQHrt0tLerxk" %}
[What to do if my Rework is high?](/improve-performance/how-to-improve-quality/what-to-do-if-my-rework-is-high.md)
{% endcontent-ref %}


---

# 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/quality/rework.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.
