# Quality

{% hint style="info" %}
Users can navigate to Quality under Settings to view all of the out-of-the-box measures categorized under Reliability, Distribution, Frequency, and Statistics.&#x20;

They can select whether the measure is:

&#x20;  ● Active or Inactive,&#x20;

&#x20;  ● Valid or Invalid,&#x20;

&#x20;  ● Include it in scoring

&#x20;  ● Monitor&#x20;

Best practice to use the quality page:

&#x20;  ● Document the requirement/business case for each asset or a business as a whole&#x20;

&#x20;  ● Identify the Out of the measures from the below-mentioned section, and enable them before conﬁguring an asset&#x20;

&#x20;  ● Ensure to choose scoring/monitoring on a need-to-basis&#x20;

&#x20;  ● Conﬁgure the assets after the settings to auto-enable the selected measures for any asset that is conﬁgured in the platform
{% endhint %}

x

x

{% tabs %}
{% tab title="Reliability" %}
{% hint style="info" %}
Deﬁne health-related measures to measure data reliability or health check of the dataset. These map back to the [DAMA](https://www.dama.org/cpages/home) six pillars of Data Quality.&#x20;

Obviously you can add your own Custom Dimensions.
{% endhint %}

<figure><img src="/files/AMJ3UcCd9gFNc3ovGzVf" alt=""><figcaption><p>Reliability checks</p></figcaption></figure>
{% endtab %}

{% tab title="Distribution" %}
{% hint style="info" %}
Aimed toward the Data Analyst or Data Steward who are concerned with, for example, character checks, character distribution at the column level.  Basically checks to measure and understand the content of data assets.
{% endhint %}

<figure><img src="/files/miOZgYAennpnJFkf33K9" alt=""><figcaption><p>Distribution rules</p></figcaption></figure>
{% endtab %}

{% tab title="Frequency" %}
{% hint style="info" %}
Deﬁne frequency-related measures to understand the format and enumeration of data assets.
{% endhint %}

<figure><img src="/files/zQ0DUg1hyJn5jFcYoAxj" alt=""><figcaption><p>Frequency rules</p></figcaption></figure>
{% endtab %}

{% tab title="Statistics" %}
{% hint style="info" %}
Deﬁne statistics-related measures to ﬁgure out the suitability of the data for its intended applications in data analytics, data science, or machine learning.
{% endhint %}

<figure><img src="/files/k9hXihGYDHaWZJITi6Zs" alt=""><figcaption><p>Statistics rules</p></figcaption></figure>
{% endtab %}

{% tab title="All" %}
{% hint style="info" %}
Shows all the out of the box measure under one table.
{% endhint %}

<figure><img src="/files/kEBfgQlNV6XlcrDt4MFe" alt=""><figcaption><p>All the rules</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://academy.pentaho.com/data-quality-en/pentaho-data-quality/pdq-settings/quality.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.
