# Do Not Process Data Fields

When you select **"Do Not Process Data Fields"** as your modeling method, EasyEdge will **not create any Tags automatically**. This method is intended for users who want full control over how each Tag is defined and bound to data.

#### 🔍 What It Means

* The **Data Fields** from your Asset Driver will still be available.
* However, the **Tags panel will be empty**. No Tag is pre-generated.
* You will need to **manually create** each Tag and bind it to one or more Data Fields using expressions.

***

#### 📸 Step-by-Step Overview

**1. Choose Modeling Method**

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

{% hint style="info" %}
In the "Add Assets" wizard, the Modeling Method is configured with the method **Do Not Process Data Fields**.
{% 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. Empty Tags Panel**

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

{% hint style="info" %}
Since no automatic mapping is applied, the Tags panel starts empty.
{% endhint %}

***

#### ✍️ Use Case

Choose this option if you want to:

* Build a **custom data structure** or follow a unique naming convention
* Apply **advanced calculations** using multiple Data Fields in a single Tag
* Maintain **fine-grained control** over which Tags are created and how they're used in the project

***

✅ **Best for:** Advanced users and complex integrations where pre-mapped Tags are not suitable.

***


---

# 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/do-not-process-data-fields.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.
