# Reference

- [Analysis](https://deeplearning4j.konduit.ai/datavec/reference/analysis.md): Gather statistics on datasets.
- [Conditions](https://deeplearning4j.konduit.ai/datavec/reference/conditions.md)
- [Executors](https://deeplearning4j.konduit.ai/datavec/reference/executors.md): Execute ETL and vectorization in a local instance.
- [Filters](https://deeplearning4j.konduit.ai/datavec/reference/filters.md): Selection of data using conditions.
- [Normalization](https://deeplearning4j.konduit.ai/datavec/reference/normalization.md)
- [Operations](https://deeplearning4j.konduit.ai/datavec/reference/operations.md): Implementations for advanced transformation.
- [Transforms](https://deeplearning4j.konduit.ai/datavec/reference/transforms.md): Data wrangling and mapping from one schema to another.
- [Readers](https://deeplearning4j.konduit.ai/datavec/reference/readers.md): Read individual records from different formats.
- [Records](https://deeplearning4j.konduit.ai/datavec/reference/records.md): How to use data records in DataVec.
- [Reductions](https://deeplearning4j.konduit.ai/datavec/reference/reductions.md)
- [Schemas](https://deeplearning4j.konduit.ai/datavec/reference/schemas.md): Schemas for datasets and transformation.
- [Serialization](https://deeplearning4j.konduit.ai/datavec/reference/serialization.md): Data wrangling and mapping from one schema to another.
- [Visualization](https://deeplearning4j.konduit.ai/datavec/reference/visualization.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://deeplearning4j.konduit.ai/datavec/reference.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.
