# OE Learning Trails

Emporix Orchestration Engine provides Hello World exercises designed to acquaint you with the realm of value streams and the OE environment. As a brief overview of OE , we can construct a value stream from the ground up, allowing you to grasp the concepts and familiarize yourself with the available tools.

Before starting with the trails, take a look at some basic information about how the processes in OE are built - see [Value Stream Components](/oe/value-streams/working-with-value-streams/value-streams-components.md) guide.

Then, go through the trails in the following order:

1. [Setting up a First Value Stream](/oe/getting-started/trail/setting-up-a-first-value-stream.md)
2. [Adding a Conditional Step in a Value Stream](/oe/getting-started/trail/adding-conditional-step-in-value-stream.md)


---

# 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/getting-started/trail.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.
