# Technical Architecture

Gata’s DataAgent system enables the decentralized production of large-scale AI-driven data for AI training by aggregating idle compute resources from participants.

The data generation process consists of three core components: input data, AI computation, and output data:

{% stepper %}
{% step %}
Input data is stored on BNB Greenfield, a decentralized storage chain within the BNB ecosystem, to ensure persistent availability and broad accessibility.
{% endstep %}

{% step %}
Participants use their local compute resources to perform AI computations on the retrieved input data, processing it into valuable AI outputs.
{% endstep %}

{% step %}
Output data and proofs of contribution are anchored back onto BNB Greenfield, securing provenance, ownership, and integrity through decentralized storage.
{% endstep %}
{% endstepper %}


---

# 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://gata-1.gitbook.io/gata-docs/architecture/editor.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.
