> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/value-stream-modeller/readme.md).

# Value Stream Modeller

Value Streams are structured visual representations of the end-to-end processes involved in delivering a product or service to a customer. They provide a comprehensive view of operational steps, helping organizations identify bottlenecks, improve workflows, and optimize value delivery.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><i class="fa-arrow-up-right-dots">:arrow-up-right-dots:</i></td><td align="center"><strong>Value Streams</strong></td><td align="center">View a list of all your tenant value streams.</td><td></td><td></td><td><a href="/pages/yUkeMAPjmbdKiiz51Ziy">/pages/yUkeMAPjmbdKiiz51Ziy</a></td></tr><tr><td align="center"><i class="fa-album-collection-circle-user">:album-collection-circle-user:</i></td><td align="center"><strong>Value Stream Examples</strong></td><td align="center">Check example value stream templates available to use right away.</td><td></td><td></td><td><a href="/pages/L3MqScaFJAbs1tRns9KN">/pages/L3MqScaFJAbs1tRns9KN</a></td></tr><tr><td align="center"><i class="fa-circle-nodes">:circle-nodes:</i></td><td align="center"><strong>Extensions</strong></td><td align="center">Monitor how your value streams are running.</td><td></td><td></td><td><a href="/pages/QTrD3MoTQwF4ldGNgNJI">/pages/QTrD3MoTQwF4ldGNgNJI</a></td></tr></tbody></table>

Value Stream Modeller is the visual interface within Commerce Orchestration for designing, operating, and managing automated business processes. Powered by the Orchestration Engine and integrated with the Commerce Engine and Agentic layer, it enables teams to model end-to-end value streams that coordinate the sales lifecycle, from order capture through fulfillment, by responding to real-time events across the commerce and Agentic stack.

By decoupling business logic from hardcoded application layers, Emporix enables composable commerce with greater flexibility, scalability, and adaptability. AI capabilities embedded throughout the solution further enhance automation, decision-making, and customer experiences.

Built on a low-code/no-code foundation, the solution allows both technical and non-technical users to configure integrations, automate business processes, and deploy changes quickly. This AI-augmented environment is designed to support enterprise agility, operational efficiency, and continuous innovation.

Value Stream Modeller enables you to define and monitor value streams that react to business events in real time. Each process starts with a trigger that initiates the flow, followed by a sequence of steps executed to achieve a specific business outcome. These processes run independently and follow a top-down execution model, helping ensure that outcomes such as order fulfillment and customer onboarding are delivered consistently, efficiently, and traceably.


---

# 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, and the optional `goal` query parameter:

```
GET https://developer.emporix.io/value-stream-modeller/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
