# Process

The **Process** section controls how collected measurements are shaped *before* they are sent to the cloud or distributed for use by other modules on the edge device. Here you decide whether to aggregate measurements into time buckets, resample to a fixed output resolution , and how interpolation between samples is done.

<figure><img src="/files/O0qb8FBNmROEKkN7GnXW" alt=""><figcaption><p>The Process tab for configuring tag aggregation, interpolation and output resolution.</p></figcaption></figure>

After data collection, an aggregation step can be applied to the raw measurements.

**Aggregation Type**: This defines the type of aggregation that should be applied. See the documentation page for[ aggregation](/management-portal/designer/assets/tags/process/aggregation.md).

**Output Resolution**: Setting this to a non-zero value enables an aggregation window. This defines how often a measurement is outputted, while the aggregation type defines the aggregation applied to the raw measurements collected in each window.

**Interpolation**: Interpolation defines how values are estimated **between** known samples. See the documentation [here](/management-portal/designer/assets/tags/process/interpolation.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://docs.tricloudnexus.io/management-portal/designer/assets/tags/process.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.
