> For the complete documentation index, see [llms.txt](https://whiteklay.gitbook.io/virtual-data-assistant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whiteklay.gitbook.io/virtual-data-assistant/how-to-guides/data-catalog/data-classification.md).

# Data Classification

### Overview&#x20;

VDA Data Classification provides a structured mechanism for categorizing data elements according to defined classification criteria. Classification adds contextual information to data assets and helps users understand the characteristics of the data available for analysis.&#x20;

### Key Capabilities&#x20;

* Apply supported classification categories to data elements.&#x20;
* Categorize data according to defined classification criteria.&#x20;
* View classification information as part of the data asset context.&#x20;
* Support data understanding and governance through additional classification metadata.&#x20;

<img src="https://803373986-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEZ25VHhdl67JelwmVtBp%2Fuploads%2FgxvTVDAZ3AXGDXKQJ5Ba%2Funknown.png?alt=media&amp;token=2eabab57-8034-4adb-ac56-68e4d0dabf28" alt="" height="309" width="664">

### Outcome&#x20;

Data Classification adds structured classification context to data elements, helping users understand and manage data assets more effectively.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whiteklay.gitbook.io/virtual-data-assistant/how-to-guides/data-catalog/data-classification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
