# Dataflow Pipeline

1. [Data collection](/umbraco-engage/18.latest/developers/introduction/dataflow-pipeline/data-collection.md): This is where the visitor data is collected and stored for a moment in the memory of the server.
2. [Data storage](/umbraco-engage/18.latest/developers/introduction/dataflow-pipeline/data-storage.md): This is where the data from memory goes to the database.
3. [Data processing](/umbraco-engage/18.latest/developers/introduction/dataflow-pipeline/data-parsing.md): The data is processed at a later moment to make it more efficient and normalized
4. [Data reporting](/umbraco-engage/18.latest/developers/introduction/dataflow-pipeline/reporting.md): Finally the data is reported within Umbraco Engage

The concept of this Dataflow is the most important concept to grasp when using Umbraco Engage.


---

# 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.umbraco.com/umbraco-engage/18.latest/developers/introduction/dataflow-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.
