# Hotfix Configurations

In Hotfix configurations section you can specify the aspects of your SCM or project management tool based on which PRs should be considered for hotfix.

These configurations majorly affect the calculations of Change Failure Rate and MTTR.

#### Pull Request Pattern

You can specify some patterns based on which PRs will be classified as hotfixes. These patterns can be enabled to be identified in any of the attributes such as PR labels, titles, descriptions, branches, tags.

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

#### Work Item Types

You can specify work item types that represent hotfixes. The PRs associated with these work items will be considered as hotfixes.

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

#### Patch version pattern

Any merged Pull Requests (PRs) with a PR title, Source branch, or PR tags containing a version number in the format x.y.z (where z > 0) can be identified as a hotfix. [<mark style="color:purple;">Learn more about it</mark>](/configurations/hotfix-configurations/track-hotfixes-via-patch-version-pattern.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://docs.hivel.ai/configurations/hotfix-configurations.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.
