# Context data pipeline

<figure><img src="/files/93f7a7dz4VOrpmHMRBKe" alt=""><figcaption></figcaption></figure>

The UDP's context data pipeline accepts flat-file datasets that conform with a UCDM Loading schema.

Once accepted and staged for import, the UDP transforms all related context data (from multiple applications) to consolidate and coalesce the data into a single, relational data representation. During this process, the UDP will generate surrogate identifiers, called UDP IDs, to identify data whose origins may come from multiple data sources.

The resulting, aggregated, consolidated and relational data is then maintained in the UDP Context store and used to maintain the UDP's data marts.

The key phases and applications in the Context data pipeline are:

1. [Cloud storage buckets](/products/data-and-analytics/unizin-data-platform/system-overview/context-data-pipeline/context-data-ingress.md), which serve as the ingress point for context data.
2. [UDP batch-ingest application](/products/data-and-analytics/unizin-data-platform/system-overview/context-data-pipeline/batch-ingest-application.md), which normalizes and consolidates context data.
3. [Context store and related data marts](/products/data-and-analytics/unizin-data-platform/system-overview/context-data-pipeline/context-store.md), the data stores that undergird the UDP's data services


---

# 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://resources.unizin.org/products/data-and-analytics/unizin-data-platform/system-overview/context-data-pipeline.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.
