# Data Flow between OE and Celonis

OE's value stream together with Make scenarios allow for seamless interaction with Celonis' knowledge models and their Intelligence API.\
You can use the data and signals received from Celonis as triggers for your business value streams. Then, when the processes finish, you can send back a response to Celonis using action feedback.

To configure the data flow between OE and Celonis see the topics:

* [Retrieving Data from Celonis](/oe/value-streams/oe-celonis-data-flow/retrieving-data-from-celonis.md)
* [Sending Data from OE to Celonis](/oe/value-streams/oe-celonis-data-flow/sending-data-from-oe-to-celonis.md)
* [Sending Form Submission Data from OE to Celonis](/oe/value-streams/oe-celonis-data-flow/sending-form-submission-data-to-celonis.md)
* [Sending Forms Magic Links Data from OE to Celonis](/oe/value-streams/oe-celonis-data-flow/sending-magic-link-data.md)

{% hint style="success" %}
Value streams are referenced to as digital process in the data flow examples.
{% 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://developer.emporix.io/oe/value-streams/oe-celonis-data-flow.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.
