# Collect

A **Tag** defines how a specific datapoint is acquired from connected equipment—it’s the collection contract that states *what* to collect, *from where*, and *how* incoming measurements are handled at the point of ingress. The **Collect** tab contains the Edge-side configuration used to retrieve data and is organized into:

* **General Settings** — Naming and identity (human-readable tag name, the **hierarchical name** derived from ISA-95 Areas/Assets, and the immutable **Cloud Id** for guaranteed uniqueness in the cloud), plus **data direction** (read / write).
* **Configuration** — Data source selection and addressing, including any protocol-specific options.
* **Sampling and Scaling** — Acquisition cadence and value shaping (sampling interval or triggers, and optional linear scaling of measurements).

The figure below shows a screenshot of a tag example configuration.

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

The following subsections explain how to configure a Tag correctly.


---

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