> For the complete documentation index, see [llms.txt](https://drilling.intelie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drilling.intelie.com/data-flow/introduction.md).

# Introduction

Generally, the real-time data that Live uses for its analyses is collected from third-party services, that run either at the rig site or on the central infrastructure. The collector sends to Live the data almost as it is, that is, in WITSML, WITS or OPC format, for example. The collector enriches the original data with some metadata about the source of the data and how it was collected. This enriched original data is called raw data.

![Data flow in Intelie Live](/files/-LsS1ZemP_OJJO9jfRuK)

All the data received by Intelie Live can be used in their raw version, that is, with the original names and units of measurement, or in their normalized version, with a common set of names and units, independently of their source.

We highly recommend that the normalized data is used whenever possible, because it allows to port any visualization or algorithm between different assets (wells or rigs) without any modification.

We describe the normalization process in the next chapters.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://drilling.intelie.com/data-flow/introduction.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.
