> 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/value-stream-examples/pl-introduction.md).

# Value Stream Examples

Value Stream Examples is a set of templates that you can use as a base to build your automated processes. The templates offer a full end-to-end process flow, where the only thing you need is to customize your connections.

The value stream templates you can use are:

<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-memo-circle-check">:memo-circle-check:</i></td><td align="center"><strong>New Product Introduction</strong></td><td align="center">Automate translations, notifications, and approvals for new products.</td><td></td><td></td><td><a href="/pages/J1QhG5MzgmzxBxWCf8CK">/pages/J1QhG5MzgmzxBxWCf8CK</a></td></tr><tr><td align="center"><i class="fa-cart-circle-exclamation">:cart-circle-exclamation:</i></td><td align="center"><strong>Abandoned Cart</strong></td><td align="center">Recover missed sales with reminders and personalized offers.</td><td></td><td></td><td><a href="/pages/OgMbhk2TXxrC4lyq56xe">/pages/OgMbhk2TXxrC4lyq56xe</a></td></tr><tr><td align="center"><i class="fa-split">:split:</i></td><td align="center"><strong>Order Splitting</strong></td><td align="center">Dynamically split orders across vendors and delivery schedules.</td><td></td><td></td><td><a href="/pages/Jy6MvFOiqnJyuj1JCvS1">/pages/Jy6MvFOiqnJyuj1JCvS1</a></td></tr><tr><td align="center"><i class="fa-inbox">:inbox:</i></td><td align="center"><strong>Order Intake</strong></td><td align="center">Convert incoming orders into validated, ERP-ready orders in real time.</td><td></td><td></td><td><a href="/pages/Eb4Xa8EHJG7WGsxDNRnO">/pages/Eb4Xa8EHJG7WGsxDNRnO</a></td></tr><tr><td align="center"><i class="fa-user-check">:user-check:</i></td><td align="center"><strong>New Registered Customer</strong></td><td align="center">Send welcome emails and first-purchase coupons automatically.</td><td></td><td></td><td><a href="/pages/9IYazcY5IMyNgptrjeVX">/pages/9IYazcY5IMyNgptrjeVX</a></td></tr></tbody></table>

## Working with the templates

You can access the templates under Value Stream Examples in VSM.

<figure><img src="/files/wQRqrTCsYCgt3aW8yk4r" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### Choose the template you want to work with

Open the template you want to use for the process - this opens the **Start your configuration** window.
{% endstep %}

{% step %}

#### Add a title and description

Add a title for the process you want to build on top of the template. If you don't provide a name, the process template is simply copied with the same name followed by a "copy" suffix. Additionally, you can provide a description of the process you want to build. We recommend doing so, as it helps in distinguish the processes when you have multiple of them in use.
{% endstep %}

{% step %}

#### Choose to Create Process

All the blocks from the process template are automatically copied.
{% endstep %}

{% step %}

#### Work on your template

Your template is ready for you to use and customize it to fit your needs.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
For the next steps and understanding how the separate templates work, refer to the relevant guides in Value Stream Examples.
{% endhint %}

<figure><img src="/files/MmonhZu7I56I0ngzdL9i" alt=""><figcaption></figcaption></figure>


---

# 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/value-stream-examples/pl-introduction.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.
