# System Architecture

The system architecture has been described in depth in two project deliverables:

* D5.1 High-Level Design of the Data Fabric (add link)
* D5.2 Low-Level Design of the Data Fabric (add link)

It follows a modular approach and builds on open standards and open-source software components.

The backend consists of

* pygeoapi to provide data and processing capabilities
* GeoServer to provide data
* Custom data ingestors

The frontend is implemented using [Open Pioneer Trails](/data-fabric-manual/adding-and-developing-features/introduction-to-open-pioneer-trails.md), an open development platform for web clients that enables the development of custom GeoIT solutions.

{% hint style="info" %}
Please note that reproducibility of the platform is limited once external data sources are altered.
{% endhint %}


---

# 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://directed-eu.gitbook.io/data-fabric-manual/set-up-and-management/system-architecture.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.
