# Getting Started

- [What is OE?](https://developer.emporix.io/oe/getting-started/what-is-oe.md): Orchestration Engine is a powerful tool that helps you optimize and digitalize the company processes.
- [What are the benefits?](https://developer.emporix.io/oe/getting-started/what-is-oe/what-are-the-benefits.md): See what you can get with the Orchestration Engine.
- [Use Cases](https://developer.emporix.io/oe/getting-started/what-is-oe/use-cases.md): If you wonder why you need OE, take a look at the example use cases where OE provides tailored solutions.
- [Provisioning](https://developer.emporix.io/oe/getting-started/provisioning.md): Learn how the process of provisioning OE looks like.
- [Understanding Make](https://developer.emporix.io/oe/getting-started/understanding-make.md): OE uses Make's functionality for configuration of value streams. Learn more about the tool.
- [OE Learning Trails](https://developer.emporix.io/oe/getting-started/trail.md): Get familiarized with OE step by step by going through the training trails.
- [Setting up a First Value Stream](https://developer.emporix.io/oe/getting-started/trail/setting-up-a-first-value-stream.md): Start with building a first digital process.
- [Adding a Conditional Step in a Value Stream](https://developer.emporix.io/oe/getting-started/trail/adding-conditional-step-in-value-stream.md): Build upon and improve the created value stream.


---

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