# Q Resolution

On this page, you select the Q Resolution that you want to train on.

![The Q Resolution set-up window](/files/6wiVtZ9roT4MqN5s9T1W)

The Q Resolution sets the number of possible Q values that are randomly\* selected and is directly related to difficulty.

* **Low** randomly\* selects from 3 Q values: 0.4 ,0.8, or 4.0
* **Medium** randomly\* selects from 6 Q values: 0.2, 0.4, 0.6, 0.8, 1.0, or 4.0
* **High** randomly\* selects from 12 Q values: 0.2, 0.3...1.0, 2.0, 4.0, or 8.0.&#x20;

{% hint style="info" %}
High resolution is unavailable for Shelving Equalizers to prevent distortion caused by high Gain and Q settings.
{% endhint %}

If Q was not chosen as a Training Parameter in the previous step, the selected Q Resolution will only be used if the Q parameter is set to '[Variable](/frequia/advanced-training/fixed-vs-variable-parameters.md)'.

{% hint style="info" %}
\*Dependent on whether [Adaptive Training](/frequia/advanced-training/adaptive-training.md) is enabled.
{% endhint %}


---

# 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://frequia.gitbook.io/frequia/advanced-training/q-resolution.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.
