> For the complete documentation index, see [llms.txt](https://deeplearning4j.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeplearning4j.konduit.ai/en-1.0.0-m1.1/datavec/reference.md).

# Reference

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


---

# 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:

```
GET https://deeplearning4j.konduit.ai/en-1.0.0-m1.1/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.
