# MQR mode

This approach focuses on ensuring the impact on all [Software qualities](/sonarqube-server/quality-standards-administration/managing-rules/software-qualities.md) is clear, not just the one most severely impacted.

## How severity works in MQR mode <a href="#mqr-severity" id="mqr-severity"></a>

<table><thead><tr><th width="101">Severity</th><th>Definition</th></tr></thead><tbody><tr><td>Blocker</td><td>An issue that has a significant probability of severe unintended consequences on the application that should be fixed immediately. This includes bugs leading to production crashes and security flaws allowing attackers to extract sensitive data or execute malicious code.</td></tr><tr><td>High</td><td>An issue with a high impact on the application that should be fixed as soon as possible.</td></tr><tr><td>Medium</td><td>An issue with a medium impact.</td></tr><tr><td>Low</td><td>An issue with a low impact.</td></tr><tr><td>Info</td><td>There is no expected impact on the application. For informational purposes only.</td></tr></tbody></table>

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Standard Experience](/sonarqube-server/instance-administration/analysis-functions/instance-mode/standard-experience.md)
* [Changing instance modes](/sonarqube-server/user-guide/code-metrics/changing-modes.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.sonarsource.com/sonarqube-server/instance-administration/analysis-functions/instance-mode/mqr-mode.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.
