# AVRO in Java

- [9. AVRO in Java - Quizzz](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/9.-avro-in-java-quizzz.md)
- [8. Schema Evolution - Hands On](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/8.-schema-evolution-hands-on.md)
- [7. Schema Evolution - Theory](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/7.-schema-evolution-theory.md)
- [6. Reflection in AVRO - Hands On](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/6.-reflection-in-avro-hands-on.md)
- [5. Avro Tools - Hands On](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/5.-avro-tools-hands-on.md)
- [4. Check-in on now Vs later in Kafka](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/4.-check-in-on-now-vs-later-in-kafka.md)
- [3. Specific Record in AVRO - Hands On](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/3.-specific-record-in-avro-hands-on.md)
- [2. Generic Record in AVRO - Hands On](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/2.-generic-record-in-avro-hands-on.md)
- [1. Section Objective](https://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java/1.-section-objective.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://architectures.gitbook.io/project/apahce-kafka/kafka-confluent-schema-registry-and-rest-proxy/avro-in-java.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.
