# Edge Data Tag

### Overview

A more detailed description of Edge and Edge Data Tags can be found here - [Edge](/tillit/knowledge-base/setting-up-tillit/edge.md)[.](/tillit/knowledge-base/setting-up-tillit/edge.md) We suggest reading this first and then adding the edge data tag to the Asset.

### Create a new Edge Data Tags

Go to ***Settings > Asset Hierarchy > Assets***

Then **select the relevant Asset.** On the asset details page find the **Edge Data Tag** panel and click to open. Click **Create**.

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

### Fields

| Name             | Description                                                                                                                                                                                                                                       |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name \*          | Enter a name for the Data Tag.                                                                                                                                                                                                                    |
| Source Address   | The address of the data tag on the source. Check the data source type you are using and find the guide under [Common Data Sources](/tillit/knowledge-base/setting-up-tillit/edge/common-data-sources.md)                                          |
| Source Data Type | Whether the data tag is a boolean (digital), number or string (text)                                                                                                                                                                              |
| Template         | How TilliT should interpret this data tag.                                                                                                                                                                                                        |
| Process Variable | If you set a process variable, TilliT will store the data value as a time series.                                                                                                                                                                 |
| Data Source      | If you want to include this tag in the poll cycle. Setting to inactive will cause the edge to not read the tag.                                                                                                                                   |
| Options          | Special configuration tools that allow you can set to define advanced behaviour. If your value has a rollover, then this can help, see [Edge Data Tag Options](/tillit/knowledge-base/setting-up-tillit/edge/data-tags/edge-data-tag-options.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://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/asset-hierarchy/assets/edge-data-tags.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.
