# Understanding Enrichment Specifics

## Equip Your Understanding to Extract Insights <a href="#get-a-birds-eye-view-of-the-environment-you-wish-to-monitor" id="get-a-birds-eye-view-of-the-environment-you-wish-to-monitor"></a>

In order to extract valuable insights / enriched data pertaining to declared attributes, it is essential to understand specifics / key terms associated to Enrichment feature of Fogwing IIoT Platform.&#x20;

Here's a list of specifics to equip the understanding of Enrichment feature:

**1) Attribute** - Attributes are parameters or data points generated by the machine or device as recognized and classified under. Example: Temperature, Humidity, Volt, Speed, Weight, Status, Battery and so on.&#x20;

{% hint style="info" %}
Declaring the right Attribute, will help the generation of required enriched data.&#x20;
{% endhint %}

There are three types of Attributes that can be declared when creating an Edge in Fogwing IIoT Platform.

* **Device Attributes** - This type of attribute is inbound data to the cloud and is generated by the device. The device data is sent by the device through IoT Gateway to the Fogwing Cloud.
* **System Attributes** - This type of attribute are Data points that are preconfigured in Fogwing cloud to process certain health checks.
* **Synthetic Attributes** - This type of attributes are not generated by system / device. Synthetic Attributes are manual data that are enriched using device attributes and arithmetic formula.

**2) Formula** - The formula function in Fogwing is an arithmetic function to execute mathematical calculation against the inbound device attributes to arrive at desired results. The final results will be attached to the synthetic attributes for data storage and analytics.

{% hint style="info" %}
Example Voltage x Current = Power
{% endhint %}

Parameters for setting up Formula:

* **Edge** - To apply formula for the specific edge.
* **Target Attribute** - Must be Synthetic or Device Attribute.
* **Source Attribute** - Any inbound Device Attribute.
* **Arithmetic Operators** -  Numeric calculator.
* **Expression** - Actual formula.


---

# 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.fogwing.io/fogwing-platform/data-management/understanding-enrichment-terminologies.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.
