# Maintenance

{% 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 %}

### **Maintenance %**&#x20;

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

**Maintenance** refers to the lines of code modified that were written before the last 30 days / total lines of code added or modified.

* Less maintenance means that engineers write a very well-maintainable piece of code as the team builds new features.
* Higher maintenance represents a longer time to build new features or testing fatigue. When maintenance is high, estimates are usually off, as it's hard to account for maintenance during estimates.

#### Industry Benchmarking

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


---

# 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/maintenance.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.
