# 8. Example of AVRO Schemas on the Web

Example of Avro Schemas on the Web

**Please find below some resources to learn how to create Avro Schemas and view existing ones:**

Avro Documentation: <http://avro.apache.org/docs/current/spec.html>

Oracle Avro Getting Started: <https://docs.oracle.com/cd/E57769_01/html/GettingStartedGuide/avroschemas.html>

Avro Schemas used by Rabo Bank: <https://github.com/Axual/rabo-alerts-blog-post/tree/master/src/main/avro>

Avro examples by Gwen Shapira: <https://github.com/gwenshap/kafka-examples>


---

# 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-schemas/8.-example-of-avro-schemas-on-the-web.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.
