# Data Quality

Data quality refers to the assessment of a dataset's overall state. It measures objective elements such as completeness, accuracy, and consistency. But it also measures more subjective factors, such as how well-suited a dataset is to a particular task.

Data Quality within VDA is addressed using the below features

### Profiling

Data profiling is the process of uncovering and investigating data quality issues, such as duplication, inconsistency, inaccuracies, and incompleteness. It involves analyzing one or multiple data sources and gathering metadata that reflects the condition of the data. This metadata allows data stewards to trace and investigate the origins of data errors effectively.

{% content-ref url="/pages/Q3g4WXEofv2VjNhXPKIy" %}
[Profiling](/how-to-guides/data-quality/profiling.md)
{% endcontent-ref %}

### Expectations

Expectations refer to predefined criteria or rules that data must meet to be considered accurate, complete, consistent, and reliable. These expectations help ensure data integrity and usability by setting standards for data quality.

{% content-ref url="/pages/wgGPdIP4Rp2iCaQSy7Eh" %}
[Expectations](/how-to-guides/data-quality/expectations.md)
{% endcontent-ref %}


---

# 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.vdalive.com/how-to-guides/data-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.
