# 1-to-1

When you select **"1-to-1"** as your modeling method, EasyEdge will automatically create a Tag for every Data Field. Each Tag will be directly linked to its corresponding Data Field, using the same name and structure.

🔍 What It Means\
The Data Fields from your Asset Driver are automatically processed and transformed into Tags.

Each Tag:

* Has the **same name and data type** as its source **Data Field**
* Can be edited, renamed, or extended with expressions
* Can be removed or supplemented with additional **custom Tags**

***

📸 Step-by-Step Overview

**1. Choose Modeling Method**

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

{% hint style="info" %}
In the "Add Assets" wizard, the Modeling Method is configured with the method **1-to-1**.
{% endhint %}

***

**2. View Available Data Fields**

<figure><img src="/files/0tlleBpZToIar7oyh2wH" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
All the Data Fields detected from the Asset are listed and ready for use.
{% endhint %}

***

**3. Auto-Generated Tags Panel**

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

{% hint style="info" %}
A matching Tag is created for each Data Field. These Tags are fully editable and can be used as-is or further customized.
{% endhint %}

***

✍️ **Use Case**

Choose this option if you want to:

* Quickly generate a complete Tag list based on your Data Fields
* Save time by avoiding manual Tag creation
* Start with a simple structure and fine-tune later if needed

***

✅ **Best for:** Fast onboarding, clean device maps, and projects where Data Fields already reflect the desired Tag layout.

***


---

# 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://easyedge.gitbook.io/easyedge/connect-to-assets/asset-modeling/1-to-1.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.
