# Terminologies

The following table lists the Fogwing  terminologies that are used across the application:

| Terminology   | Meaning                                                                                 |
| ------------- | --------------------------------------------------------------------------------------- |
| Application   | Virtual name for one or group of edge functions                                         |
| Edge          | Any device or gateway that sends telemetry data to cloud application                    |
| IoThub        | An MQTT hub is the gateway of fogwing to receive high volume messages                   |
| Client Id     | A unique id required to connect with MQTT broker                                        |
| Data log      | A data storage of telemetry data received from edge devices                             |
| Active Edge   | The edge devices that are in contact with Fogwing IoThub less than 3 hours              |
| Inactive Edge | The edge device(s) that were connected earlier and are now silent for more than 3 hours |
| Payload       | the actual payload received from the edge devices through IoThub                        |
| Audit log     | All functional events that happen within Fogwing recorded as log                        |

{% hint style="info" %}
This is a living page where we will keep updating the terminologies as and when we introduce.
{% endhint %}


---

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