# Serialize my Data

The below articles provide background and information on setting up and configuring what you need to convert and consume complex data.

{% content-ref url="/pages/S2pwtmAMA2TymCOBVQ6M" %}
[Working with ProtoBuf Serialized Data and DeltaStream Descriptors](/how-do-i.../serialization/working-with-protobuf-serialized-data-and-deltastream-descriptors.md)
{% endcontent-ref %}

{% content-ref url="/pages/w8ZMRzX95ncwuhIVk97B" %}
[Working with Avro Serialized Data and Schema Registries](/how-do-i.../serialization/working-with-avro-serialized-data-and-schema-registries.md)
{% endcontent-ref %}

{% content-ref url="/pages/dAaxWLYxuFYAaz5kgy6C" %}
[Configuring Deserialization Error Handling](/how-do-i.../serialization/configuring-deserialization-error-handling.md)
{% endcontent-ref %}

{% content-ref url="/pages/qYbMKliMKIuoFWLEoLAW" %}
[Data Formats (Serialization)](/reference/sql-syntax/data-format-serialization.md)
{% endcontent-ref %}


---

# 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://docs.deltastream.io/how-do-i.../serialization.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.
