# Value Streams

- [Value Streams Dashboard](https://developer.emporix.io/oe/value-streams/value-stream-listing.md): Get insights into the processes running in the system in the Value Streams Dashboard.
- [Value Streams Example](https://developer.emporix.io/oe/value-streams/value-stream-example.md): Get inspired by this example of a value stream to see how digital solutions can improve your company's workflows and eliminate bottlenecks.
- [Working with Value Streams](https://developer.emporix.io/oe/value-streams/working-with-value-streams.md): Get familiar with Value Streams and how to configure them.
- [Value Streams Components](https://developer.emporix.io/oe/value-streams/working-with-value-streams/value-streams-components.md): A value stream is built of triggers and steps. Familiarize yourself how they can work together.
- [Creating a Value Stream](https://developer.emporix.io/oe/value-streams/working-with-value-streams/creating-value-streams.md): Learn how to create a value stream in OE.
- [Editing a Value Stream](https://developer.emporix.io/oe/value-streams/working-with-value-streams/editing-value-streams.md): Learn how to modify a value stream in OE.
- [Testing a Value Stream](https://developer.emporix.io/oe/value-streams/working-with-value-streams/testing-value-stream.md): Test out the value stream before publishing.
- [Conditional Process Runs](https://developer.emporix.io/oe/value-streams/working-with-value-streams/conditional-process-runs.md): Set conditions when to run a value stream and its steps.
- [OE and CE Make Modules](https://developer.emporix.io/oe/value-streams/working-with-value-streams/oe-make-modules.md): OE Make modules bring specific functionality and are responsible for specific actions. Get familiar with the OE specific modules available in Make.
- [Configuring a Connection between OE and Make Modules](https://developer.emporix.io/oe/value-streams/working-with-value-streams/configuring-a-connection-between-oe-and-make-module.md): Learn how to establish a connection between OE and Make.
- [Setting a Trigger to Wake Up a Paused Value Stream](https://developer.emporix.io/oe/value-streams/working-with-value-streams/trigger-to-wake-up-a-paused-process.md): Configure an action event that resumes a paused value stream.
- [Cloning of Make Scenarios in OE Value Streams](https://developer.emporix.io/oe/value-streams/working-with-value-streams/cloning-make-scenarios.md): Reuse a Make scenario in another value stream.
- [Value Streams Import and Export](https://developer.emporix.io/oe/value-streams/import-export.md): Learn how to import and export value streams between your tenants.
- [Data Flow between OE and Celonis](https://developer.emporix.io/oe/value-streams/oe-celonis-data-flow.md): See how OE's value streams integrate with Celonis through Make scenarios, enabling signal-based triggers and action feedback for seamless data exchange.
- [Retrieving Data from Celonis](https://developer.emporix.io/oe/value-streams/oe-celonis-data-flow/retrieving-data-from-celonis.md): Learn how to initiate and manage value streams in Emporix's Orchestration Engine (OE) using Celonis signals as triggers.
- [Sending Data from OE to Celonis](https://developer.emporix.io/oe/value-streams/oe-celonis-data-flow/sending-data-from-oe-to-celonis.md): See how you can transfer data from OE to Celonis using dedicated extractors.
- [Sending Form Submission Data from OE to Celonis](https://developer.emporix.io/oe/value-streams/oe-celonis-data-flow/sending-form-submission-data-to-celonis.md): See how you can transfer form submission data from OE to Celonis using dedicated extractors.
- [Sending Forms Magic Links Data from OE to Celonis](https://developer.emporix.io/oe/value-streams/oe-celonis-data-flow/sending-magic-link-data.md): See how you can transfer forms magic links from OE to Celonis using dedicated extractors.
- [Process Context](https://developer.emporix.io/oe/value-streams/process-context.md): Process context plays a significant role in managing value streams. Learn the details.
- [Datastore](https://developer.emporix.io/oe/value-streams/datastore.md): Build and use a datastore to keep your data for easy reuse.
- [Versioning](https://developer.emporix.io/oe/value-streams/versioning.md): See how versioning is handled in value streams.
- [Data Retention Policy](https://developer.emporix.io/oe/value-streams/data-retention.md): Data transferred through the system is kept for a specific period of time. See what's the binding policy.


---

# 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.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.
