# Lyftrondata System Architecture

Modern Data Hub provides to data consumer an **abstraction layer** that hides most of the technical aspects of how and where data is stored, processed and how it's accessed. It allows accessing resources without delving into details like:

* where data resides,
* what technology or platform is used to store and process data, or
* what interfaces are needed to access data.

The following diagram depicts how Modern Data Hub is positioned on the architecture landscape.

<figure><img src="/files/gKT0nqtxrXZt8t8iqPBN" alt=""><figcaption></figcaption></figure>


---

# 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.lyftrondata.com/lyftrondata/introduction/lyftrondata-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.
