# Operations / Areas

Data Stream supports operations, and areas. This parent child relationship combined with a sequence order creates the foundation for routing.

{% hint style="info" %}
Operations are defined as a group of process steps.&#x20;
{% endhint %}

{% hint style="info" %}
Areas are defined as the physical area these process steps are performed at.
{% endhint %}

{% hint style="success" %}
At least one operation and one area are required for routing.
{% endhint %}

## Examples

### Operation & Area

<div align="left"><img src="/files/-LTiYLPwh5DtGErPpdP9" alt=""></div>

### Operation & Parallel Area

<div align="left"><img src="/files/-LTiYLPxiLnS5rEPV4R1" alt=""></div>


---

# 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://support.getdatastream.com/configuration/operations-areas.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.
